|
1 | 1 | {
|
2 | 2 | "name": "vue-chartjs",
|
3 |
| - "version": "3.0.0", |
| 3 | + "version": "3.0.1-rc2", |
4 | 4 | "description": "Vue.js wrapper for chart.js for creating beautiful charts.",
|
5 | 5 | "author": "Jakub Juszczak <[email protected]>",
|
6 | 6 | "homepage": "http://vue-chartjs.org",
|
|
53 | 53 | "e2e": "node test/e2e/runner.js",
|
54 | 54 | "test": "npm run unit",
|
55 | 55 | "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
|
56 |
| - "release": "webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js && webpack --progress --hide-modules --config ./build/webpack.release.full.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.full.min.js", |
57 |
| - "prepublish": "yarn run lint && yarn run test && yarn run build" |
| 56 | + "release": "webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js", |
| 57 | + "prepublishOnly": "yarn run lint && yarn run test && yarn run build" |
58 | 58 | },
|
59 | 59 | "dependencies": {
|
60 |
| - "isparta": "^4.0.0", |
61 | 60 | "lodash.merge": "^4.6.0"
|
62 | 61 | },
|
63 | 62 | "peerDependencies": {
|
64 |
| - "chart.js": "2.7.0", |
65 |
| - "vue": "2.5.2" |
| 63 | + "chart.js": "2.7.x" |
66 | 64 | },
|
67 | 65 | "devDependencies": {
|
68 |
| - "babel-cli": "^6.24.1", |
69 |
| - "babel-core": "^6.25.0", |
70 |
| - "babel-loader": "7.1.2", |
71 |
| - "babel-plugin-transform-object-assign": "^6.22.0", |
72 |
| - "babel-plugin-transform-runtime": "^6.23.0", |
73 |
| - "babel-preset-es2015": "^6.24.1", |
74 |
| - "babel-preset-stage-2": "^6.24.1", |
75 |
| - "babel-runtime": "^6.23.0", |
| 66 | + "@babel/cli": "^7.0.0-beta.31", |
| 67 | + "@babel/core": "^7.0.0-beta.31", |
| 68 | + "@babel/preset-env": "^7.0.0-beta.31", |
| 69 | + "@babel/preset-stage-2": "^7.0.0-beta.31", |
| 70 | + "babel-loader": "8.0.0-beta.0", |
76 | 71 | "chai": "^3.5.0",
|
77 | 72 | "chart.js": "2.7.0",
|
78 | 73 | "chromedriver": "^2.28.0",
|
|
98 | 93 | "html-webpack-plugin": "^2.28.0",
|
99 | 94 | "http-proxy-middleware": "^0.17.4",
|
100 | 95 | "inject-loader": "^3.0.0",
|
| 96 | + "isparta": "^4.0.0", |
101 | 97 | "jasmine-core": "^2.5.2",
|
102 | 98 | "json-loader": "^0.5.4",
|
103 | 99 | "karma": "^1.5.0",
|
|
137 | 133 | "node": ">=6.9.0",
|
138 | 134 | "npm": ">= 3.0.0"
|
139 | 135 | },
|
140 |
| - "babel": { |
141 |
| - "presets": [ |
142 |
| - "es2015" |
143 |
| - ] |
144 |
| - }, |
145 | 136 | "browserify": {
|
146 | 137 | "transform": [
|
147 | 138 | "babelify"
|
|
0 commit comments