Last active
September 17, 2018 02:58
-
-
Save gate5th/8c06e0d05c6660ea15f8f60abd2e3fe0 to your computer and use it in GitHub Desktop.
oldschoolshuffle
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": "oldschoolshuffle", | |
"version": "0.1.0", | |
"private": true, | |
"engines": { | |
"node": "7.10.0" | |
}, | |
"dependencies": { | |
"@material-ui/core": "^3.0.1", | |
"cosmicjs": "^3.2.12", | |
"eslint-module-utils": "^2.2.0", | |
"express": "^4.16.3", | |
"lodash.chunk": "^4.2.0", | |
"lodash.flatten": "^4.4.0", | |
"lodash.startcase": "^4.4.0", | |
"lodash.uniq": "^4.5.0", | |
"react": "^16.4.2", | |
"react-dom": "^16.4.2", | |
"react-scripts": "1.1.5", | |
"spotify-web-api-js": "^1.1.1" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"productionstart": "npm run build && node app.js", | |
"build": "react-scripts build", | |
"test": "react-scripts test --env=jsdom", | |
"eject": "react-scripts eject" | |
}, | |
"license": "MIT" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment