-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "vite-template-react",
"version": "1.2.0",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@firebase/auth": "^0.20.11",
"@mobiscroll/react-lite": "^4.10.9",
"@mui/material": "^5.10.11",
"@mui/x-date-pickers": "^5.0.5",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"dayjs": "^1.11.6",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"firebase": "^9.13.0",
"mobiscroll": "^3.0.0-beta6",
"mobiscroll-react": "^4.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-icons": "^1.9.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@vitejs/plugin-react": "^2.0.0",
"c8": "^7.12.0",
"canvas": "^2.10.2",
"jsdom": "^20.0.0",
"vite": "^3.0.3",
"vitest": "^0.19.1"
}
}