diff --git a/.gitignore b/.gitignore index 9fd3dec..2ced595 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ target/* .sass-cache/* app/styles/* app/vendor/* +build/* +scripts/bundle/app.js diff --git a/package.json b/package.json index acf7701..4eaf731 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ "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", @@ -18,23 +18,23 @@ "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", @@ -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", @@ -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" @@ -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" }