-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "my-vue-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@chenfengyuan/vue-number-input": "^2.0.1",
"@openmagnetics/magnetic-virtual-builder": "^1.1.0",
"@popperjs/core": "^2.11.8",
"@vueform/slider": "^2.1.10",
"@vueuse/core": "^12.4.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"comlink": "^4.4.1",
"cors": "^2.8.5",
"datatables.net": "^2.3.7",
"datatables.net-bs5": "^2.3.7",
"datatables.net-vue3": "^3.0.4",
"echarts": "^5.5.1",
"mathjs": "^14.5.3",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.2",
"primeflex": "^3.3.1",
"replicad": "^0.21.0",
"replicad-opencascadejs": "^0.21.0",
"three": "^0.168.0",
"three-trackballcontrols": "^0.9.0",
"troisjs": "^0.3.4",
"vatex": "^0.1.0",
"vue": "^3.5.8",
"vue-echarts": "^7.0.3",
"vue-good-table-next": "^0.2.2",
"vue-router": "^4.4.5",
"vue-window-size": "^2.0.0",
"vue3-cookies": "^1.0.6",
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"cypress": "^13.14.2",
"raw-loader": "^4.0.2",
"sass": "^1.79.3",
"vite": "^6.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-static-copy": "^3.2.0"
}
}