-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "android-adb-tauri",
"author": {
"name": "Dany Santos",
"url": "https://github.com/theorlan2"
},
"repository": {
"url": "https://github.com/theorlan2/Tauri-Android-ADB-GUI"
},
"license": "MIT",
"private": true,
"version": "0.0.5",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@headlessui/react": "^1.7.2",
"@heroicons/react": "^2.0.11",
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.8.5",
"@tauri-apps/api": "^1.0.0-rc.6",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-popper": "^2.3.0",
"react-redux": "^8.0.4",
"react-router-dom": "6",
"react-use": "^17.4.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-rc.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}