Last active
September 2, 2016 01:14
-
-
Save rajanand02/87ca096e1fa885c52c714d38be3bece5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"main": "index.js", | |
"scripts": { | |
"start": "webpack-dashboard -p 3001 webpack-dev-server --progress --inline", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"build": "webpack", | |
}, | |
"dependencies": { | |
"classnames": "^2.2.5", | |
"css-loader": "^0.23.1", | |
"es6-promise": "^3.1.2", | |
"exports-loader": "^0.6.3", | |
"express": "^4.13.4", | |
"form-serialize": "^0.7.1", | |
"fs": "0.0.2", | |
"imports-loader": "^0.6.5", | |
"json-loader": "^0.5.4", | |
"path": "^0.12.7", | |
"postcss-cssnext": "^2.5.2", | |
"postcss-loader": "^0.8.2", | |
"postcss-nested": "^1.0.0", | |
"react": "^15.1.0", | |
"react-addons-css-transition-group": "^15.1.0", | |
"react-dom": "^15.1.0", | |
"react-dropzone": "^3.5.1", | |
"react-redux": "^4.4.5", | |
"react-router": "^2.4.0", | |
"react-select": "^0.9.1", | |
"redux": "^3.3.1", | |
"redux-form": "^5.2.5", | |
"redux-logger": "^2.6.1", | |
"redux-thunk": "^2.0.1", | |
"style-loader": "^0.13.1", | |
"whatwg-fetch": "^0.11.1" | |
}, | |
"devDependencies": { | |
"assets-webpack-plugin": "^3.4.0", | |
"autoprefixer": "^6.3.6", | |
"babel-core": "^6.7.4", | |
"babel-loader": "^6.2.4", | |
"babel-plugin-transform-class-properties": "^6.6.0", | |
"babel-plugin-transform-decorators-legacy": "^1.3.4", | |
"babel-plugin-transform-object-assign": "^6.5.0", | |
"babel-plugin-transform-object-rest-spread": "^6.6.5", | |
"babel-preset-es2015": "^6.6.0", | |
"babel-preset-react": "^6.5.0", | |
"compression": "^1.6.1", | |
"compression-webpack-plugin": "^0.3.1", | |
"extract-text-webpack-plugin": "^1.0.1", | |
"html-webpack-plugin": "^2.15.0", | |
"lost": "^6.8.0", | |
"node-sass": "^3.7.0", | |
"postcss-loader": "^0.8.2", | |
"precss": "^1.4.0", | |
"sass-loader": "^3.2.0", | |
"style-loader": "^0.13.1", | |
"webpack": "^1.12.14", | |
"webpack-core": "^0.6.8", | |
"webpack-dashboard": "^0.1.8", | |
"webpack-dev-server": "^1.14.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment