-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "instagram-k",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@blueprintjs/core": "^5.10.2",
"@clerk/clerk-react": "^4.30.7",
"@iconsans/react": "^1.0.6",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@reduxjs/toolkit": "^2.2.1",
"@vercel/speed-insights": "^1.1.0",
"antd": "^5.19.0",
"axios": "^1.6.8",
"firebase": "^11.1.0",
"flowbite-react": "^0.9.0",
"hls.js": "^1.5.8",
"js-cookie": "^3.0.5",
"pre-commit": "^1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.51.5",
"react-player": "^2.16.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.5",
"tailwind-shades": "^1.1.2"
},
"devDependencies": {
"@iconify/icons-mdi": "^1.2.48",
"@iconify/react": "^4.1.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.18",
"less": "^4.2.0",
"postcss": "^8.4.38",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.1",
"vite": "^5.2.11"
}
}