Selector/Selector.Web/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "selector.web",
"version": "1.0.0",
2021-10-23 12:49:42 +01:00
"private": true,
"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"
},
"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",
2021-11-24 08:08:25 +00:00
"vue": "^3.2.22"
2021-10-23 11:11:03 +01:00
},
"devDependencies": {
2021-10-23 11:11:03 +01:00
"clean-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"sass": "^1.44.0",
"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",
2021-11-09 18:17:22 +00:00
"vue-loader": "^15.9.8",
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"
}
}