forked from jcc/v-distpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.46 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
{
"name": "v-distpicker",
"description": "A flexible, highly available district selector for picking provinces, cities and districts of China.",
"version": "1.2.2",
"author": "jcc <changejian@gmail.com>",
"license": "MIT",
"repository": "jcc/v-distpicker",
"main": "dist/v-distpicker.js",
"files": [
"src",
"dist/*.js"
],
"keywords": [
"省份",
"城市",
"地区",
"省市区",
"province",
"city",
"district",
"picker",
"plugin",
"javascript",
"development",
"vue",
"component"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --config=./build/webpack.dev.config.js",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=./build/webpack.prod.config.js"
},
"dependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"cross-env": "^3.1.4",
"css-loader": "^2.1.1",
"eslint": "^4.18.2",
"eslint-loader": "^2.1.2",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.0.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.5",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}