-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathpackage.json
71 lines (71 loc) · 2.29 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "image-label-opt",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build --config vite.config.build.ts",
"eslint": "eslint --fix",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@tweenjs/tween.js": "^18.6.4",
"@types/js-cookie": "^3.0.1",
"@types/qs": "^6.9.7",
"@types/three": "^0.136.1",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@vueuse/components": "^8.6.0",
"@vueuse/core": "^8.6.0",
"ant-design-vue": "3.2.19",
"axios": "^0.26.1",
"colord": "^2.9.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.1",
"element-resize-detector": "^1.1.15",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.0.1",
"eventemitter3": "^4.0.7",
"filesize": "^9.0.1",
"hotkeys-js": "^3.8.7",
"interactjs": "^1.10.11",
"js-cookie": "^3.0.1",
"konva": "^9.2.3",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lodash": "^4.17.21",
"point-in-polygon": "^1.1.0",
"polygon-clipping": "^0.15.3",
"prettier": "^2.6.1",
"qs": "^6.10.3",
"query-string": "^7.1.1",
"screenfull": "^6.0.1",
"three": "^0.142.0",
"ua-parser-js": "^1.0.2",
"uuid": "^3.1.0",
"vue": "^3.2.25",
"vue-clipboard2": "^0.3.3",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.14",
"vue3-colorpicker": "^2.2.3"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.180",
"@types/point-in-polygon": "^1.1.1",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-vue": "^2.3.3",
"lint-staged": "^12.3.7",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}