Skip to content

Commit 78ae170

Browse files
committed
v0.19.1
1 parent b3ef504 commit 78ae170

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-ui-react",
3-
"version": "0.3.0",
3+
"version": "0.19.1",
44
"description": "React.js Boilerplate",
55
"main": "source/js/main.js",
66
"scripts": {
@@ -9,9 +9,9 @@
99
},
1010
"author": "jkazama",
1111
"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"
1515
},
1616
"dependencies": {
1717
"bootstrap-sass": "~3.3.0",
@@ -20,19 +20,18 @@
2020
"font-awesome": "~4.6.0",
2121
"jquery": "~3.1.0",
2222
"lodash": "~4.17.0",
23-
"superagent": "~2.3.0",
2423
"react": "~15.4.0",
2524
"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"
3028
},
3129
"devDependencies": {
3230
"babel-core": "~6.18.0",
3331
"babel-loader": "~6.2.0",
3432
"babel-plugin-transform-runtime": "~6.15.0",
3533
"babel-preset-es2015": "~6.14.0",
34+
"babel-preset-react ": "~6.23.0",
3635
"babel-runtime": "~6.18.0",
3736
"browser-sync": "~2.17.0",
3837
"css-loader": "~0.25.0",
@@ -54,14 +53,13 @@
5453
"gulp-uglify": "~1.5.0",
5554
"html-loader": "~0.4.0",
5655
"node-sass": "~3.13.0",
57-
"pug": "~2.0.0-beta6",
56+
"pug": "~2.0.0-beta11",
5857
"pug-loader": "~2.3.0",
5958
"run-sequence": "~1.2.0",
6059
"sass-loader": "~4.0.0",
6160
"style-loader": "~0.13.0",
6261
"template-html-loader": "~0.0.3",
6362
"webpack": "~1.13.0",
64-
"webpack-stream": "~3.2.0",
65-
"babel-preset-react ": "~6.22.0"
63+
"webpack-stream": "~3.2.0"
6664
}
6765
}

0 commit comments

Comments
 (0)