Update web-starter
This commit is contained in:
24
package.json
24
package.json
@ -6,16 +6,21 @@
|
||||
"build": "npm run build-assets && npm run build-lib",
|
||||
"build-assets": "NODE_ENV=production webpack -p --json > stats.json",
|
||||
"build-lib": "rimraf lib && babel ./modules -d lib --copy-files",
|
||||
"heroku-postbuild": "npm run build"
|
||||
"heroku-postbuild": "npm run build",
|
||||
"lint": "eslint modules",
|
||||
"test": "npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^6.3.6",
|
||||
"babel-cli": "^6.8.0",
|
||||
"babel-core": "^6.9.1",
|
||||
"babel-loader": "^6.2.4",
|
||||
"babel-plugin-transform-object-assign": "^6.8.0",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"babel-preset-react": "^6.5.0",
|
||||
"babel-preset-stage-1": "^6.5.0",
|
||||
"byte-size": "^2.0.0",
|
||||
"chunk-manifest-webpack-plugin": "^0.1.0",
|
||||
"cors": "^2.7.1",
|
||||
"countries-list": "^1.1.0",
|
||||
"css-loader": "^0.23.1",
|
||||
@ -35,18 +40,24 @@
|
||||
"npm-http-server": "^2.14.2",
|
||||
"on-finished": "^2.3.0",
|
||||
"postcss-loader": "^0.9.1",
|
||||
"react": "^15.0.2",
|
||||
"react-dom": "^15.0.2",
|
||||
"react": "^15.1.0",
|
||||
"react-dom": "^15.1.0",
|
||||
"react-motion": "^0.4.3",
|
||||
"redis": "^2.6.0-1",
|
||||
"rimraf": "^2.5.2",
|
||||
"style-loader": "^0.13.1",
|
||||
"throng": "^4.0.0",
|
||||
"webpack": "^1.13.0",
|
||||
"webpack-dev-server": "^1.14.1"
|
||||
"webpack-dev-server": "^1.14.1",
|
||||
"webpack-md5-hash": "0.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-register": "^6.8.0"
|
||||
"babel-eslint": "^6.0.4",
|
||||
"babel-register": "^6.8.0",
|
||||
"eslint": "^3.0.1",
|
||||
"eslint-import-resolver-webpack": "^0.4.0",
|
||||
"eslint-plugin-import": "^1.8.1",
|
||||
"eslint-plugin-react": "^5.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "5.8.x"
|
||||
@ -56,6 +67,9 @@
|
||||
"es2015",
|
||||
"react",
|
||||
"stage-1"
|
||||
],
|
||||
"plugins": [
|
||||
"transform-object-assign"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user