Selector/Selector.Web/package.json
Andy Pack f6b8d4f68e
All checks were successful
ci / Build Frontend (22) (push) Successful in 23s
ci / Build & Unit Test (8.0.x) (push) Successful in 1m3s
ci / Build Containers (push) Successful in 3m36s
updating deps
2024-07-20 11:53:31 +01: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.4.2",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
}
}