-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.59 KB
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
{
"name": "mantine-prom",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@hello-pangea/dnd": "^16.5.0",
"@mantine/core": "^5.10.5",
"@mantine/form": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@mantine/notifications": "^5.10.5",
"@million/lint": "^1.0.13",
"@phosphor-icons/react": "^2.1.4",
"@reactour/tour": "^3.6.1",
"@reduxjs/toolkit": "^1.7.1",
"@sentry/react": "^7.94.1",
"@sentry/vite-plugin": "^2.10.3",
"@tabler/icons-react": "^2.21.0",
"@vercel/analytics": "^1.0.2",
"axios": "^0.25.0",
"chart.js": "^4.4.1",
"embla-carousel-react": "^8.0.0-rc14",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"react": "^17.0.2",
"react-chartjs-2": "^5.2.0",
"react-dom": "^17.0.2",
"react-i18next": "^15.1.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-transition-group": "^4.4.5",
"recharts": "^2.1.8",
"redux-persist": "^6.0.0",
"web-vitals": "^3.0.3"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.10"
}
}