Mixonomer/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

{
2022-08-07 13:27:59 +01:00
"name": "mixonomer",
2023-08-08 17:29:12 +01:00
"version": "1.0.2",
"description": "web app for spotify playlist management with last.fm integration",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2024-07-20 12:27:11 +01:00
"build": "npx webpack --config webpack.prod.js --env production",
"devbuild": "npx webpack --config webpack.dev.js"
},
"repository": {
"type": "git",
2022-08-07 13:27:59 +01:00
"url": "git+https://github.com/Sarsoo/Mixonomer.git"
},
"author": "sarsoo",
"license": "ISC",
"bugs": {
2022-08-07 13:27:59 +01:00
"url": "https://github.com/Sarsoo/Mixonomer/issues"
},
2022-08-07 13:27:59 +01:00
"homepage": "https://github.com/Sarsoo/Mixonomer#readme",
"dependencies": {
"@material-ui/core": "^4.11.3",
2021-01-22 22:10:58 +00:00
"@material-ui/icons": "^4.11.2",
2024-07-20 12:27:11 +01:00
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
},
"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",
2024-07-20 12:27:11 +01:00
"css-loader": "^7.1.2",
"jsdoc": "^4.0.3",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
2023-08-08 17:29:12 +01:00
"webpack-cli": "^5.1.4",
2024-07-20 12:27:11 +01:00
"webpack-merge": "^6.0.1"
}
}