-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 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": "open-magnetics-web",
"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",
"@popperjs/core": "^2.11.8",
"@vueform/slider": "^2.1.10",
"@vuepic/vue-datepicker": "^12.0.5",
"@vueuse/core": "^14.0.0",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"chartjs-plugin-dragdata": "^2.3.1",
"comlink": "^4.4.2",
"cors": "^2.8.5",
"datatables.net-vue3": "^3.0.4",
"echarts": "^6.0.0",
"katex": "^0.13.24",
"mathjs": "^15.1.0",
"@openmagnetics/magnetic-virtual-builder": "^1.1.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"primeflex": "^3.3.1",
"process": "^0.11.10",
"replicad": "^0.19.0",
"replicad-opencascadejs": "^0.19.0",
"three": "^0.181.1",
"three-trackballcontrols": "^0.9.0",
"troisjs": "^0.3.4",
"vatex": "^0.1.0",
"vue": "^3.5.24",
"vue-echarts": "^8.0.1",
"vue-good-table-next": "^0.2.2",
"vue-router": "^4.6.3",
"vue-window-size": "^2.0.0",
"vue3-cookies": "^1.0.6",
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"raw-loader": "^4.0.2",
"sass": "^1.94.1",
"vite": "^7.2.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-static-copy": "^3.2.0"
}
}