Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
gguan committed Aug 10, 2016
1 parent 5f8c3f6 commit 48b18b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 36 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ target/*
.sass-cache/*
app/styles/*
app/vendor/*
build/*
scripts/bundle/app.js
49 changes: 13 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
"author": "Guan Guan",
"license": "MIT",
"dependencies": {
"admin-lte": "^2.3.5",
"admin-lte": "^2.3.6",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"classnames": "^2.2.5",
"draft-js": "^0.7.0",
"draft-js": "^0.8.0",
"draft-js-utils": "^0.1.5",
"dropzone": "^4.3.0",
"font-awesome": "^4.6.3",
"formsy-react": "^0.18.0",
"formsy-react-components": "^0.8.0",
"immutable": "^3.8.1",
"jquery": "^3.0.0",
"lodash": "^4.14.1",
"lodash": "^4.14.2",
"lodash-deep": "^2.0.0",
"moment": "^2.14.1",
"react": "^15.2.1",
"react-addons-linked-state-mixin": "^15.1.0",
"react-bootstrap": "^0.29.5",
"react": "^15.3.0",
"react-addons-linked-state-mixin": "^15.3.0",
"react-bootstrap": "^0.30.2",
"react-cookie": "^0.4.7",
"react-dom": "^15.2.1",
"react-dom": "^15.3.0",
"react-dropzone": "^3.5.3",
"react-dropzone-component": "^1.0.4",
"react-modal": "^1.3.0",
"react-qiniu": "*",
"react-qiniu": "^1.5.0",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"react-router": "^2.6.1",
"react-router-redux": "^4.0.5",
"react-select": "^1.0.0-beta14",
"react-tagsinput": "^3.12.0",
"react-select": "^0.9.1",
"react-tagsinput": "^3.13.1",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
Expand All @@ -43,10 +43,10 @@
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
Expand All @@ -55,33 +55,12 @@
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-bower": "^0.21.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.4.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-filerev": "~2.3.1",
"grunt-usemin": "~3.1.1",
"grunt-wiredep": "^3.0.1",
"load-grunt-tasks": "^3.5.0",
"node-sass": "^3.8.0",
"open-browser-webpack-plugin": "0.0.2",
"react-hot-loader": "^1.3.0",
"reactify": "~1.1.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"time-grunt": "^1.3.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
Expand All @@ -90,8 +69,6 @@
"node": ">=0.10.0"
},
"scripts": {
"start": "./node_modules/grunt-cli/bin/grunt serve",
"build": "NODE_ENV=production ./node_modules/grunt-cli/bin/grunt build",
"deploy": "set NODE_ENV=production && webpack -p --config webpack.production.config.js",
"dev": "webpack-dev-server"
}
Expand Down

0 comments on commit 48b18b1

Please sign in to comment.