-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 3.02 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 3.02 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
{
"name": "@nl-design-system-community/theme-wizard-templates",
"version": "1.0.2",
"author": "Community for NL Design System",
"description": "Templates",
"license": "EUPL-1.2",
"keywords": [
"expertteam-digitale-toegankelijkheid",
"nl-design-system"
],
"exports": {
".": "./index.ts",
"./components": "./src/components/index.ts",
"./pages": "./src/pages/index.ts",
"./react": "./src/react/index.ts"
},
"files": [
"dist/"
],
"private": true,
"repository": {
"type": "git+ssh",
"url": "git@github.com:nl-design-system/theme-wizard.git",
"directory": "packages/theme-wizard-templates"
},
"scripts": {
"start": "astro dev --port 9493",
"build": "astro build",
"lint": "pnpm run --sequential '/^lint:.+$/'",
"lint:astro": "astro check",
"lint:css": "stylelint './src/**/*.{css,astro}'",
"lint:js": "eslint",
"lint-fix:js": "eslint --fix",
"clean": "rimraf dist .astro build"
},
"dependencies": {
"@amsterdam/design-system-css": "2.1.0",
"@amsterdam/design-system-react": "2.2.0",
"@astrojs/react": "4.4.2",
"@astrojs/vercel": "9.0.2",
"@gemeente-denhaag/action": "4.1.3",
"@gemeente-denhaag/card": "5.0.6",
"@gemeente-denhaag/side-navigation": "4.0.3",
"@nl-design-system-candidate/button-css": "1.0.0",
"@nl-design-system-candidate/button-react": "1.0.0",
"@nl-design-system-candidate/heading-css": "1.1.3",
"@nl-design-system-candidate/heading-react": "1.1.6",
"@nl-design-system-candidate/link-css": "2.0.3",
"@nl-design-system-candidate/link-react": "1.1.7",
"@nl-design-system-candidate/number-badge-react": "1.3.2",
"@nl-design-system-candidate/paragraph-css": "2.1.3",
"@nl-design-system-candidate/paragraph-react": "2.2.1",
"@nl-design-system-candidate/skip-link-css": "1.0.5",
"@nl-design-system-candidate/skip-link-react": "1.1.7",
"@nl-design-system-community/clippy-components": "workspace:*",
"@nl-design-system-community/design-tokens-schema": "workspace:*",
"@nl-design-system-community/ma-design-tokens": "3.0.0",
"@nl-design-system-community/theme-wizard-app": "workspace:*",
"@nl-design-system-unstable/start-design-tokens": "3.0.0",
"@tabler/icons-react": "3.36.1",
"@utrecht/component-library-css": "8.2.1",
"@utrecht/component-library-react": "12.0.0",
"@utrecht/link-list-css": "3.0.1",
"@utrecht/page-body-react": "1.0.10",
"@utrecht/page-footer-react": "1.0.9",
"@utrecht/page-header-react": "1.0.9",
"@utrecht/web-component-library-react": "3.0.12",
"@utrecht/web-component-library-stencil": "3.7.0",
"clsx": "2.1.1",
"css": "link:@nl-design-system-candidate/number-badge-react/css",
"lit": "3.3.2",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@astrojs/check": "0.9.6",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"astro": "5.16.6",
"glob": "13.0.0",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vite": "7.3.0",
"vite-plugin-dts": "4.5.4"
}
}