Files
pointMaster/pointMaster/js/package.json
2025-01-08 21:29:21 +01:00

26 lines
595 B
JSON

{
"name": "website",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "vue-cli-service build --mode development --watch",
"build": "vue-cli-service build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aspnet/signalr": "^1.0.27",
"@vue/cli-plugin-typescript": "^5.0.8",
"apexcharts": "^4.0.0",
"axios": "^1.7.7",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@vue/cli-service": "^5.0.8"
}
}