Created
January 30, 2017 23:55
-
-
Save DreySkee/f92a9f3d67e454976a0b10b76038c9e3 to your computer and use it in GitHub Desktop.
1 - Wordpress API + ReactJS
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
{ | |
"name": "wp-api", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"dependencies": { | |
"alt": "^0.18.6", | |
"axios": "^0.15.3", | |
"lodash": "^4.17.4", | |
"react": "^15.4.2", | |
"react-dom": "^15.4.2", | |
"react-router": "^3.0.1" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.21.0", | |
"babel-loader": "^6.2.10", | |
"babel-preset-es2015": "^6.18.0", | |
"babel-preset-react": "^6.16.0", | |
"react-hot-loader": "^1.3.1", | |
"webpack": "^1.14.0", | |
"webpack-dev-server": "^1.16.2" | |
}, | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment