Created
May 19, 2016 06:03
-
-
Save NSLog0/3805825d6338fadef8134934b3f4178e to your computer and use it in GitHub Desktop.
Turorial for React and Spring Boot
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": "algorithmtut", | |
"version": "0.0.1", | |
"description": "leanning coding technique", | |
"main": "index.jsx", | |
"scripts": { | |
"production": "webpack -p", | |
"start": "webpack-dev-server --inline --content-base . --history-api-fallback", | |
"test": "", | |
"watch": "webpack -p" | |
}, | |
"keywords": [ | |
"test" | |
], | |
"author": "Pratchaya Suputsopon", | |
"license": "ISC", | |
"dependencies": { | |
"react": "^15.0.2", | |
"react-dom": "^15.0.2", | |
"react-router": "^2.4.0", | |
"webpack": "^1.13.0", | |
"webpack-dev-server": "^1.14.1" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.1.21", | |
"babel-loader": "^6.2.0", | |
"babel-runtime": "^6.6.1", | |
"babel-preset-es2015": "^6.1.18", | |
"babel-preset-react": "^6.1.18", | |
"babel-plugin-transform-runtime": "^6.8.0", | |
"babel-preset-react-hmre": "^1.1.1", | |
"babel-preset-stage-0": "^6.5.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment