-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 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": "alberta",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "tauri dev",
"build": "tauri build --debug",
"r:build": "tauri build",
"web:dev": "vite",
"web:build": "tsc && vite build",
"web:preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@rollup/plugin-dynamic-import-vars": "^2.1.3",
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-shell": "^2.0.0",
"@types/lodash": "^4.17.13",
"console.history": "^1.5.2",
"json5": "^2.2.3",
"kaplay": "^3001.0.2",
"lodash": "^4.17.21",
"uuid": "^10.0.0",
"vite-plugin-top-level-await": "^1.4.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.2",
"@types/uuid": "^10.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}