Files
ihrm/package.json
Nikhil Ravi Cybrosys e1794e7422 [UPDT]translations in the views (#4)
[UPDT]Translations in the views
[FIX]major bug fixes
2023-05-18 15:05:28 +05:30

33 lines
833 B
JSON
Executable File

{
"name": "openhrms-core",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArjunCybro/OpenHRMS-Dashboard.git"
},
"author": "OpenHRMS",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArjunCybro/OpenHRMS-Dashboard/issues"
},
"homepage": "https://github.com/ArjunCybro/OpenHRMS-Dashboard#readme",
"devDependencies": {
"laravel-mix": "^6.0.49"
},
"dependencies": {
"alpinejs": "^3.10.5",
"ionicons": "^7.1.0",
"jquery": "^3.6.3",
"jquery-ui": "^1.13.2",
"jquery-ui-touch-punch": "^0.2.3",
"js-datepicker": "^5.18.2",
"select2": "^4.1.0-rc.0",
"uuid": "^9.0.0"
}
}