Skip to content

Instantly share code, notes, and snippets.

@ShawnRong
Created September 14, 2017 05:04
Show Gist options
  • Save ShawnRong/1c32fecedfa5b0b3d6151e86d50764a3 to your computer and use it in GitHub Desktop.
Save ShawnRong/1c32fecedfa5b0b3d6151e86d50764a3 to your computer and use it in GitHub Desktop.
package.json
{
"name": "cotd",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "webpack-dev-server",
"watch": "webpack --watch",
"build": "webpack",
"eject": "react-scripts eject",
"styles": "stylus -u autoprefixer-stylus ./src/css/style.styl -o ./src/css/style.css",
"styles:watch": "stylus -u autoprefixer-stylus -w ./src/css/style.styl -o ./src/css/style.css"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/.eslintrc"
},
"dependencies": {
"autoprefixer-stylus": "^0.14.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.7",
"csv-loader": "^2.1.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"re-base": "^3.0.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"style-loader": "^0.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment