|
@@ -1,52 +1,72 @@
|
|
|
{
|
|
|
"name": "react-static-boilerplate",
|
|
|
+ "version": "0.0.0",
|
|
|
+ "private": true,
|
|
|
"engines": {
|
|
|
- "node": ">=5.0",
|
|
|
- "npm": ">=3.3"
|
|
|
+ "node": ">=6.5",
|
|
|
+ "npm": ">=3.10"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "autoprefixer": "^6.3.6",
|
|
|
- "babel-cli": "^6.9.0",
|
|
|
- "babel-core": "^6.9.0",
|
|
|
- "babel-eslint": "^6.0.4",
|
|
|
- "babel-loader": "^6.2.4",
|
|
|
+ "babel-polyfill": "^6.26.0",
|
|
|
+ "classnames": "^2.2.5",
|
|
|
+ "es5-shim": "^4.5.9",
|
|
|
+ "es6-promise": "^4.1.1",
|
|
|
+ "fetch-detector": "^1.0.1",
|
|
|
+ "fetch-ie8": "^1.5.0",
|
|
|
+ "fetch-jsonp": "^1.1.3",
|
|
|
+ "react": "15.0.2",
|
|
|
+ "react-dom": "15.0.2",
|
|
|
+ "react-redux": "^4.4.5",
|
|
|
+ "react-router": "2.3.0",
|
|
|
+ "react-router-redux": "^4.0.5",
|
|
|
+ "redux": "^3.5.2",
|
|
|
+ "redux-thunk": "^2.1.0"
|
|
|
+ },
|
|
|
+ "scripts": {
|
|
|
+ "eslint": "eslint src/**/*.js tools/**/*.js",
|
|
|
+ "stylelint": "stylelint src/components/**/*.css src/routes/**/*.css",
|
|
|
+ "lint": "npm run eslint && npm run stylelint",
|
|
|
+ "test": "mocha --compilers js:babel-register",
|
|
|
+ "test:watch": "mocha --compilers js:babel-register --reporter min --watch",
|
|
|
+ "clean": "node tools/clean",
|
|
|
+ "build": "node tools/build --release",
|
|
|
+ "build:debug": "node tools/build",
|
|
|
+ "start": "node tools/start"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "autoprefixer": "^6.7.7",
|
|
|
+ "babel-cli": "^6.26.0",
|
|
|
+ "babel-core": "^6.26.0",
|
|
|
+ "babel-eslint": "^6.1.2",
|
|
|
+ "babel-loader": "^6.4.1",
|
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
|
|
|
"babel-plugin-transform-es3-modules-literals": "0.0.3",
|
|
|
"babel-plugin-transform-es3-property-literals": "^6.22.0",
|
|
|
- "babel-plugin-transform-react-constant-elements": "^6.8.0",
|
|
|
- "babel-plugin-transform-react-inline-elements": "^6.8.0",
|
|
|
- "babel-plugin-transform-react-remove-prop-types": "^0.2.7",
|
|
|
- "babel-plugin-transform-runtime": "^6.9.0",
|
|
|
- "babel-polyfill": "^6.9.0",
|
|
|
- "babel-preset-es2015": "^6.9.0",
|
|
|
+ "babel-plugin-transform-react-constant-elements": "^6.23.0",
|
|
|
+ "babel-plugin-transform-react-inline-elements": "^6.22.0",
|
|
|
+ "babel-plugin-transform-react-remove-prop-types": "^0.2.12",
|
|
|
+ "babel-plugin-transform-runtime": "^6.23.0",
|
|
|
+ "babel-preset-es2015": "^6.24.1",
|
|
|
"babel-preset-es2015-loose": "^7.0.0",
|
|
|
- "babel-preset-react": "^6.5.0",
|
|
|
- "babel-preset-stage-1": "^6.5.0",
|
|
|
- "babel-register": "^6.9.0",
|
|
|
- "babel-runtime": "^6.9.0",
|
|
|
- "browser-sync": "^2.12.8",
|
|
|
+ "babel-preset-react": "^6.24.1",
|
|
|
+ "babel-preset-stage-1": "^6.24.1",
|
|
|
+ "babel-register": "^6.26.0",
|
|
|
+ "babel-runtime": "^6.26.0",
|
|
|
+ "browser-sync": "^2.18.13",
|
|
|
"chai": "^3.5.0",
|
|
|
- "classnames": "^2.2.5",
|
|
|
"css-loader": "^0.23.1",
|
|
|
- "del": "^2.2.0",
|
|
|
- "es5-shim": "^4.5.8",
|
|
|
- "es6-promise": "^3.2.1",
|
|
|
- "eslint": "^2.10.2",
|
|
|
+ "del": "^2.2.2",
|
|
|
+ "eslint": "^2.13.1",
|
|
|
"eslint-config-airbnb": "^9.0.1",
|
|
|
- "eslint-plugin-import": "^1.8.0",
|
|
|
- "eslint-plugin-jsx-a11y": "^1.2.0",
|
|
|
- "eslint-plugin-react": "^5.1.1",
|
|
|
- "extend": "^3.0.0",
|
|
|
- "fastclick": "^1.0.6",
|
|
|
- "fbjs": "^0.8.2",
|
|
|
- "fetch-detector": "^1.0.0",
|
|
|
- "fetch-ie8": "^1.4.3",
|
|
|
- "fetch-jsonp": "^1.0.0",
|
|
|
+ "eslint-plugin-import": "^1.16.0",
|
|
|
+ "eslint-plugin-jsx-a11y": "^1.5.5",
|
|
|
+ "eslint-plugin-react": "^5.2.2",
|
|
|
+ "extract-text-webpack-plugin": "^1.0.1",
|
|
|
"file-loader": "^0.8.5",
|
|
|
"fs-extra": "^4.0.1",
|
|
|
- "history": "^2.1.1",
|
|
|
- "json-loader": "^0.5.4",
|
|
|
- "mocha": "^2.4.5",
|
|
|
+ "html-webpack-plugin": "^2.30.1",
|
|
|
+ "json-loader": "^0.5.7",
|
|
|
+ "mocha": "^2.5.3",
|
|
|
"pixrem": "^3.0.0",
|
|
|
"pleeease-filters": "^3.0.0",
|
|
|
"postcss": "^5.0.21",
|
|
@@ -61,42 +81,14 @@
|
|
|
"postcss-nesting": "^2.3.1",
|
|
|
"postcss-selector-matches": "^2.0.1",
|
|
|
"postcss-selector-not": "^2.0.0",
|
|
|
- "react": "^0.14.8",
|
|
|
- "react-dom": "^0.14.8",
|
|
|
- "react-hot-loader": "^3.0.0-beta.6",
|
|
|
- "react-redux": "^4.4.5",
|
|
|
- "react-router": "2.3.0",
|
|
|
- "react-router-redux": "^4.0.5",
|
|
|
- "redbox-react": "^1.2.6",
|
|
|
- "redux": "^3.5.2",
|
|
|
- "redux-thunk": "^2.1.0",
|
|
|
- "style-loader": "^0.13.1",
|
|
|
- "stylelint": "^6.4.1",
|
|
|
- "stylelint-config-standard": "^7.0.0",
|
|
|
- "url-loader": "^0.5.7",
|
|
|
+ "react-hot-loader": "^3.0.0-beta.7",
|
|
|
+ "redbox-react": "^1.5.0",
|
|
|
+ "style-loader": "^0.13.2",
|
|
|
+ "stylelint": "^8.1.1",
|
|
|
+ "stylelint-config-standard": "^17.0.0",
|
|
|
+ "url-loader": "^0.5.9",
|
|
|
"webpack": "1.15.0",
|
|
|
- "webpack-dev-middleware": "^1.6.1",
|
|
|
- "webpack-hot-middleware": "^2.10.0"
|
|
|
- },
|
|
|
- "eslintConfig": {
|
|
|
- "parser": "babel-eslint",
|
|
|
- "extends": "airbnb"
|
|
|
- },
|
|
|
- "stylelint": {
|
|
|
- "extends": "stylelint-config-standard",
|
|
|
- "rules": {
|
|
|
- "string-quotes": "single"
|
|
|
- }
|
|
|
- },
|
|
|
- "scripts": {
|
|
|
- "eslint": "eslint components core routes test tools",
|
|
|
- "stylelint": "stylelint \"src/components/**/*.css\" \"src/routes/**/*.css\"",
|
|
|
- "lint": "npm run eslint && npm run stylelint",
|
|
|
- "test": "mocha --compilers js:babel-register",
|
|
|
- "test:watch": "mocha --compilers js:babel-register --reporter min --watch",
|
|
|
- "clean": "node tools/clean",
|
|
|
- "build": "node tools/build --release",
|
|
|
- "build:debug": "node tools/build",
|
|
|
- "start": "node tools/start"
|
|
|
+ "webpack-dev-middleware": "^1.12.0",
|
|
|
+ "webpack-hot-middleware": "^2.19.1"
|
|
|
}
|
|
|
}
|