-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 830 Bytes
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
{
"name": "charts",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.12.0"
},
"dependencies": {
"@sentry/browser": "^7.119.1",
"axios": "^1.18.0",
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"highcharts": "^9.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.0.0",
"react-bootstrap": "^1.0.0-beta.5",
"react-dom": "^18.0.0",
"react-github-btn": "^1.0.5",
"react-loader-spinner": "^5.4.0",
"react-toastify": "^4.5.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.16"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "cypress run"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}