2019-07-26 14:18:32 +01:00
|
|
|
{
|
2020-03-26 14:27:27 +00:00
|
|
|
"name": "music-tools",
|
2019-07-26 14:18:32 +01:00
|
|
|
"version": "1.0.0",
|
2020-03-26 14:27:27 +00:00
|
|
|
"description": "web app for spotify playlist management with last.fm integration",
|
2019-07-26 14:18:32 +01:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-01-26 20:33:09 +00:00
|
|
|
"build": "webpack --config webpack.prod.js --env production",
|
2019-07-26 14:18:32 +01:00
|
|
|
"devbuild": "webpack --config webpack.dev.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-26 14:27:27 +00:00
|
|
|
"url": "git+https://github.com/Sarsoo/Music-Tools.git"
|
2019-07-26 14:18:32 +01:00
|
|
|
},
|
|
|
|
"author": "sarsoo",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2020-03-26 14:27:27 +00:00
|
|
|
"url": "https://github.com/Sarsoo/Music-Tools/issues"
|
2019-07-26 14:18:32 +01:00
|
|
|
},
|
2020-03-26 14:27:27 +00:00
|
|
|
"homepage": "https://github.com/Sarsoo/Music-Tools#readme",
|
2019-07-26 14:18:32 +01:00
|
|
|
"dependencies": {
|
2021-02-16 22:51:13 +00:00
|
|
|
"@material-ui/core": "^4.11.3",
|
2021-01-22 22:10:58 +00:00
|
|
|
"@material-ui/icons": "^4.11.2",
|
2021-01-05 12:32:43 +00:00
|
|
|
"axios": "^0.21.1",
|
2021-01-22 22:10:58 +00:00
|
|
|
"chart.js": "^2.9.4",
|
|
|
|
"react": "^16.14.0",
|
|
|
|
"react-dom": "^16.14.0",
|
2020-06-16 20:45:26 +01:00
|
|
|
"react-router-dom": "^5.2.0"
|
2019-07-26 14:18:32 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-16 22:51:13 +00:00
|
|
|
"@babel/cli": "^7.12.16",
|
|
|
|
"@babel/core": "^7.12.16",
|
|
|
|
"@babel/preset-env": "^7.12.16",
|
|
|
|
"@babel/preset-react": "^7.12.13",
|
2021-01-22 22:10:58 +00:00
|
|
|
"babel-loader": "^8.2.2",
|
2019-07-26 14:18:32 +01:00
|
|
|
"clean-webpack-plugin": "^3.0.0",
|
2020-06-16 20:45:26 +01:00
|
|
|
"css-loader": "^3.6.0",
|
2019-07-26 14:18:32 +01:00
|
|
|
"style-loader": "^0.23.1",
|
2021-01-22 22:10:58 +00:00
|
|
|
"webpack": "^4.46.0",
|
2020-06-29 20:11:05 +01:00
|
|
|
"webpack-cli": "^3.3.12",
|
2019-09-05 12:20:21 +01:00
|
|
|
"webpack-merge": "^4.2.2"
|
2019-07-26 14:18:32 +01:00
|
|
|
}
|
|
|
|
}
|