-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "typeracer",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "yarn run build; firebase deploy",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.1",
"@mui/styles": "^5.5.1",
"@mui/x-data-grid": "^5.17.14",
"@noble/hashes": "^1.1.5",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"firebase": "^10.9.0",
"framer-motion": "^7.6.19",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.1.1",
"react-router-dom": "^6.2.2",
"read-excel-file": "^5.5.3"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"husky": "^8.0.0",
"pretty-quick": "^3.1.3",
"typescript": "^4.5.4",
"vite": "^3.2.11"
}
}