-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
100 lines (100 loc) · 3.77 KB
/
package.json
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
{
"name": "@gemeente-denhaag/design-system",
"version": "0.1.0",
"private": true,
"description": "A library of React components for the Design System of The Netherlands",
"bugs": "https://github.com/nl-design-system/denhaag/issues",
"repository": {
"type": "git",
"url": "https://github.com/nl-design-system/denhaag.git",
"directory": "."
},
"license": "EUPL-1.2",
"author": "Municipality of The Hague",
"scripts": {
"build": "pnpm run build:library && pnpm run build:storybook",
"build:library": "pnpm run --recursive build",
"build:storybook": "pnpm run --if-present --recursive build:storybook",
"changeset": "changeset",
"clean": "pnpm run --parallel --recursive clean && rimraf .rollup-cache",
"lint": "npm-run-all --continue-on-error lint:** && pnpm run --recursive lint",
"lint-fix": "npm-run-all --continue-on-error lint-fix:** prettier",
"lint-fix:css": "stylelint --fix \"**/*.{css,scss}\"",
"lint-fix:js": "eslint --fix --report-unused-disable-directives .",
"lint:css": "stylelint --config .stylelintrc.json \"**/*.{css,scss}\"",
"lint:js": "eslint --report-unused-disable-directives .",
"lint:package": "npmPkgJsonLint \"**/package.json\"",
"lint:prettier": "prettier --check .",
"prepare": "husky",
"preinstall": "npx only-allow pnpm",
"prettier": "prettier --write .",
"publish": "changeset publish",
"storybook": "npm-run-all --parallel watch:*",
"test-update": "npm-run-all --sequential lint typecheck build",
"update-patch": "npm-check-updates --configFileName .ncurc.patch.js",
"update-minor": "npm-check-updates --configFileName .ncurc.minor.js",
"update-major": "npm-check-updates --configFileName .ncurc.major.js",
"watch:components": "pnpm run --parallel --recursive watch:components",
"watch:storybook": "pnpm run --if-present --recursive storybook",
"watch:style-dictionary": "pnpm run --parallel --recursive watch:style-dictionary",
"typecheck": "pnpm run --recursive typecheck"
},
"dependencies": {
"@utrecht/component-library-css": "4.1.0",
"@utrecht/components": "6.1.0",
"clsx": "2.1.1",
"sass": "1.77.8"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@svgr/rollup": "8.1.0",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@utrecht/component-library-react": "4.2.0",
"chokidar-cli": "3.0.0",
"ejs": "3.1.10",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "4.0.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.35.0",
"express": "4.19.2",
"globals": "15.8.0",
"helmet": "7.1.0",
"husky": "9.1.3",
"lint-staged": "15.2.7",
"npm-check-updates": "16.14.20",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.40",
"postcss-discard-duplicates": "7.0.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"rollup": "4.19.1",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-summary": "2.0.1",
"rollup-plugin-typescript2": "0.36.0",
"style-dictionary": "4.0.1",
"stylelint": "16.7.0",
"stylelint-config-standard-scss": "13.1.0",
"tslib": "2.6.3",
"typescript": "5.5.4",
"uuid": "10.0.0"
},
"engines": {
"node": "^20",
"pnpm": "^9"
},
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
}