-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "vue-pickers",
"version": "2.5.4",
"description": "A picker componemt for vue2.0",
"main": "index.js",
"scripts": {
"rollup": "rollup -c ./rollup.config.js",
"build": "webpack",
"dev": "webpack --config ./webpack.config-dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naihe138/vue-picker.git"
},
"keywords": [
"vue2.0",
"vue-picker"
],
"author": "naice",
"license": "ISC",
"bugs": {
"url": "https://github.com/naihe138/vue-picker/issues"
},
"homepage": "https://github.com/naihe138/vue-picker#readme",
"directories": {
"lib": "lib"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^9.7.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"precss": "^4.0.0",
"rollup": "^1.26.0",
"rollup-plugin-vue": "^5.1.2",
"sass-loader": "^8.0.0",
"terser-webpack-plugin": "^2.2.1",
"vue-loader": "^15.7.1",
"vue-runtime-helpers": "^1.1.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}