28 lines
688 B
JSON
28 lines
688 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",
|
|
"jsbarcode": "^3.12.3"
|
|
}
|
|
}
|