2019-07-26 14:18:32 +01:00
|
|
|
{
|
|
|
|
"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": {
|
2020-01-23 11:59:23 +00:00
|
|
|
"axios": "^0.19.2",
|
2019-12-06 17:28:41 +00:00
|
|
|
"chart.js": "^2.9.3",
|
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
"react-router-dom": "^5.1.2"
|
2019-07-26 14:18:32 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-23 11:59:23 +00:00
|
|
|
"@babel/cli": "^7.8.3",
|
|
|
|
"@babel/core": "^7.8.3",
|
|
|
|
"@babel/preset-env": "^7.8.3",
|
|
|
|
"@babel/preset-react": "^7.8.3",
|
2019-07-26 14:18:32 +01:00
|
|
|
"babel-loader": "^8.0.6",
|
|
|
|
"clean-webpack-plugin": "^3.0.0",
|
2020-01-23 11:59:23 +00:00
|
|
|
"css-loader": "^3.4.2",
|
2019-07-26 14:18:32 +01:00
|
|
|
"style-loader": "^0.23.1",
|
2020-01-23 11:59:23 +00:00
|
|
|
"webpack": "^4.41.5",
|
2019-12-06 17:28:41 +00:00
|
|
|
"webpack-cli": "^3.3.10",
|
2019-09-05 12:20:21 +01:00
|
|
|
"webpack-merge": "^4.2.2"
|
2019-07-26 14:18:32 +01:00
|
|
|
}
|
|
|
|
}
|