Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fetimo
Created April 17, 2016 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fetimo/51ff398890b565ee051e77c521a44aee to your computer and use it in GitHub Desktop.
Save fetimo/51ff398890b565ee051e77c521a44aee to your computer and use it in GitHub Desktop.
CSS Modules package.json
{
"name": "css-modules-demo",
"version": "1.0.0",
"description": "Showing off CSS Modules.",
"main": "src/index.js",
"scripts": {
"test": "webpack",
"start": "webpack-dev-server",
"clean": "rm -rf dist",
"build": "npm run clean && webpack -p"
},
"author": "Tim Stone",
"license": "MIT",
"dependencies": {
"normalize.css": "^4.1.1"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"postcss-loader": "^0.8.2",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"node-sass": "^3.4.2",
"sass-loader": "^3.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment