-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 880 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
{
"name": "insta-clone-app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@google-cloud/storage": "^7.12.0",
"@reduxjs/toolkit": "^2.2.7",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-updater": "~2",
"http-proxy-middleware": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-player": "^2.12.0",
"react-redux": "^8.1.1",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"react-spinners": "^0.13.8",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.4",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.3.1"
}
}