-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "omicron-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.15",
"@mui/lab": "^5.0.0-alpha.115",
"@mui/material": "^5.11.8",
"@mui/x-date-pickers": "^7.5.0",
"axios": "^1.2.0",
"dotenv": "^16.4.5",
"firebase": "^9.17.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"react-toastify": "^9.1.1",
"swr": "^2.0.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/node": "^18.11.9",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "latest",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "latest",
"prettier": "^2.8.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-svgr": "^2.2.2"
}
}