-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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": "noname",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "tauri dev",
"build:app": "tsc && vite build",
"build": "tauri build",
"dev:app": " vite"
},
"dependencies": {
"@arco-design/web-react": "^2.52.0",
"@tauri-apps/api": "^1.4.0",
"ahooks": "^3.7.8",
"axios": "^1.5.0",
"axios-tauri-api-adapter": "^0.2.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload#v1",
"zustand": "^4.4.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/lodash-es": "^4.17.8",
"@types/node": "^18.17.12",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"less": "^4.2.0",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^4.4.9"
}
}