Files
E-Vote/package.json
T

32 lines
820 B
JSON

{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"cross-env": "^5.2.1",
"laravel-mix": "^6.0.43",
"resolve-url-loader": "^5.0.0",
"sass": "^1.50.1",
"sass-loader": "^12.1.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.7.16"
},
"dependencies": {
"@bachdgvn/vue-otp-input": "^1.0.8",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"file-saver": "^2.0.5",
"jsbarcode": "^3.12.3",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
"xlsx": "^0.18.5"
}
}