-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 875 Bytes
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
{
"name": "cameraftp",
"private": true,
"version": "1.9.2",
"type": "module",
"author": "GoldJohnKing <GoldJohnKing@Live.cn>",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest run",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"lucide-react": "^0.460.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^2.0.7",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@testing-library/react": "^16.3.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"jsdom": "^24.0.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vitest": "^2.1.0"
}
}