-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
40
{
"name": "configtool",
"version": "3.6.9",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview --port 5050",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"type": "module",
"dependencies": {
"@duet3d/monacotokens": "~3.6.0",
"@duet3d/objectmodel": "~3.6.0",
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"ejs": "^5.0.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"monaco-editor": "^0.55.0",
"pinia": "^3.0.2",
"vue": "^3.2.36",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/ejs": "^3.1.5",
"@types/file-saver": "^2.0.7",
"@types/node": "^25.0.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.9.0",
"npm-run-all2": "^8.0.4",
"sass": "~1.78.0",
"typescript": "^5.7.2",
"vite": "^7.0.5",
"vue-tsc": "^3.0.2"
}
}