generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.49 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
{
"name": "@nl-design-system-candidate/design-system",
"author": "Community for NL Design System",
"description": "Design system based on the NL Design System architecture",
"license": "EUPL-1.2",
"keywords": [
"nl-design-system"
],
"private": true,
"repository": {
"type": "git+ssh",
"url": "[email protected]:nl-design-system/candidate.git",
"directory": "."
},
"packageManager": "[email protected]+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b",
"engines": {
"//": "Update @types/node when updating this node version",
"node": "^20",
"pnpm": "^9"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@changesets/cli": "2.27.9",
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@nl-design-system/eslint-config": "0.0.1",
"@nl-design-system/rollup-config-react-component": "1.0.3",
"@nl-design-system/tsconfig": "1.0.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/node": "20.17.6",
"eslint": "9.14.0",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.42.0",
"npm-check-updates": "17.1.10",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.47",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"rollup": "4.25.0",
"sass": "1.80.6",
"stylelint": "16.10.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"typescript": "5.6.3"
},
"scripts": {
"build": "pnpm --recursive run build",
"clean": "pnpm --recursive run clean",
"lint": "npm-run-all --continue-on-error lint:** lint-workspaces",
"lint:css": "stylelint --allow-empty-input '**/*.{css,scss}'",
"lint:js": "eslint",
"lint:md": "markdownlint '**/*.md'",
"lint:package-json": "npmPkgJsonLint .",
"lint:package-lock": "pnpm ls --recursive",
"lint-fix": "npm-run-all --continue-on-error lint-fix:** prettier",
"lint-fix:css": "stylelint --fix '**/*.{css,scss}'",
"lint-fix:js": "eslint --fix",
"lint-fix:md": "markdownlint --fix '**/*.md'",
"lint-workspaces": "pnpm --recursive --if-present run lint",
"lint-build": "pnpm --recursive --if-present run lint-build",
"prepare": "husky",
"prettier": "prettier --write .",
"publish:changeset": "changeset publish",
"start": "http-server packages/storybook/dist/",
"storybook": "npm-run-all --parallel watch:**",
"test": "pnpm --recursive run test",
"test:coverage": "pnpm --recursive run test:coverage",
"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",
"watch:storybook": "pnpm --filter @nl-design-system-candidate/web-components-stencil run build:stencil && pnpm --filter @nl-design-system-candidate/design-tokens run build:style-dictionary && pnpm --filter @nl-design-system-candidate/storybook run storybook",
"watch:style-dictionary": "pnpm --filter @nl-design-system-candidate/design-tokens run watch:style-dictionary"
},
"dependencies": {
"http-server": "14.1.1"
}
}