-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 992 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
34
35
36
37
38
39
{
"name": "hhh",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/react-lazy-load-image-component": "^1.5.2",
"axios": "^0.27.2",
"dayjs": "^1.11.5",
"firebase": "^9.10.0",
"react": "^18.0.0",
"react-cssfx-loading": "^2.1.0",
"react-dom": "^18.0.0",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load-image-component": "^1.5.5",
"react-router-dom": "^6.3.0",
"swiper": "^8.3.2",
"swr": "^1.3.0",
"zustand": "^4.0.0"
},
"devDependencies": {
"@types/node": "^18.7.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"sass": "^1.54.4",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}