-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
42
43
44
{
"name": "mididash",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"test": "cd src-tauri/ && cargo t && cd .. || cd ..",
"start": "npm run tauri dev",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"site": "mv docs/CNAME CNAME && rm -rf docs && cd site && npm run build && mv dist ../docs && cd .. && mv CNAME docs/CNAME"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-shell": "^2",
"@tauri-apps/plugin-window-state": "^2.0.0",
"ace-builds": "^1.36.5",
"d3-flextree": "^2.1.2",
"path-browserify": "^1.0.1",
"pinia": "^2.2.6",
"semver": "^7.6.3",
"tiny-emitter": "^2.1.0",
"vue": "^3.5.13",
"vue-3-slider-component": "^1.0.1",
"vue3-ace-editor": "^2.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"tinycolor2": "^1.6.0",
"vite": "^5.3.1",
"vite-svg-loader": "^5.1.0"
}
}