{ "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", "chart.js": "^2.8.0", "react": "^16.10.1", "react-dom": "^16.10.1", "react-router-dom": "^5.1.1" }, "devDependencies": { "@babel/cli": "^7.6.2", "@babel/core": "^7.6.2", "@babel/preset-env": "^7.6.2", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.6", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.2.0", "style-loader": "^0.23.1", "webpack": "^4.39.3", "webpack-cli": "^3.3.7", "webpack-merge": "^4.2.2" } }