-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"private": true,
"engines": {
"node": "~18 || ~20",
"npm": "~9 || ~10"
},
"scripts": {
"start": "npx vite src/Client",
"build": "npx vite build src/Client"
},
"devDependencies": {
"@types/node": "^20.9.1",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"mocha": "^8.3.2",
"postcss": "^8.4.31",
"remotedev": "^0.2.9",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"vite": "^5.0.5"
},
"dependencies": {
"@tippyjs/react": "^4.2.5",
"ag-grid-community": "31.0.1",
"ag-grid-react": "31.0.1",
"bulma": "^0.9.3",
"bulma-quickview": "^2.0.0",
"bulma-slider": "^2.0.4",
"css-spinners-react": "^1.0.2",
"pigeon-maps": "^0.21.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"recharts": "^2.10.3",
"use-sync-external-store": "^1.2.0"
}
}