UNPKG

colby-react-year-in-review

Version:

42 lines (41 loc) 1.07 kB
{ "name": "colby-react-year-in-review", "version": "1.0.0", "description": "", "main": "src/", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git remote add origin https://github.com/ColbyCommunications/colby-react-year-in-review.git" }, "author": "John Watkins, Colby Communications", "license": "ISC", "devDependencies": { "colby-code-standards": "^1.0.2", "husky": "^0.13.4" }, "dependencies": { "autoprefixer": "^7.1.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "colby-scss": "^1.0.3", "colby-svg": "^1.0.22", "lodash": "^4.17.4", "prop-types": "^15.5.10", "react": "^15.5.4", "react-dom": "^15.5.4", "react-redux": "^5.0.5", "react-swipeable-views": "^0.12.3", "redux": "^3.6.0", "redux-logger": "^3.0.6", "redux-thunk": "^2.2.0" }, "eslintConfig": { "extends": [ "./node_modules/colby-code-standards/.eslintrc.js" ] } }