-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 975 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 975 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
{
"name": "material-ui-vite-ts",
"private": true,
"version": "7.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/x-charts": "^8.3.1",
"@mui/x-data-grid": "^8.3.1",
"@mui/x-data-grid-pro": "^8.3.1",
"@mui/x-date-pickers": "^8.3.1",
"@mui/x-tree-view": "^8.3.1",
"@react-spring/web": "^10.0.0",
"@tailwindcss/vite": "latest",
"dayjs": "^1.11.13",
"react": "latest",
"react-dom": "latest",
"react-router-dom": "^7.6.0",
"tailwindcss": "latest"
},
"devDependencies": {
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "latest",
"prettier": "3.5.3",
"typescript": "latest",
"vite": "latest"
}
}