|
1 | 1 | { |
2 | 2 | "name": "pretty-checkbox-vue", |
3 | | - "version": "1.1.2", |
| 3 | + "version": "1.1.3", |
4 | 4 | "description": "Quickly integrate pretty checkbox Components with Vue.js", |
5 | 5 | "keywords": [ |
6 | 6 | "Pretty", |
|
18 | 18 | ], |
19 | 19 | "main": "dist/pretty-checkbox-vue.js", |
20 | 20 | "scripts": { |
21 | | - "build": "rimraf ./dist && webpack --config ./webpack.config.js" |
| 21 | + "build": "webpack --hide-modules" |
22 | 22 | }, |
23 | 23 | "repository": { |
24 | 24 | "type": "git", |
|
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "babel-core": "^6.26.0", |
48 | | - "babel-loader": "^6.2.4", |
| 48 | + "babel-loader": "^7.1.2", |
49 | 49 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
50 | | - "babel-plugin-transform-runtime": "^6.9.0", |
| 50 | + "babel-plugin-transform-runtime": "^6.23.0", |
51 | 51 | "babel-preset-env": "^1.6.1", |
52 | | - "babel-preset-stage-2": "^6.11.0", |
53 | | - "babel-runtime": "^6.9.2", |
54 | | - "css-loader": "^0.28.7", |
55 | | - "rimraf": "^2.6.1", |
56 | | - "vue": "^2.2.1", |
57 | | - "vue-html-loader": "^1.2.3", |
58 | | - "vue-loader": "^11.1.4", |
59 | | - "vue-style-loader": "^2.0.3", |
60 | | - "vue-template-compiler": "^2.2.1", |
61 | | - "webpack": "1.13.1", |
62 | | - "webpack-merge": "^4.1.0" |
| 52 | + "template-banner-webpack-plugin": "^1.0.0", |
| 53 | + "uglifyjs-webpack-plugin": "^1.1.6", |
| 54 | + "vue-loader": "^13.7.0", |
| 55 | + "vue-template-compiler": "^2.5.13", |
| 56 | + "webpack": "^3.10.0", |
| 57 | + "webpack-merge": "^4.1.1" |
63 | 58 | } |
64 | 59 | } |
0 commit comments