Selector/Selector.Web/package.json
dependabot[bot] 9154034f34
Bump json5 and vue-loader in /Selector.Web
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [vue-loader](https://github.com/vuejs/vue-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 `vue-loader` from 15.10.1 to 17.0.1
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.10.1...v17.0.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: vue-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 09:51:40 +00:00

44 lines
1.1 KiB
JSON

{
"name": "selector.web",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack build --config ./webpack.prod.js",
"devbuild": "npx webpack build --config ./webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sarsoo/Selector.git"
},
"author": "Sarsoo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sarsoo/Selector/issues"
},
"homepage": "https://github.com/Sarsoo/Selector#readme",
"dependencies": {
"@microsoft/signalr": "^6.0.0",
"bootstrap": "^5.1.3",
"chart.js": "^3.6.0",
"chartjs-adapter-luxon": "^1.1.0",
"luxon": "^2.4.0",
"vue": "^3.2.22"
},
"devDependencies": {
"@types/luxon": "^2.3.2",
"clean-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"sass": "^1.44.0",
"sass-loader": "^12.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"vue-loader": "^17.0.1",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
}
}