2021-10-18 21:48:02 +01:00
|
|
|
{
|
|
|
|
"name": "selector.web",
|
|
|
|
"version": "1.0.0",
|
2021-10-23 12:49:42 +01:00
|
|
|
"private": true,
|
2021-10-18 21:48:02 +01:00
|
|
|
"description": "",
|
|
|
|
"main": "index.ts",
|
|
|
|
"scripts": {
|
2021-10-20 20:35:15 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2021-10-23 11:11:03 +01:00
|
|
|
"build": "npx webpack build --config ./webpack.prod.js",
|
|
|
|
"devbuild": "npx webpack build --config ./webpack.dev.js"
|
2021-10-18 21:48:02 +01:00
|
|
|
},
|
|
|
|
"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",
|
2021-10-23 11:11:03 +01:00
|
|
|
"dependencies": {
|
2021-11-24 08:08:25 +00:00
|
|
|
"@microsoft/signalr": "^6.0.0",
|
2021-11-09 18:17:22 +00:00
|
|
|
"bootstrap": "^5.1.3",
|
2021-11-11 19:54:28 +00:00
|
|
|
"chart.js": "^3.6.0",
|
2022-06-23 19:26:36 +01:00
|
|
|
"chartjs-adapter-luxon": "^1.1.0",
|
|
|
|
"luxon": "^2.4.0",
|
2021-11-24 08:08:25 +00:00
|
|
|
"vue": "^3.2.22"
|
2021-10-23 11:11:03 +01:00
|
|
|
},
|
2021-10-18 21:48:02 +01:00
|
|
|
"devDependencies": {
|
2022-06-23 19:26:36 +01:00
|
|
|
"@types/luxon": "^2.3.2",
|
2021-10-23 11:11:03 +01:00
|
|
|
"clean-webpack-plugin": "^4.0.0",
|
2021-11-09 22:47:49 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2021-12-08 00:01:18 +00:00
|
|
|
"sass": "^1.44.0",
|
2021-11-09 22:47:49 +00:00
|
|
|
"sass-loader": "^12.3.0",
|
2021-10-23 11:11:03 +01:00
|
|
|
"ts-loader": "^9.2.6",
|
2021-11-24 08:08:25 +00:00
|
|
|
"typescript": "^4.5.2",
|
2023-01-02 09:51:40 +00:00
|
|
|
"vue-loader": "^17.0.1",
|
2021-11-24 08:08:25 +00:00
|
|
|
"webpack": "^5.64.2",
|
2021-10-23 11:11:03 +01:00
|
|
|
"webpack-cli": "^4.9.1",
|
|
|
|
"webpack-merge": "^5.8.0"
|
2021-10-18 21:48:02 +01:00
|
|
|
}
|
|
|
|
}
|