-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (58 loc) · 1.51 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
{
"name": "d_cascader",
"version": "1.0.3",
"description": "这是一个级联选择器",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dongasai/d_cascader.git"
},
"keywords": [
"三级联动",
"级联",
"选择器",
"cascader",
"picker",
"select"
],
"author": "Dongasai",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/dongasai/d_cascader/issues"
},
"homepage": "https://github.com/dongasai/d_cascader#readme",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=./build/webpack.vue.config.js"
},
"dependencies": {
"vue": "^2.2.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.11.6",
"cross-env": "^3.1.4",
"css-loader": "^0.23.0",
"eslint": "^3.12.2",
"eslint-loader": "^1.6.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3",
"file-loader": "^0.10.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-loader": "^10.3.0",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}