-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 932 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 932 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
{
"name": "rp-react-query-crud",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@mui/icons-material": "^5.0.3",
"@mui/material": "^5.0.3",
"@mui/styled-engine-sc": "^5.0.3",
"@types/uuid": "^8.3.1",
"firebase": "^9.1.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-loading": "^2.0.3",
"react-router-dom": "^5.3.0",
"styled-components": "^5.3.1",
"uuid": "^8.3.2",
"validator": "^13.6.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.1",
"@types/styled-components": "^5.1.15",
"@types/validator": "^13.6.3",
"@vitejs/plugin-react": "^1.0.0",
"typescript": "^4.3.2",
"vite": "^2.6.4"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
}
}