|
1 | 1 | { |
2 | 2 | "name": "sample-ui-react", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.19.1", |
4 | 4 | "description": "React.js Boilerplate", |
5 | 5 | "main": "source/js/main.js", |
6 | 6 | "scripts": { |
|
9 | 9 | }, |
10 | 10 | "author": "jkazama", |
11 | 11 | "license": "MIT", |
12 | | - "repository" : { |
13 | | - "type" : "git", |
14 | | - "url" : "https://github.com/jkazama/sample-ui-react.git" |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "https://github.com/jkazama/sample-ui-react.git" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | 17 | "bootstrap-sass": "~3.3.0", |
|
20 | 20 | "font-awesome": "~4.6.0", |
21 | 21 | "jquery": "~3.1.0", |
22 | 22 | "lodash": "~4.17.0", |
23 | | - "superagent": "~2.3.0", |
24 | 23 | "react": "~15.4.0", |
25 | 24 | "react-dom": "~15.4.0", |
26 | | - "react-router": "~3.0.0", |
27 | | - "react-mixin": "~3.0.0", |
28 | | - "wolfy87-eventemitter": "~5.1.0", |
29 | | - "flux": "~3.1.0" |
| 25 | + "react-redux": "^5.0.0", |
| 26 | + "redux": "^3.6.0", |
| 27 | + "superagent": "~2.3.0" |
30 | 28 | }, |
31 | 29 | "devDependencies": { |
32 | 30 | "babel-core": "~6.18.0", |
33 | 31 | "babel-loader": "~6.2.0", |
34 | 32 | "babel-plugin-transform-runtime": "~6.15.0", |
35 | 33 | "babel-preset-es2015": "~6.14.0", |
| 34 | + "babel-preset-react ": "~6.23.0", |
36 | 35 | "babel-runtime": "~6.18.0", |
37 | 36 | "browser-sync": "~2.17.0", |
38 | 37 | "css-loader": "~0.25.0", |
|
54 | 53 | "gulp-uglify": "~1.5.0", |
55 | 54 | "html-loader": "~0.4.0", |
56 | 55 | "node-sass": "~3.13.0", |
57 | | - "pug": "~2.0.0-beta6", |
| 56 | + "pug": "~2.0.0-beta11", |
58 | 57 | "pug-loader": "~2.3.0", |
59 | 58 | "run-sequence": "~1.2.0", |
60 | 59 | "sass-loader": "~4.0.0", |
61 | 60 | "style-loader": "~0.13.0", |
62 | 61 | "template-html-loader": "~0.0.3", |
63 | 62 | "webpack": "~1.13.0", |
64 | | - "webpack-stream": "~3.2.0", |
65 | | - "babel-preset-react ": "~6.22.0" |
| 63 | + "webpack-stream": "~3.2.0" |
66 | 64 | } |
67 | 65 | } |
0 commit comments