41 lines
1.0 KiB
JSON
41 lines
1.0 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",
|
|
"vue": "^3.2.22"
|
|
},
|
|
"devDependencies": {
|
|
"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": "^15.9.8",
|
|
"webpack": "^5.64.2",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|