-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 4.08 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 4.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"version": "1.0.0-alpha.0",
"author": "Community for NL Design System",
"description": "RVO design system based on the NL Design System architecture",
"license": "CC0-1.0",
"name": "@nl-rvo/design-system",
"private": true,
"keywords": [
"nl-design-system",
"rvo",
"ROOS"
],
"repository": {
"type": "git+ssh",
"url": "git@github.com:nl-design-system/rvo.git",
"directory": "."
},
"engines": {
"node": ">=24 <=25",
"pnpm": "^10.17.0"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@types/node": "24.10.4",
"@types/react": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@utrecht/component-library-css": "8.0.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.34.0",
"html-validate": "8.15.0",
"husky": "9.1.7",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.47.0",
"normalize.css": "8.0.1",
"npm-check-updates": "19.0.0",
"npm-package-json-lint": "7.1.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.42",
"prettier": "2.8.8",
"pretty-quick": "4.0.0",
"rimraf": "5.0.5",
"stylelint": "16.23.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard-scss": "15.0.1",
"stylelint-order": "6.0.4",
"typescript": "5.5.2",
"webpack": "5.96.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"scripts": {
"build": "pnpm run --recursive build",
"clean": "pnpm run --recursive --parallel clean",
"docs": "pnpm run --filter @nl-rvo/docusaurus start",
"find-undocumented-tokens": "npm run --workspace proprietary/design-tokens/ build:stylelint && npm run lint:css -- --config ./.tokens.stylelintrc.json",
"lint": "pnpm run --if-present '/^lint:.*/'",
"lint:css": "stylelint --allow-empty-input '**/*.{css,scss}'",
"lint:js": "eslint --ext '.js,.cjs,.mjs,.json,.jsx,.mdx,.ts,.tsx' --report-unused-disable-directives .",
"lint:html": "find . -type d \\( -name coverage -or -name dist -or -name node_modules -or -name build\\) -prune -false -o -name '*.html' -print0 | xargs -0 npx html-validate",
"lint:md": "markdownlint '**/*.md'",
"lint:package-json": "npmPkgJsonLint '**/package.json'",
"lint:package-lock": "pnpm ls --recursive",
"lint:prettier": "prettier --check .",
"lint-fix": "pnpm run --if-present '/^lint-fix:.*/'",
"lint-fix:css": "stylelint --fix '**/*.{css,scss}'",
"lint-fix:js": "eslint --ext '.js,.cjs,.mjs,.json,.jsx,.mdx,.ts,.tsx' --fix --report-unused-disable-directives .",
"lint-fix:md": "markdownlint --fix '**/*.md'",
"prepare": "husky",
"prettier": "prettier --list-different --write .",
"publish": "changeset publish",
"storybook": "pnpm run --filter @nl-rvo/storybook storybook",
"docusaurus": "pnpm run build && pnpm run --filter @nl-rvo/docusaurus start",
"serve": "pnpm --filter @nl-rvo/design-system-website exec http-server dist",
"serve-docusaurus": "pnpm --filter @nl-rvo/docusaurus exec http-server build",
"serve-storybook": "pnpm --filter @nl-rvo/storybook exec http-server dist",
"test": "pnpm run --recursive test",
"test-build": "pnpm run --recursive test-build",
"test-update": "npm-run-all --sequential clean lint build test",
"update-patch": "npm-check-updates --configFileName .ncurc.patch.cjs",
"update-minor": "npm-check-updates --configFileName .ncurc.minor.cjs",
"update-major": "npm-check-updates --configFileName .ncurc.major.cjs"
},
"dependencies": {
"http-server": "14.1.1"
},
"pnpm": {
"overrides": {
"markdownlint": "0.36.1",
"markdownlint-cli": "0.43.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"axios@<1.13.2": ">=1.13.2",
"axios@<1.15.0": ">=1.15.0"
}
},
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"
}