Skip to content

Instantly share code, notes, and snippets.

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 sdtsui/a16a054228999f9150bb0fadc6f6d647 to your computer and use it in GitHub Desktop.
Save sdtsui/a16a054228999f9150bb0fadc6f6d647 to your computer and use it in GitHub Desktop.
stylelint-webpack-plugin-3-package.json
{
"name": "lander",
"version": "0.0.3",
"description": "",
"main": "app.js",
"author": "Sze-Hung Tsui <danielt213@gmail.com>",
"scripts": {
"start": "node .",
"lint": "eslint * --cache --quiet --fix",
"lint-css": "stylelint '**/*.css'"
},
"dependencies": {
"babel-core": "^5.8.9",
"babel-loader": "^5.3.2",
"browser-sync": "^2.8.0",
"classnames": "^2.2.4",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.11.2",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.0.1",
"style-loader": "^0.13.1",
"webpack": "^1.10.5"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-eslint": "^6.0.4",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
"flow-bin": "^0.24.0",
"flow-status-webpack-plugin": "^0.1.4",
"postcss-cssnext": "^2.5.2",
"postcss-loader": "^0.9.1",
"ramda": "^0.21.0",
"react-hot-loader": "^1.2.8",
"stylefmt": "^3.2.1",
"stylelint": "^6.2.2",
"stylelint-config-standard": "^6.0.0",
"stylelint-webpack-plugin": "^0.2.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^1.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment