|
| 1 | +{ |
| 2 | + "name": "react-redux-todo", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "main": "index.js", |
| 6 | + "dependencies": { |
| 7 | + "react": "^15.3.0", |
| 8 | + "react-dom": "^15.3.0", |
| 9 | + "react-redux": "^4.4.5", |
| 10 | + "redux": "^3.5.2", |
| 11 | + "redux-devtools": "^3.3.1" |
| 12 | + }, |
| 13 | + "devDependencies": { |
| 14 | + "autoprefixer": "^6.4.0", |
| 15 | + "babel-core": "^6.13.2", |
| 16 | + "babel-loader": "^6.2.4", |
| 17 | + "babel-preset-es2015": "^6.13.2", |
| 18 | + "babel-preset-react": "^6.11.1", |
| 19 | + "babel-preset-stage-0": "^6.5.0", |
| 20 | + "css-loader": "^0.23.1", |
| 21 | + "eslint": "^3.3.1", |
| 22 | + "eslint-config-airbnb": "^10.0.1", |
| 23 | + "eslint-plugin-import": "^1.13.0", |
| 24 | + "eslint-plugin-jsx-a11y": "^2.1.0", |
| 25 | + "eslint-plugin-react": "^6.1.1", |
| 26 | + "extract-text-webpack-plugin": "^1.0.1", |
| 27 | + "file-loader": "^0.9.0", |
| 28 | + "node-sass": "^3.8.0", |
| 29 | + "postcss-loader": "^0.10.0", |
| 30 | + "sass-loader": "^4.0.0", |
| 31 | + "style-loader": "^0.13.1", |
| 32 | + "webpack": "^1.13.1", |
| 33 | + "webpack-dev-server": "^1.14.1" |
| 34 | + }, |
| 35 | + "scripts": { |
| 36 | + "dev": "webpack-dev-server --port 3000", |
| 37 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 38 | + }, |
| 39 | + "repository": { |
| 40 | + "type": "git", |
| 41 | + "url": "git+https://github.com/bishwei/react-redux-todo.git" |
| 42 | + }, |
| 43 | + "author": "", |
| 44 | + "license": "ISC", |
| 45 | + "bugs": { |
| 46 | + "url": "https://github.com/bishwei/react-redux-todo/issues" |
| 47 | + }, |
| 48 | + "homepage": "https://github.com/bishwei/react-redux-todo#readme" |
| 49 | +} |
0 commit comments