-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
79 lines (79 loc) · 2.54 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
{
"name": "@carp-dk/portal",
"version": "1.0.0",
"homepage": "/",
"license": "MIT",
"scripts": {
"start": "cross-env NODE_ENV=development vite serve src --config vite.config.ts",
"build": "cross-env NODE_ENV=production vite build src --config vite.config.ts",
"preview": "cross-env NODE_ENV=production vite preview src --config vite.config.ts",
"serve": "cross-env NODE_ENV=production serve -s build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "rsync -av --progress non_npm_dependencies/. node_modules"
},
"devDependencies": {
"@carp-dk/eslint-config": "^1.1.0",
"@rollup/plugin-alias": "^5.1.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.3.1",
"add": "^2.0.6",
"axios": "^1.6.8",
"axios-mock-adapter": "^1.22.0",
"cross-env": "^7.0.3",
"eslint": "8.57.1",
"jwt-decode": "^4.0.0",
"typescript": "^5.4.5",
"vite": "^5.3.0",
"vite-plugin-html": "^3.2.2",
"vite-tsconfig-paths": "^4.3.2"
},
"dependencies": {
"@babel/plugin-transform-react-jsx-self": "^7.24.7",
"@babel/plugin-transform-react-jsx-source": "^7.24.7",
"@carp-dk/authentication-react": "^1.0.1",
"@carp-dk/client": "1.6.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@js-joda/core": "^5.6.2",
"@locator/runtime": "^0.4.3",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "^5.15.20",
"@mui/styles": "^5.15.20",
"@mui/system": "^5.15.20",
"@mui/x-charts": "^7.7.0",
"@mui/x-date-pickers": "^7.6.2",
"@react-pdf/renderer": "^4.1.4",
"@tanstack/react-query": "^5.45.0",
"@tanstack/react-query-devtools": "^5.45.0",
"big.js": "^6.2.1",
"css-hot-loader": "^1.4.4",
"date-fns": "^3.6.0",
"express": "^4.19.2",
"form-data": "^4.0.0",
"formik": "^2.4.6",
"i18n-iso-countries": "^7.12.0",
"libphonenumber-js": "^1.11.11",
"i18next": "^23.15.1",
"i18next-http-backend": "^2.6.1",
"material-react-table": "^2.13.0",
"oidc-client-ts": "^3.0.1",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-drag-drop-files": "^2.3.10",
"react-flags-select": "^2.2.3",
"react-i18next": "^15.0.1",
"react-oidc-context": "^3.1.0",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"uuid": "^10.0.0",
"yup": "^1.4.0",
"zod": "^3.23.8"
}
}