-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
54 lines (54 loc) · 1.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "material-ul",
"version": "2.4.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build && node ./public/getVersion.js",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@babylonjs/core": "^6.33.0",
"@babylonjs/havok": "^1.3.10",
"@babylonjs/loaders": "^6.33.0",
"@pixi/filter-displacement": "^7.3.2",
"@pixi/graphics-extras": "^7.3.1",
"@pixi/ui": "^0.9.1",
"apexcharts": "^3.36.3",
"axios": "^1.2.2",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"pinia": "^2.0.28",
"pixi.js": "^7.3.2",
"three": "^0.149.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue3-apexcharts": "^1.4.1",
"vuedraggable": "^4.1.0",
"vuetify": "^3.6.7"
},
"devDependencies": {
"@mdi/font": "^7.1.96",
"@rushstack/eslint-patch": "^1.1.4",
"@types/lodash": "^4.14.194",
"@types/node": "^18.11.12",
"@types/three": "^0.149.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.2.2",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^3.2.5",
"sass": "^1.57.1",
"typescript": "5.2.2",
"vite": "^5.2.11",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.0.19"
}
}