forked from pymss-project/pymss-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.45 KB
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
{
"name": "pymss-studio",
"version": "0.0.12",
"private": true,
"packageManager": "pnpm@10.33.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && vue-tsc --noEmit && vite build",
"test": "node --test tests/stemOrder.test.ts tests/workflowEditorState.test.ts tests/workflowSimple.test.mjs tests/workflowGraph.test.mjs tests/workflowValidation.test.mjs tests/workflowCanvas.test.ts tests/comfyMssWorkflow.test.mjs tests/runtimeUtils.test.ts tests/asyncUtils.test.ts tests/i18nKeys.test.ts tests/modelSearch.test.ts tests/modelSource.test.ts",
"preview": "vite preview",
"tauri": "tauri",
"tauri:preview": "tauri dev --config src-tauri/tauri.preview.conf.json"
},
"dependencies": {
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-process": "^2.3.0",
"@tauri-apps/plugin-updater": "^2.8.0",
"@tauri-apps/plugin-shell": "^2.3.0",
"@tauri-apps/plugin-store": "^2.4.0",
"@vicons/ionicons5": "^0.13.0",
"naive-ui": "^2.44.1",
"pinia": "^3.0.4",
"vue": "^3.5.24",
"vue-i18n": "^11.2.1",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.8.4",
"@vitejs/plugin-vue": "^6.0.2",
"sass": "^1.94.2",
"typescript": "^5.9.3",
"unplugin-vue-components": "^32.1.0",
"vite": "^7.2.4",
"vue-tsc": "^3.1.5"
},
"author": "TheSmallHanCat"
}