-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 877 Bytes
/
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
{
"name": "tcc",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"firebase": "^9.19.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"toastify-js": "^1.12.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.37.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"rollup-plugin-visualizer": "^5.9.0",
"vite": "^4.2.1"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"emulators": "firebase emulators:start --import=./emulator-data",
"deploy": "firebase deploy",
"lint": "eslint ./src/**/*.{js,jsx}"
}
}