Skip to content

Instantly share code, notes, and snippets.

@justincorrigible
Created October 21, 2017 02:14
Show Gist options
  • Save justincorrigible/e932002ac932c0513e3b4467a0640a85 to your computer and use it in GitHub Desktop.
Save justincorrigible/e932002ac932c0513e3b4467a0640a85 to your computer and use it in GitHub Desktop.
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "SET NODE_ENV=development && webpack-dev-server --progress --color --env=development",
"iis": "SET NODE_ENV=development && rimraf ./dist/* && webpack --progress --watch --color --env=production",
"build": "SET NODE_ENV=production && SET BABEL_ENV=production && rimraf ./dist/* && webpack -p --progress --color --env=production",
"buildDev": "SET NODE_ENV=development && SET BABEL_ENV=development && rimraf ./dist/* && webpack --progress --color --env=development",
"devstats": "SET NODE_ENV=development && SET BABEL_ENV=development && webpack --progress --color --env=development --profile --json > stats.json",
"prodstats": "SET NODE_ENV=production && SET BABEL_ENV=productionwebpack && webpack -p --progress --color --env=production --profile --json > stats.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^7.1.5",
"babel-core": "^7.0.0-beta.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-env": "^7.0.0-beta.3",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^7.0.0-beta.0",
"babel-preset-stage-0": "^7.0.0-beta.0",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"history": "^4.7.2",
"html-webpack-include-assets-plugin": "^1.0.1",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"lodash-webpack-plugin": "^0.11.4",
"postcss": "^6.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-reporter": "^5.0.0",
"postcss-smart-import": "^0.7.5",
"precss": "^2.0.0",
"prop-types": "^15.6.0",
"react": "^16.0.0-rc.3",
"react-dom": "^16.0.0-rc.3",
"react-hot-loader": "^3.1.1",
"react-router": "^4.2.0",
"react-router-redux": "^5.0.0-alpha.6",
"react-split-pane": "^0.1.66",
"react-toggle": "^4.0.2",
"redux-devtools-extension": "^2.13.2",
"redux-freeze": "^0.1.5",
"redux-thunk": "^2.2.0",
"style-loader": "^0.19.0",
"stylelint-config-standard": "^17.0.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2",
"webpack-notifier": "^1.5.0"
},
"dependencies": {
"axios": "^0.16.2",
"eqcss": "^1.7.0",
"font-awesome": "^4.7.0",
"font-awesome-webpack": "0.0.5-beta.2",
"localforage": "^1.5.2",
"lodash": "^4.17.4",
"react-flatpickr": "^3.6.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-persist": "^4.10.1",
"redux-persist-crosstab": "^3.6.0",
"redux-persist-transform-filter": "0.0.15",
"webpack-dev-middleware": "^1.12.0",
"webpack-visualizer-plugin": "^0.1.11"
},
"customConfig": {
"webpackConfig": {
"assetsFileName": "webpack.assets.json",
"buildDirectory": "dist"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment