-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 937 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
{
"name": "aurora",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "tauri dev",
"build": " tauri build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-dialog": ">=2.0.0",
"@tauri-apps/plugin-shell": ">=2.0.0",
"@tauri-apps/plugin-store": ">=2.0.0",
"jotai": "^2.11.0",
"react-dom": ">=19.0.0",
"react-router-dom": "^7.0.2",
"react": ">=19.0.0",
"skinview3d": "^3.1.0",
"tauri-plugin-system-info-api": ">=2.0.0"
},
"devDependencies": {
"@aurora-launcher/proto": "git+https://[email protected]:AuroraTeam/AuroraLauncher.git#features/new-net-steck",
"@tauri-apps/cli": ">=2.0.0",
"@types/react-dom": ">=19.0.0",
"@types/react": ">=19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"sass": "^1.82.0",
"typescript": "^5.7.2",
"vite": "^6.0.2"
}
}