c241b31ad0
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [style-loader](https://github.com/webpack-contrib/style-loader). These dependencies need to be updated together. Updates `json5` from 2.2.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3) Updates `style-loader` from 0.23.1 to 3.3.1 - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v3.3.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: style-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "mixonomer",
|
|
"version": "1.0.0",
|
|
"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": "^0.21.1",
|
|
"chart.js": "^3.3.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.16",
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/preset-env": "^7.12.16",
|
|
"@babel/preset-react": "^7.12.13",
|
|
"babel-loader": "^8.2.2",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^5.2.4",
|
|
"jsdoc": "^3.6.7",
|
|
"style-loader": "^3.3.1",
|
|
"webpack": "^5.38.1",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-merge": "^4.2.2"
|
|
}
|
|
}
|