-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "gaode-tools",
"version": "0.0.7-beta8",
"type": "module",
"author": "fengjian",
"description": "高德工具 多边型编辑器测距工具等",
"keywords": [
"gaode",
"polygon",
"polygonEditor",
"ranging",
"高德工具",
"多边形测距",
"多边形编辑器测距"
],
"files": [
"dist/"
],
"main": "./dist/gaode-tools.umd.js",
"module": "./dist/gaode-tools.es.js",
"exports": {
".": {
"import": "./dist/gaode-tools.es.js",
"require": "./dist/gaode-tools.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "rimraf -rf ./dist && tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@amap/amap-jsapi-types": "^0.0.13",
"@types/lodash-es": "^4.17.8",
"@vitejs/plugin-vue": "^4.2.3",
"rimraf": "^5.0.1",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.3.1"
},
"dependencies": {
"@types/node": "^20.8.3",
"lodash-es": "^4.17.21",
"moveable": "^0.51.2",
"vue": "^3.3.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/MeetTheBest/gaode-tools",
"repository": {
"type": "git",
"url": "https://github.com/MeetTheBest/gaode-tools.git"
},
"license": "MIT"
}