-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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
42
43
44
45
46
47
{
"name": "maven-performance",
"version": "0.3.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/types": "^7.2.14",
"@nivo/bar": "^0.83.1",
"@nivo/core": "^0.83.0",
"@nivo/treemap": "^0.83.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"apexcharts": "^3.49.1",
"date-fns": "^2.30.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.3.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"tsc": "tsc"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.5",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5",
"vite": "^4.5.3",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.6.0"
}
}