Files
ihrm/package.json

35 lines
893 B
JSON
Raw Permalink Normal View History

2023-05-10 15:06:57 +05:30
{
"name": "openhrms-core",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
2025-02-20 12:23:04 +05:30
"test": "echo \"Error: no test specified\" && exit 1",
"dev":"npm run development",
"development":"mix"
2023-05-10 15:06:57 +05:30
},
"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"
}
}