-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
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
40
41
{
"name": "ensightful-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open --mode development",
"build:test": "vue-tsc && vite build --mode test",
"build": "vue-tsc && vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@pixi/unsafe-eval": "^7.4.0",
"@turf/turf": "^7.0.0",
"axios": "^1.6.7",
"element-plus": "^2.5.3",
"konva": "^9.3.14",
"lodash": "^4.17.21",
"patch-package": "^8.0.0",
"pdfmake": "^0.2.10",
"pinia": "^2.1.7",
"pixi.js": "^7.2.4",
"three": "^0.166.1",
"vue": "^3.3.11",
"vue-konva": "^3.0.2",
"vue-router": "^4.2.5",
"vue3-eventbus": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.11.10",
"@types/pdfmake": "^0.2.9",
"@types/three": "^0.166.0",
"@vitejs/plugin-vue": "^4.5.2",
"sass": "^1.70.0",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
}
}