-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "shop-adidas",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@glidejs/glide": "^3.6.0",
"@headlessui/react": "^1.7.7",
"@tanstack/react-query": "^4.20.9",
"axios": "^1.2.2",
"compressorjs": "^1.2.1",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.9",
"react-hook-form": "^7.43.9",
"react-icons": "^4.7.1",
"react-lazy-load-image-component": "^1.5.6",
"react-photo-view": "^1.2.3",
"react-scroll-to-bottom": "^4.2.0",
"socket.io-client": "^4.6.2"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"firebase": "^9.17.2",
"postcss": "^8.4.20",
"prettier-plugin-tailwindcss": "^0.3.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.6.1",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0"
}
}