|
23 | 23 | "dev": "cross-env NODE_ENV=development webpack --config config/webpack.config.dev.js --progress --watch", |
24 | 24 | "build": "npm run build:browser && npm run build:common", |
25 | 25 | "build:browser": "cross-env NODE_ENV=production webpack --config config/webpack.config.browser.js --progress --hide-modules", |
26 | | - "build:common": "cross-env NODE_ENV=production webpack --config config/webpack.config.common.js --progress --hide-modules", |
27 | | - "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", |
28 | | - "e2e": "node test/e2e/runner.js", |
29 | | - "test": "npm run unit && npm run e2e", |
30 | | - "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" |
| 26 | + "build:common": "cross-env NODE_ENV=production webpack --config config/webpack.config.common.js --progress --hide-modules" |
31 | 27 | }, |
32 | 28 | "repository": { |
33 | 29 | "type": "git", |
|
56 | 52 | "babel-plugin-transform-runtime": "^6.23.0", |
57 | 53 | "babel-preset-es2015": "^6.14.0", |
58 | 54 | "babel-preset-stage-0": "^6.16.0", |
59 | | - "chai": "^3.5.0", |
60 | | - "chromedriver": "^2.27.2", |
61 | 55 | "cross-env": "^3.1.3", |
62 | 56 | "cross-spawn": "^5.0.1", |
63 | 57 | "css-loader": "^0.26.1", |
|
70 | 64 | "extract-text-webpack-plugin": "^2.0.0-beta.4", |
71 | 65 | "husky": "^1.3.1", |
72 | 66 | "inject-loader": "^3.0.0", |
73 | | - "karma": "^1.7.1", |
74 | | - "karma-coverage": "^1.1.1", |
75 | | - "karma-mocha": "^1.3.0", |
76 | | - "karma-phantomjs-launcher": "^1.0.2", |
77 | | - "karma-phantomjs-shim": "^1.4.0", |
78 | | - "karma-sinon-chai": "^1.3.1", |
79 | | - "karma-sourcemap-loader": "^0.3.7", |
80 | | - "karma-spec-reporter": "0.0.31", |
81 | | - "karma-webpack": "^2.0.2", |
82 | 67 | "lint-staged": "^8.1.4", |
83 | | - "mocha": "^3.2.0", |
84 | | - "nightwatch": "^0.9.12", |
85 | | - "node-sass": "^4.0.0", |
86 | | - "phantomjs-prebuilt": "^2.1.14", |
87 | 68 | "prettier": "1.16.4", |
88 | | - "selenium-server": "^3.0.1", |
89 | 69 | "semantic-release": "^15.9.9", |
90 | | - "sinon": "^2.1.0", |
91 | | - "sinon-chai": "^2.8.0", |
92 | 70 | "vue-loader": "^10.0.0", |
93 | 71 | "vue-template-compiler": "^2.1.6", |
94 | 72 | "webpack": "^2.1.0-beta.28", |
|
0 commit comments