-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.69 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.69 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "open_inwoner",
"version": "1.0.0-alpha.0",
"description": "open_inwoner project",
"main": "src/static/open_inwoner/js/open_inwoner.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "npm run bundle",
"build-storybook": "npx storybook build",
"bundle": "vite build && npm run makemessages && npm run compilemessages",
"compilemessages": "formatjs compile-folder --ast src/open_inwoner/react/i18n/locales src/open_inwoner/react/i18n/compiled",
"makemessages": "conc npm:makemessages:*",
"makemessages:nl": "formatjs extract 'src/open_inwoner/react/**/*.{js,ts,tsx}' --ignore='**/*.d.ts' --format src/open_inwoner/react/i18n/i18n-formatter.js --out-file src/open_inwoner/react/i18n/locales/nl.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"makemessages:en": "formatjs extract 'src/open_inwoner/react/**/*.{js,ts,tsx}' --ignore='**/*.d.ts' --format src/open_inwoner/react/i18n/i18n-formatter.js --out-file src/open_inwoner/react/i18n/locales/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"storybook": "npx storybook dev --port 6006",
"storybook:debug": "STORYBOOK_LOGLEVEL=debug npm run storybook",
"test": "TZ=Europe/Amsterdam npm-run-all test:*",
"test:storybook": "vitest --run --project=storybook",
"test:vitest": "vitest --run --project=unit",
"vitest:ui": "vitest --ui",
"vitest:watch": "vitest --watch",
"type-check": "tsc --noEmit",
"watch": "vite build --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/maykinmedia/open_inwoner.git"
},
"author": "Maykin Media",
"license": "UNLICENSED",
"homepage": "https://maykinmedia.nl",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@gemeente-denhaag/action": "^4.0.1",
"@gemeente-denhaag/file": "^2.3.0",
"@gemeente-denhaag/side-navigation": "^4.0.2",
"@maykinmedia/preact-custom-element": "github:maykinmedia/preact-custom-element#5b3701126d62a7de458099f1186f66d34878766d",
"@open-inwoner/design-tokens": "^0.0.28",
"@tarekraafat/autocomplete.js": "^10.2.6",
"@utrecht/button-css": "^2.3.1",
"@utrecht/document-css": "^1.5.1",
"@utrecht/form-fieldset-css": "^1.5.1",
"@utrecht/heading-1-css": "^1.5.1",
"@utrecht/heading-2-css": "^1.5.1",
"@utrecht/heading-3-css": "^1.5.1",
"@utrecht/heading-4-css": "^1.5.1",
"@utrecht/link-list-css": "^2.3.1",
"@utrecht/ordered-list-css": "^2.0.0",
"@utrecht/paragraph-css": "^2.3.1",
"@utrecht/select-css": "^1.8.1",
"@utrecht/skip-link-css": "^1.5.1",
"@utrecht/table-css": "^2.0.1",
"@utrecht/textbox-css": "^2.0.0",
"@utrecht/unordered-list-css": "^1.5.1",
"bem.js": "^1.0.10",
"chart.js": "^4.5.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"emojibase-data": "^7.0.1",
"escape-html": "^1.0.3",
"flatpickr": "^4.6.9",
"gumshoejs": "^5.1.2",
"htmx-ext-response-targets": "^2.0.4",
"htmx.org": "^2.0.4",
"leaflet": "^1.7.1",
"lodash": "^4.18.1",
"material-icons": "^1.13.12",
"microscope-sass": "latest",
"preact": "^10.27.3",
"proj4leaflet": "^1.0.2",
"react-intl": "^7.1.11"
},
"devDependencies": {
"@babel/core": "latest",
"@formatjs/cli": "^6.7.2",
"@preact/preset-vite": "^2.10.2",
"@storybook/addon-a11y": "^10.3.5",
"@storybook/addon-docs": "^10.3.5",
"@storybook/addon-vitest": "^10.3.5",
"@storybook/preact-vite": "^10.3.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/preact": "^3.2.4",
"@types/leaflet": "^1.7.6",
"@types/lodash": "^4.17.23",
"@utrecht/component-library-react": "^13.0.2",
"@vitest/browser": "^4.1.1",
"@vitest/browser-playwright": "^4.1.1",
"@vitest/browser-preview": "^4.1.1",
"@vitest/ui": "^4.1.1",
"autoprefixer": "^10.4.23",
"babel-plugin-formatjs": "^10.5.39",
"concurrently": "^9.2.1",
"cssnano": "^7.1.3",
"npm-run-all": "^4.1.5",
"picocolors": "^1.1.1",
"playwright": "^1.58.2",
"postcss": "^8.5.6",
"postcss-selector-lint": "^1.0.2",
"prettier": "^3.6.2",
"sass-embedded": "^1.97.3",
"storybook": "^10.3.5",
"storybook-react-intl": "^10.1.1",
"type-fest": "^5.2.0",
"typescript": "^5.8.3",
"vite": "^7.3.2",
"vitest": "^4.1.1"
},
"overrides": {
"form-data": ">=2.5.4 || <3.0.0 || >=3.0.4 || <4.0.0 || >=4.0.4",
"date-fns": "^4.1.0",
"rollup": "^4.59.0",
"immutable": "^5.1.5",
"@utrecht/component-library-react": {
"vega": "^6.0.0"
},
"lodash-es": "^4.18.1"
},
"optionalDependencies": {
"@esbuild/linux-x64": "*",
"@rollup/rollup-linux-x64-gnu": "*"
}
}