-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add html2canvas dependency for org charts
- Loading branch information
1 parent
56b26c4
commit a25f171
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
*.egg-info | ||
*.swp | ||
tags | ||
hrms/public/dist | ||
hrms/public/node_modules | ||
hrms/docs/current | ||
node_modules/ | ||
dist/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "hrms", | ||
"description": "Open Source HR & Payroll System powered by the Frappe Framework", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/frappe/hrms.git" | ||
}, | ||
"homepage": "https://frappehr.com", | ||
"author": "Frappe Technologies Pvt. Ltd.", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/frappe/hrms/issues" | ||
}, | ||
"dependencies": { | ||
"html2canvas": "^1.4.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
# yarn lockfile v1 | ||
|
||
|
||
base64-arraybuffer@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz" | ||
integrity sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ== | ||
|
||
css-line-break@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.npmjs.org/css-line-break/-/css-line-break-2.1.0.tgz" | ||
integrity sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w== | ||
dependencies: | ||
utrie "^1.0.2" | ||
|
||
html2canvas@^1.4.1: | ||
version "1.4.1" | ||
resolved "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz" | ||
integrity sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA== | ||
dependencies: | ||
css-line-break "^2.1.0" | ||
text-segmentation "^1.0.3" | ||
|
||
text-segmentation@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.npmjs.org/text-segmentation/-/text-segmentation-1.0.3.tgz" | ||
integrity sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw== | ||
dependencies: | ||
utrie "^1.0.2" | ||
|
||
utrie@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz" | ||
integrity sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw== | ||
dependencies: | ||
base64-arraybuffer "^1.0.2" |