-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
182 lines (182 loc) · 6.89 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"name": "@nl-design-system/website",
"version": "0.0.0",
"author": "Community for NL Design System",
"description": "Design Tokens for the documentation of NL Design System",
"keywords": [
"nl-design-system"
],
"private": true,
"license": "EUPL-1.2",
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"engines": {
"//": "Update @types/node when updating the node version here",
"node": "^20",
"pnpm": "^9"
},
"repository": {
"type": "git+ssh",
"url": "git@github.com:nl-design-system/documentatie.git",
"directory": "."
},
"scripts": {
"prepare": "husky",
"docusaurus": "docusaurus",
"start": "npm-run-all --sequential start:docusaurus",
"start:docusaurus": "docusaurus start",
"build": "npm-run-all --sequential build:workspaces build:docusaurus build:optimize-view-source",
"build:component-pages": "docusaurus build",
"build:docusaurus": "docusaurus build",
"build:workspaces": "pnpm run --recursive build",
"build:optimize-view-source": "prettier --print-width=1048576 --tab-width=1 --ignore-path=/dev/null --write build/",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clean": "npm-run-all clean:**",
"clean:docusaurus": "docusaurus clear",
"clean:playwright": "playwright uninstall",
"clean:generated": "rimraf build/ dist/ tmp/",
"serve": "http-server --port 3000 build/",
"serve:test-report": "pnpm exec playwright show-report tmp/playwright-html-report",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"lint": "npm-run-all --continue-on-error lint:**",
"lint-todo:css": "stylelint --allow-empty-input '**/*.{css,scss}'",
"lint:js": "eslint",
"lint:package-json": "npmPkgJsonLint '**/package.json'",
"lint:prettier": "prettier --check .",
"lint:typescript": "tsc --noEmit",
"lint-fix": "npm-run-all --continue-on-error lint-fix:**",
"lint-fix-todo:css": "stylelint --fix '**/*.{css,scss}'",
"lint-fix:js": "eslint --fix",
"lint-fix:prettier": "prettier --write .",
"publish": "changeset publish",
"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",
"install-test-browsers": "playwright install",
"test-e2e": "playwright test test/e2e/",
"test-visual": "playwright test test/visual/",
"publish:argos": "argos upload ./tmp/screenshots",
"test-update": "npm-run-all --sequential clean lint build"
},
"dependencies": {
"@docusaurus/core": "3.1.0",
"@docusaurus/preset-classic": "3.1.0",
"@docusaurus/theme-common": "3.1.0",
"@docusaurus/theme-search-algolia": "3.1.0",
"@iframe-resizer/react": "5.3.2",
"@nl-design-system-candidate/code-block-docs": "1.0.1",
"@nl-design-system-candidate/code-docs": "1.0.1",
"@nl-design-system-candidate/color-sample-docs": "1.0.1",
"@nl-design-system-candidate/data-badge-docs": "1.0.1",
"@nl-design-system-candidate/heading-1-docs": "1.0.2",
"@nl-design-system-candidate/heading-2-docs": "1.0.2",
"@nl-design-system-candidate/heading-3-docs": "1.0.2",
"@nl-design-system-candidate/heading-4-docs": "1.0.2",
"@nl-design-system-candidate/heading-5-docs": "1.0.2",
"@nl-design-system-candidate/heading-6-docs": "1.0.2",
"@nl-design-system-candidate/heading-docs": "1.0.1",
"@nl-design-system-candidate/link-docs": "1.0.1",
"@nl-design-system-candidate/mark-docs": "1.0.1",
"@nl-design-system-candidate/number-badge-docs": "1.0.1",
"@nl-design-system-candidate/paragraph-docs": "1.0.3",
"@nl-design-system-candidate/skip-link-docs": "1.0.1",
"@tabler/icons-react": "3.17.0",
"@utrecht/design-tokens": "1.1.0",
"clsx": "2.1.1",
"html-react-parser": "5.1.16",
"prism-react-renderer": "2.4.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@argos-ci/cli": "2.4.3",
"@argos-ci/playwright": "3.6.1",
"@changesets/cli": "2.27.8",
"@docsearch/react": "3.6.1",
"@docusaurus/module-type-aliases": "3.1.0",
"@docusaurus/plugin-content-blog": "3.1.0",
"@docusaurus/plugin-content-docs": "3.1.0",
"@docusaurus/theme-classic": "3.1.0",
"@docusaurus/tsconfig": "3.1.0",
"@docusaurus/types": "3.1.0",
"@eslint/js": "9.16.0",
"@eslint/json": "0.8.0",
"@fontsource/fira-sans": "5.1.0",
"@fontsource/open-sans": "5.1.0",
"@fontsource/source-sans-pro": "5.1.0",
"@mdx-js/react": "3.0.1",
"@nl-design-system-unstable/documentation": "workspace:*",
"@nl-design-system-unstable/nlds-design-tokens": "workspace:*",
"@nl-design-system-unstable/voorbeeld-design-tokens": "1.0.0-alpha.151",
"@nl-design-system/component-progress": "1.0.1-alpha.94",
"@nl-design-system/eslint-config": "0.0.1",
"@persoonlijke-regelingen-assistent/components-react": "1.0.0-alpha.152",
"@playwright/test": "1.47.1",
"@types/node": "20.14.14",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@utrecht/component-library-css": "4.2.0",
"@utrecht/component-library-react": "5.0.0",
"@utrecht/web-component-library-react": "1.3.0",
"@utrecht/web-component-library-stencil": "1.4.0",
"cheerio": "1.0.0",
"color": "4.2.3",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-perfectionist": "4.1.2",
"eslint-plugin-react": "7.37.2",
"firacode": "6.2.0",
"globals": "15.12.0",
"http-server": "14.1.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"npm-check-updates": "17.1.1",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"react-hook-form": "7.53.0",
"react-player": "2.16.0",
"react-syntax-highlighter": "15.5.0",
"rimraf": "6.0.1",
"stylelint": "16.9.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"tabler-icons-react": "1.56.0",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"typescript-eslint": "8.16.0",
"uuid": "10.0.0",
"yaml-loader": "0.8.1"
},
"overrides": {
"@docusaurus/core": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
},
"@docusaurus/preset-classic": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
},
"flux": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
},
"mini-create-react-context": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
}
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}