{ "name": "react-redux-sass-starterkit", "version": "1.2.0", "description": "Everything you need to get started with a basic React application", "watch": true, "dependencies": { "express": "^4.16.3", "prop-types": "^15.6.2", "react": "^16.4.1", "react-dom": "^16.4.1", "react-redux": "^5.0.7", "redux": "^3.7.2" }, "devDependencies": { "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-loader": "^7.1.5", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "css-loader": "^0.28.11", "eslint": "^4.19.1", "eslint-loader": "^1.9.0", "eslint-plugin-react": "^7.10.0", "extract-text-webpack-plugin": "2.1.2", "file-loader": "^0.11.2", "node-sass": "^4.9.2", "pre-commit": "^1.2.2", "sass-loader": "^6.0.7", "uglifyjs-webpack-plugin": "^1.2.7", "webpack": "^3.12.0", "webpack-dev-server": "^2.11.2" }, "scripts": { "start:dev": "webpack-dev-server", "build": "webpack", "watch": "webpack --watch", "lint": "./node_modules/.bin/eslint ./src" }, "precommit": "lint", "author": "Santhosh Sundar", "license": "MIT" }