-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.24 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
{
"name": "astroplant-frontend",
"version": "0.1.0-alpha.1",
"private": true,
"dependencies": {
"@redux-devtools/extension": "~3.2.5",
"@reduxjs/toolkit": "^2.1.0",
"@rjsf/core": "^5.17.0",
"@rjsf/utils": "^5.17.0",
"@rjsf/validator-ajv8": "^5.17.0",
"@tabler/icons-react": "^2.30.0",
"@types/json-schema": "^7.0.5",
"@types/leaflet": "^1.9.0",
"@types/lodash": "^4.14.157",
"@types/luxon": "^3.3.0",
"@types/md5": "^2.1.33",
"@types/parse-link-header": "^1.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"clsx": "^2.0.0",
"i18next": "^23.2.11",
"immer": "^10.0.2",
"json-schema-to-ts": "^3.0.0",
"leaflet": "^1.9.0",
"lodash": "^4.17.17",
"luxon": "^3.3.0",
"md5": "^2.2.1",
"parse-link-header": "^2.0.0",
"query-string": "^6.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.2",
"react-leaflet": "~4.2.1",
"react-markdown": "^8.0.7",
"react-redux": "^8.0",
"react-router-dom": "^6.14.1",
"react-scripts": "=4.0.3",
"recharts": "^2.7.2",
"redux": "^5.0.0",
"redux-observable": "^3.0.0-rc.2",
"redux-persist": "~6.0.0",
"rxjs": "^7.8",
"semantic-ui-css": "~2.4.1",
"semantic-ui-react": "^2.1.4"
},
"scripts": {
"check": "tsc --noemit",
"eslint": "eslint src",
"lint": "yarn run eslint && yarn run check",
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@csstools/postcss-color-mix-function": "^2.0.0",
"@csstools/postcss-oklab-function": "^3.0.0",
"@openapitools/openapi-generator-cli": "^1.0.13-4.3.1",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@vitejs/plugin-react": "^4.0.1",
"babel-plugin-root-import": "^6.6.0",
"eslint": "^8.44.0",
"eslint-config-react-app": "^7.0.1",
"openapi-to-typescript": "^4.0.0",
"openapi-typescript": "^6.3.4",
"postcss-nesting": "^12.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite-tsconfig-paths": "^4.1.0",
"vitest": "^0.30.1"
}
}