-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 953 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
39
{
"name": "app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite serve",
"build": "vite build",
"preview": "vite preview",
"deploy": "echo \"Not implemented\"; exit 1"
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.14",
"@mui/lab": "^5.0.0-alpha.108",
"@mui/material": "^5.10.14",
"firebase": "^9.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"recoil": "^0.7.6"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.5",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"envars": "^0.4.0",
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"envars": {
"cwd": "../env"
}
}