-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
39 lines (39 loc) · 1002 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
35
36
37
38
39
{
"name": "configtool",
"version": "3.5.10",
"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": {
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"@duet3d/objectmodel": "~3.5.5",
"@popperjs/core": "^2.11.5",
"ejs": "^3.1.9",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"monaco-editor": "^0.52.0",
"pinia": "^2.3.0",
"vue": "^3.2.36",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/ejs": "^3.1.5",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.7.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.7.0",
"npm-run-all2": "^7.0.1",
"sass": "~1.71.1",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vue-tsc": "^2.0.12"
}
}