-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.6 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "hackathon",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --port 4444",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"@mui/styled-engine-sc": "^5.12.0",
"autoprefixer": "^10.4.14",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"daisyui": "^3.2.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"firebase": "^10.3.1",
"googleapis": "^126.0.1",
"lottie-react": "^2.4.0",
"mongodb": "^6.0.0",
"ms": "^2.1.3",
"path": "^0.12.7",
"postcss": "^8.4.26",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-ga": "^3.3.1",
"react-google-button": "^0.7.2",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.2",
"react-social-icons": "^5.15.0",
"sitemap": "^7.1.1",
"spdy": "^4.0.2",
"styled-components": "^6.0.4",
"tailwindcss": "^3.3.3",
"vanilla-tilt": "^1.8.0",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"vite": "^4.4.0"
}
}