-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "belle-web",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-hookz/web": "^13.2.1",
"@sentry/react": "^6.19.6",
"@sentry/tracing": "^6.19.6",
"apexcharts": "^3.35.0",
"chart.js": "^3.7.1",
"chartjs-plugin-zoom": "^1.2.1",
"normalize.css": "^8.0.1",
"ol": "^6.14.1",
"papaparse": "^5.3.2",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.3.0",
"react-responsive": "^9.0.0-beta.6",
"victory": "^36.3.1"
},
"devDependencies": {
"@types/papaparse": "^5.3.2",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@vitejs/plugin-react": "^1.0.7",
"prettier": "^2.6.2",
"typescript": "^4.5.4",
"vite": "^2.9.0",
"vite-plugin-checker": "^0.4.5"
}
}