forked from mactive/vue-amap-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.61 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.61 KB
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
{
"name": "vue-amap-search",
"description": "vue2.x amap search component vue2.x高德地图搜索组件",
"version": "0.1.3",
"main": "dist/lib/main.js",
"author": "mactive <mactive@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mactive/vue-amap-search.git"
},
"bugs": {
"url": "https://github.com/mactive/vue-amap-search/issues"
},
"jsnext:main": "dist/lib/main.js",
"jspm": {
"main": "dist/lib/main.js",
"registry": "npm",
"format": "esm"
},
"keywords": [
"vue",
"amap",
"search"
],
"scripts": {
"dev": "webpack-dev-server --config build/webpack.dev.conf.js --open",
"build": "webpack --config build/webpack.build.conf.js --progress",
"build:example": "webpack --config build/webpack.example.conf.js --progress"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"url-loader": "^0.5.8",
"vue": "^2.6.11",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^8.0.0-beta.0",
"babel-preset-latest": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"less": "^2.7.2",
"less-loader": "^4.0.2",
"style-loader": "^0.14.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"ts-loader": "^2.0.1",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.2.0"
}
}