Files
wticreatorstudio/Modules/JobPortal/package.json
T
2024-02-12 22:54:20 -05:00

41 lines
1.2 KiB
JSON

{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"laravel-mix": "^6.0.31",
"laravel-mix-merge-manifest": "^2.1.0",
"lodash": "^4.17.21",
"postcss": "^8.3.7",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^12.6.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.70.0"
},
"dependencies": {
"@tinymce/tinymce-vue": "^3.2.0",
"bootbox": "^5.5.2",
"eslint": "^8.12.0",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"he-tree-vue": "^1.1.2",
"ionicons": "^4.6.3",
"popper.js": "^1.16.1",
"vue-form-generator": "^2.3.4",
"vuedraggable": "^2.23.2"
}
}