Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
upgraded and cleaned up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Aug 22, 2019
1 parent 6d7f608 commit f7c30a8
Show file tree
Hide file tree
Showing 3 changed files with 701 additions and 2,723 deletions.
31 changes: 2 additions & 29 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"scripts": {
"dev": "node build/dev-server.js",
"start": "npm run dev",
"build": "node build/build.js",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
"build": "node build/build.js"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand All @@ -26,23 +22,12 @@
"babel-register": "^6.22.0",
"bootstrap": "^3.3.7",
"bootstrap-webpack": "0.0.6",
"chai": "^4.1.2",
"chalk": "^2.0.1",
"chromedriver": "^2.27.2",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"exports-loader": "^0.6.4",
"express": "^4.14.1",
Expand All @@ -60,28 +45,16 @@
"jquery": "^3.2.1",
"jquery-ui-bundle": "^1.12.1",
"json-editor": "f-w/json-editor",
"karma": "^1.4.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.2",
"less": "^2.7.2",
"less": "^3.1.0",
"less-loader": "^4.0.5",
"mocha": "^3.2.0",
"nightwatch": "^0.9.12",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"portfinder": "^1.0.13",
"rimraf": "^2.6.0",
"script-loader": "^0.7.2",
"selenium-server": "^3.0.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"sinon": "^2.4.1",
"sinon-chai": "^2.8.0",
"style-loader": "^0.19.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
Expand Down
Loading

0 comments on commit f7c30a8

Please sign in to comment.