-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "zwd-frontend",
"private": true,
"version": "0.0.1",
"engines": {
"node": ">=20",
"npm": ">=10"
},
"scripts": {
"start": "vite",
"ont": "env-cmd -f .env.ontwikkel vite",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint --fix --ext .ts,.tsx src",
"swagger:generate-schema": "TS_NODE_PROJECT=./scripts/tsconfig.json ts-node scripts/src/generateSwaggerSchema.ts",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
"@amsterdam/design-system-react": "^0.13.0",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.get": "^4.4.9",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react-swc": "^3.5.0",
"axios": "^1.7.7",
"bpmn-js": "^17.11.1",
"dayjs": "^1.11.13",
"immer": "^10.1.1",
"jwt-decode": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"oidc-client-ts": "^3.0.1",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-oidc-context": "^3.1.1",
"react-router-dom": "^6.27.0",
"styled-components": "^6.1.13",
"ts-node": "^10.9.2",
"typescript": "^5.5.0",
"vite": "^5.4.9"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"dtsgenerator": "^3.19.2",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"vitest": "^2.1.3"
}
}