Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ source
| `eventEmitter` | 4.3.+ | イベント連携ライブラリ |
| `flux` | 2.1.+ | Facebook Fluxライブラリ |
| `lodash`              | 3.10.+ | 汎用ユーティリティライブラリ |
| `moment`              | 2.10.+ | 日時ライブラリ |
| `moment`              | 2.11.+ | 日時ライブラリ |
| `bootstrap-sass-official` | 3.3.+ | CSSフレームワーク |
| `bootstrap-datepicker` | 1.4.+ | 日時入力ライブラリ |
| `fontawesome` | 4.4.+ | フォントアイコンライブラリ |
| `fontawesome` | 4.5.+ | フォントアイコンライブラリ |
| `superagent` [npm] | 1.4.+ | HTTP連携ライブラリ |
| `react-mixin` [npm] | 3.0.+ | Reactクラス利用時のMixin拡張 |

Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "sample-ui-react",
"version": "0.1.3",
"version": "0.1.4",
"main": "main.js",
"dependencies": {
"lodash": "~3.10.1",
"moment": "~2.10.6",
"bootstrap-sass-official": "~3.3.5",
"fontawesome": "~4.4.0",
"react": "~0.14.0",
"react-router": "~0.13.4",
"bootstrap-sass-official": "~3.3.6",
"fontawesome": "~4.5.0",
"react": "~0.14.6",
"react-router": "~0.13.5",
"eventEmitter": "~4.3.0",
"flux": "~2.1.1"
}
Expand Down
50 changes: 26 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-ui-react",
"version": "0.1.3",
"version": "0.1.4",
"description": "React.js Boilerplate",
"main": "source/js/main.js",
"scripts": {
Expand All @@ -15,43 +15,45 @@
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-load-plugins": "~0.10.0",
"coffee-script": "~1.9.3",
"del": "~2.0.0",
"run-sequence": "~1.1.4",
"bower": "~1.5.2",
"main-bower-files": "~2.8.2",
"gulp-if": "1.2.5",
"gulp-load-plugins": "~1.2.0",
"coffee-script": "~1.10.0",
"del": "~2.2.0",
"run-sequence": "~1.1.5",
"bower": "~1.7.2",
"main-bower-files": "~2.11.1",
"gulp-if": "2.0.0",
"gulp-slash": "1.1.3",
"gulp-order": "1.1.1",
"gulp-changed": "1.3.0",
"gulp-concat": "~2.6.0",
"gulp-plumber": "~1.0.1",
"gulp-jade": "~1.1.0",
"gulp-htmlhint": "~0.3.0",
"gulp-sass": "~2.0.4",
"gulp-sass-lint": "~1.0.1",
"gulp-pleeease": "~1.2.0",
"gulp-uglify": "~1.4.0",
"gulp-sass": "~2.1.1",
"gulp-sass-lint": "~1.1.0",
"gulp-pleeease": "~2.0.2",
"gulp-uglify": "~1.5.1",
"gulp-rev-all": "~0.8.22",
"webpack": "~1.12.2",
"webpack-stream": "~2.1.0",
"webpack-stream": "~3.1.0",
"loader-utils": "~0.2.11",
"html-loader": "~0.3.0",
"html-loader": "~0.4.0",
"template-html-loader": "~0.0.3",
"css-loader": "~0.19.0",
"style-loader": "~0.12.4",
"sass-loader": "~2.0.1",
"node-sass": "~3.3.0",
"jade-loader": "~0.7.1",
"babel-loader": "~5.3.2",
"css-loader": "~0.21.0",
"style-loader": "~0.13.0",
"sass-loader": "~3.1.1",
"node-sass": "~3.4.2",
"jade-loader": "~0.8.0",
"babel-loader": "~5.3.3",
"babel-core": "~5.8.33",
"babel-runtime": "~5.8.33",
"react-jade": "^2.5.0",
"react": "^0.14.3",
"browser-sync": "~2.8.2"
"react": "^0.14.6",
"browser-sync": "~2.11.0"
},
"dependencies": {
"co": "~4.6.0",
"superagent": "~1.4.0",
"react-mixin": "~3.0.0"
"superagent": "~1.6.1",
"react-mixin": "~3.0.3"
}
}