-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "tomat",
"private": true,
"version": "0.0.0",
"scripts": {
"emulators": "firebase emulators:start",
"dev": "concurrently --kill-others \"npm run emulators\" \"vite --mode dev\"",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.5",
"@mui/icons-material": "^5.6.0",
"@mui/material": "^5.6.0",
"date-fns": "^2.28.0",
"firebase": "9.17.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.8.1",
"usehooks-ts": "^2.4.2"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-react": "^1.0.7",
"concurrently": "^7.1.0",
"eslint": "^8.12.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"firebase-tools": "11.23.0",
"prettier": "^2.6.2",
"typescript": "^4.5.4",
"vite": "^2.9.0"
}
}