Last active
October 29, 2015 14:19
-
-
Save hendrikswan/26e82dcec354232257ff to your computer and use it in GitHub Desktop.
package.json for pluralsight course on React (https://app.pluralsight.com/library/courses/build-isomorphic-app-react-flux-webpack-firebase)
This file contains 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
{ | |
"name": "react-stack", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"alt": "0.17.1", | |
"babel-core": "5.8.14", | |
"babel-loader": "5.3.2", | |
"css-loader": "0.15.6", | |
"firebase": "2.2.9", | |
"lodash": "3.10.1", | |
"material-ui": "0.10.2", | |
"node-sass": "3.2.0", | |
"react": "0.13.3", | |
"react-hot-loader": "1.2.8", | |
"react-router": "0.13.3", | |
"react-tap-event-plugin": "0.1.7", | |
"sass-loader": "1.0.3", | |
"style-loader": "0.12.3", | |
"trim": "0.0.1", | |
"webpack": "1.10.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment