-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
{
"name": "cesium-draw-ts",
"version": "1.2.5",
"exports": {
"types": "./index.d.ts",
"require": "./dist/drawGraph.umd.js",
"import": "./dist/drawGraph.mjs"
},
"main": "./dist/drawGraph.umd.js",
"module": "./dist/drawGraph.mjs",
"types": "./index.d.ts",
"styles": "./dist/style.css",
"files": [
"dist",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/canbaoSama/cesium-draw-ts"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite build && vite preview",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@antfu/eslint-config": "0.38.4",
"@element-plus/icons-vue": "2.1.0",
"@turf/turf": "6.5.0",
"@types/express": "4.17.17",
"@types/lodash-es": "4.17.7",
"@types/node": "18.15.11",
"@vueuse/core": "10.1.2",
"cesium": "1.104.0",
"element-plus": "2.3.3",
"express": "4.18.2",
"isomorphic-ws": "5.0.0",
"jsmpeg-player": "3.0.3",
"lodash-es": "4.17.21",
"unocss": "0.53.0",
"vite-plugin-externals": "0.6.2",
"vite-plugin-insert-html": "1.0.1",
"vite-plugin-require": "1.1.11",
"vite-plugin-static-copy": "0.13.1",
"vue": "3.2.47",
"vue-router": "4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.1.0",
"@vue/compiler-sfc": "3.2.47",
"cross-env": "7.0.3",
"less": "4.1.3",
"prettier": "2.8.7",
"rollup-plugin-visualizer": "5.9.0",
"typescript": "4.9.5",
"vite": "4.5.0",
"vite-plugin-style-import": "2.0.0",
"vite-plugin-vue-setup-extend": "0.4.0",
"vue-tsc": "1.2.0"
}
}