|
28 | 28 | "accounting-js": "^1.1.1" |
29 | 29 | }, |
30 | 30 | "scripts": { |
31 | | - "test": "cross-env karma start test/karma.config.js", |
32 | | - "test:watch": "cross-env karma start test/karma.config.js --single-run=false", |
33 | | - "lint": "cross-env eslint --ext .js,.vue src spec", |
34 | | - "build": "cross-env ./node_modules/webpack/bin/webpack.js --hide-modules -p --progress", |
| 31 | + "test": "./node_modules/.bin/karma start test/karma.config.js", |
| 32 | + "test:watch": "./node_modules/.bin/karma start test/karma.config.js --single-run=false", |
| 33 | + "lint": "./node_modules/.bin/eslint --ext .js,.vue src spec", |
| 34 | + "build": "./node_modules/.bin/webpack --hide-modules -p --progress", |
35 | 35 | "report-coverage": "codecov" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "avoriaz": "^2.4.2", |
| 38 | + "avoriaz": "^3.2.0", |
39 | 39 | "babel-core": "^6.25.0", |
40 | 40 | "babel-loader": "^7.1.1", |
41 | 41 | "babel-plugin-istanbul": "^4.1.4", |
42 | 42 | "babel-preset-latest": "^6.24.1", |
43 | | - "chai": "^4.0.2", |
| 43 | + "chai": "^4.1.1", |
44 | 44 | "clean-webpack-plugin": "^0.1.16", |
45 | | - "codecov": "^2.2.0", |
46 | | - "cross-env": "^5.0.1", |
47 | | - "eslint": "^4.2.0", |
48 | | - "eslint-plugin-vue": "beta", |
| 45 | + "codecov": "^2.3.0", |
| 46 | + "css-loader": "^0.28.4", |
| 47 | + "eslint": "4.3.0", |
| 48 | + "eslint-plugin-vue": "3.10.0", |
49 | 49 | "karma": "^1.7.0", |
50 | 50 | "karma-coverage": "^1.1.1", |
51 | 51 | "karma-mocha": "^1.3.0", |
|
54 | 54 | "karma-sourcemap-loader": "^0.3.7", |
55 | 55 | "karma-spec-reporter": "^0.0.31", |
56 | 56 | "karma-webpack": "^2.0.4", |
57 | | - "mocha": "^3.4.2", |
58 | | - "sinon": "^2.3.6", |
59 | | - "sinon-chai": "^2.11.0", |
60 | | - "vue": "^2.3.4", |
61 | | - "vue-loader": "^13.0.0", |
62 | | - "vue-template-compiler": "^2.3.4", |
63 | | - "webpack": "^3.1.0" |
| 57 | + "mocha": "^3.5.0", |
| 58 | + "phantomjs-prebuilt": "^2.1.14", |
| 59 | + "sinon": "^3.0.0", |
| 60 | + "sinon-chai": "^2.12.0", |
| 61 | + "vue": "^2.4.2", |
| 62 | + "vue-loader": "^13.0.4", |
| 63 | + "vue-template-compiler": "^2.4.2", |
| 64 | + "webpack": "^3.4.1" |
64 | 65 | }, |
65 | 66 | "babel": { |
66 | 67 | "presets": [ |
|
0 commit comments