react-spotify-api/package.json

43 lines
975 B
JSON
Raw Normal View History

2019-12-11 20:56:51 -05:00
{
"name": "spotify",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.3",
"@testing-library/user-event": "^7.1.2",
2019-12-13 15:53:32 -05:00
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.17.1",
2019-12-14 18:05:19 -05:00
"node-sass": "^4.13.0",
2019-12-13 15:53:32 -05:00
"querystring": "^0.2.0",
2019-12-11 20:56:51 -05:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
2019-12-13 15:53:32 -05:00
"react-scripts": "3.3.0",
2019-12-14 18:05:19 -05:00
"request": "^2.88.0",
"spotify-web-api-js": "^1.2.0"
2019-12-11 20:56:51 -05:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}