{ "name": "spotify.sarsoo.xyz", "version": "1.0.0", "description": "spotify playlist manager web app", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.prod.js", "devbuild": "webpack --config webpack.dev.js" }, "repository": { "type": "git", "url": "git+https://github.com/Sarsoo/spotify-web.git" }, "author": "sarsoo", "license": "ISC", "bugs": { "url": "https://github.com/Sarsoo/spotify-web/issues" }, "homepage": "https://github.com/Sarsoo/spotify-web#readme", "dependencies": { "axios": "^0.19.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-router-dom": "^5.0.1" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.6", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.1.0", "style-loader": "^0.23.1", "webpack": "^4.38.0", "webpack-cli": "^3.3.6", "webpack-merge": "^4.2.1" } }