Skip to content

Commit

Permalink
cleanup deps and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 28, 2019
1 parent 7177642 commit fdd52b7
Showing 1 changed file with 2 additions and 43 deletions.
45 changes: 2 additions & 43 deletions package.json
Expand Up @@ -9,53 +9,12 @@
"todomvc-app-css": "2.0.6"
},
"devDependencies": {
"chai": "3.5.0",
"cpy-cli": "1.0.1",
"css-loader": "0.23.1",
"eslint": "3.2.2",
"eslint-config-kentcdodds": "^9.0.0",
"ghooks": "1.3.2",
"html-webpack-plugin": "2.22.0",
"http-server": "0.9.0",
"karma": "1.1.2",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.1.1",
"karma-mocha": "1.1.1",
"mocha": "3.0.1",
"npm-run-all": "2.3.0",
"offline-plugin": "3.4.2",
"opt-cli": "1.5.1",
"rimraf": "2.5.4",
"style-loader": "0.13.1",
"surge": "0.18.0"
},
"config": {
"ghooks": {
"pre-commit": "opt --in pre-commit --exec \"npm run validate\""
}
"http-server": "0.9.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "./scripts/deploy",
"prebuild": "rimraf dist",
"build": "webpack --env.prod -p",
"postbuild": "cpy favicon.ico dist",
"prebuild:dev": "rimraf dist",
"build:dev": "webpack --env.dev",
"postbuild:dev": "cpy favicon.ico dist",
"start": "http-server docs",
"dev": "webpack-dev-server --env.dev --hot",
"debug": "node-nightly --inspect --debug-brk node_modules/.bin/webpack --env.debug",
"debug:dev": "npm run debug -- --env.dev",
"debug:prod": "npm run debug -- --env.prod",
"test": "karma start",
"watch:test": "npm test -- --auto-watch --no-single-run",
"validate": "npm-run-all --parallel lint build test",
"lint": "eslint .",
"setup": "npm install && npm run validate",
"setup:fem": "git checkout FEM/07.1-deploy-surge && npm install && npm run validate && rimraf dist coverage && git checkout FEM/00-original-project",
"setup:workshop": "git checkout workshop/07-coverage && npm install && npm run validate && rimraf dist coverage && git checkout workshop/00-original-project",
"setup:egghead": "git checkout prelesson/polyfill-promises && npm install && mkdir dist && npm run validate"
"lint": "eslint ."
}
}

0 comments on commit fdd52b7

Please sign in to comment.