Files
icehrm/web/package.json
2021-06-27 18:13:40 +02:00

22 lines
477 B
JSON

{
"name": "icehrm-web",
"version": "",
"description": "Simple HR Management",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@antv/g2plot": "^1.1.27",
"antd": "^4.1.4",
"axios": "^0.20.0",
"codemirror": "^5.49.2",
"dayjs": "^1.10.5",
"react": "^16.13.1",
"react-color": "^2.19.3",
"react-dom": "^16.13.1",
"react-signature-canvas": "^1.0.3"
}
}