2019-07-26 14:18:32 +01:00
|
|
|
{
|
2022-08-07 13:27:59 +01:00
|
|
|
"name": "mixonomer",
|
2023-08-08 17:29:12 +01:00
|
|
|
"version": "1.0.2",
|
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",
|
2022-08-07 13:27:59 +01:00
|
|
|
"url": "git+https://github.com/Sarsoo/Mixonomer.git"
|
2019-07-26 14:18:32 +01:00
|
|
|
},
|
|
|
|
"author": "sarsoo",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2022-08-07 13:27:59 +01:00
|
|
|
"url": "https://github.com/Sarsoo/Mixonomer/issues"
|
2019-07-26 14:18:32 +01:00
|
|
|
},
|
2022-08-07 13:27:59 +01:00
|
|
|
"homepage": "https://github.com/Sarsoo/Mixonomer#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",
|
2023-08-08 17:29:12 +01:00
|
|
|
"axios": "^1.4.0",
|
|
|
|
"chart.js": "^4.3.3",
|
2021-06-11 16:36:01 +01:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2020-06-16 20:45:26 +01:00
|
|
|
"react-router-dom": "^5.2.0"
|
2019-07-26 14:18:32 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-08 17:29:12 +01:00
|
|
|
"@babel/cli": "^7.22.10",
|
|
|
|
"@babel/core": "^7.22.10",
|
|
|
|
"@babel/preset-env": "^7.22.10",
|
|
|
|
"@babel/preset-react": "^7.22.5",
|
|
|
|
"babel-loader": "^9.1.3",
|
|
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
|
|
"css-loader": "^6.8.1",
|
2023-05-02 08:03:04 +01:00
|
|
|
"jsdoc": "^4.0.2",
|
2023-08-08 17:29:12 +01:00
|
|
|
"style-loader": "^3.3.3",
|
|
|
|
"webpack": "^5.88.2",
|
|
|
|
"webpack-cli": "^5.1.4",
|
|
|
|
"webpack-merge": "^5.9.0"
|
2019-07-26 14:18:32 +01:00
|
|
|
}
|
|
|
|
}
|