forked from Brotherta/wam-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 795 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"scripts": {
"dev": "concurrently --kill-others -n \"PUBLIC,BANK\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm start --prefix public\" \"npm start --prefix bank\"",
"tauri": "tauri",
"predesktop": "node scripts/check-deps.js",
"desktop": "concurrently --kill-others -n \"PUBLIC,BANK,TAURI\" -c \"bgBlue.bold,bgMagenta.bold,bgYellow.bold\" \"set HEADLESS=true&& npm start --prefix public\" \"npm start --prefix bank\" \"set PATH=%PATH%;C:\\Users\\jotar\\.cargo\\bin&& tauri dev\""
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@types/file-saver": "^2.0.7",
"file-saver": "^2.0.5",
"html-loader": "^5.1.0",
"tonal": "^6.4.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.0",
"@types/node": "^25.1.0",
"concurrently": "^8.2.2"
}
}