UNPKG

webpack-config-spaceship

Version:
69 lines (68 loc) 1.95 kB
{ "name": "webpack-config-spaceship", "version": "0.8.1", "description": "Webpack config to get a project off the ground fast.", "main": "index.js", "files": [ "index.js", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/mariusc23/webpack-config-spaceship.git" }, "engines": { "node": ">=6.5" }, "keywords": [ "webpack", "spaceship" ], "author": "Marius Craciunoiu <npm@m23.io>", "license": "MIT", "bugs": { "url": "https://github.com/mariusc23/webpack-config-spaceship/issues" }, "homepage": "https://github.com/mariusc23/webpack-config-spaceship#readme", "dependencies": { "autoprefixer": "^6.7.6", "babel-core": "^6.23.1", "babel-loader": "^6.4.0", "babel-polyfill": "^6.23.0", "babel-preset-spaceship": "^0.8.1", "css-loader": "^0.26.2", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.10.1", "find-babel-config": "^1.0.1", "find-up": "^2.1.0", "html-loader": "^0.4.5", "json-loader": "^0.5.4", "lodash.groupby": "^4.6.0", "lodash.mapvalues": "^4.6.0", "lodash.merge": "^4.6.0", "node-sass": "^4.5.0", "path-exists": "^3.0.0", "postcss": "^5.2.15", "postcss-loader": "^1.3.3", "react-hot-loader": "^3.0.0-beta.6", "sass-loader": "^6.0.2", "sass-variable-loader": "^0.1.1", "style-loader": "^0.13.2", "url-loader": "^0.5.8", "webpack": "^2.2.1", "webpack-dev-middleware": "^1.10.1", "webpack-dev-server": "^2.4.1", "webpack-hot-middleware": "^2.17.1", "whatwg-fetch": "^2.0.3" }, "devDependencies": { "eslint": "^3.17.1", "eslint-config-airbnb": "^14.1.0", "eslint-config-spaceship": "^0.4.0", "eslint-import-resolver-babel-module": "^3.0.0", "eslint-import-resolver-webpack": "^0.8.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.0" } }