Skip to content

Instantly share code, notes, and snippets.

@gate5th
Last active September 17, 2018 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gate5th/8c06e0d05c6660ea15f8f60abd2e3fe0 to your computer and use it in GitHub Desktop.
Save gate5th/8c06e0d05c6660ea15f8f60abd2e3fe0 to your computer and use it in GitHub Desktop.
oldschoolshuffle
{
"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