update package.json

This commit is contained in:
stephengrider 2018-06-04 16:15:26 -06:00
parent ce8e6ed8ed
commit cc77442f71
2 changed files with 3837 additions and 9 deletions

3835
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,12 @@
{
"name": "redux-simple-starter",
"version": "1.0.0",
"description":
"Simple starter package for Redux with React and Babel support",
"description": "Simple starter package for Redux with React and Babel support",
"main": "index.js",
"repository": "git@github.com:StephenGrider/ReduxSimpleStarter.git",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"test":
"mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test:watch": "npm run test -- --watch"
},
"author": "",
@ -18,11 +16,6 @@
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"jquery": "^2.2.1",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},