Created
January 29, 2018 18:22
-
-
Save Banhawy/c108b3cf9247199b17fb560f16ec2456 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
{ | |
"name": "twitch", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"react": "^16.2.0", | |
"react-dom": "^16.2.0", | |
"react-scripts": "1.1.0", | |
"node-sass-chokidar": "0.0.3", | |
"npm-run-all": "^4.1.1", | |
"react-bootstrap": "^0.31.1", | |
"react-notification-system": "^0.2.15", | |
"react-router": "^4.1.2", | |
"react-router-dom": "^4.1.2", | |
"routes": "^2.1.0" | |
}, | |
"scripts": { | |
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/", | |
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive", | |
"start-js": "react-scripts start", | |
"start": "npm-run-all -p watch-css start-js", | |
"build": "npm run build-css && react-scripts build", | |
"test": "react-scripts test --env=jsdom", | |
"eject": "react-scripts eject" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment