45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "mixonomer",
|
|
"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",
|
|
"build": "webpack --config webpack.prod.js --env production",
|
|
"devbuild": "webpack --config webpack.dev.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sarsoo/Mixonomer.git"
|
|
},
|
|
"author": "sarsoo",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Sarsoo/Mixonomer/issues"
|
|
},
|
|
"homepage": "https://github.com/Sarsoo/Mixonomer#readme",
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"axios": "^1.4.0",
|
|
"chart.js": "^4.3.3",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"jsdoc": "^4.0.2",
|
|
"style-loader": "^3.3.3",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-merge": "^5.9.0"
|
|
}
|
|
}
|