added JenkinsFile

This commit is contained in:
2021-11-16 00:12:53 -03:00
parent d3795ee79d
commit c0de75ccd6
9 changed files with 134 additions and 25 deletions
+31
View File
@@ -14,6 +14,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"aos": "^3.0.0-beta.6",
"font-awesome": "^4.7.0",
"mdbreact": "^5.1.0",
"node-sass": "^4.14.1",
@@ -4135,6 +4136,16 @@
"node": ">= 8"
}
},
"node_modules/aos": {
"version": "3.0.0-beta.6",
"resolved": "https://registry.npmjs.org/aos/-/aos-3.0.0-beta.6.tgz",
"integrity": "sha512-VLWrpq8bfAWcetynVHMMrqdC+89Qq/Ym6UBJbHB4crIwp3RR8uq1dNGgsFzoDl03S43rlVMK+na3r5+oUCZsYw==",
"dependencies": {
"classlist-polyfill": "^1.2.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1"
}
},
"node_modules/aproba": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
@@ -5856,6 +5867,11 @@
"node": ">=0.10.0"
}
},
"node_modules/classlist-polyfill": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz",
"integrity": "sha1-k1vC39lFiodrJ5YXUUY4vKqWSi4="
},
"node_modules/classnames": {
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
@@ -26951,6 +26967,16 @@
"picomatch": "^2.0.4"
}
},
"aos": {
"version": "3.0.0-beta.6",
"resolved": "https://registry.npmjs.org/aos/-/aos-3.0.0-beta.6.tgz",
"integrity": "sha512-VLWrpq8bfAWcetynVHMMrqdC+89Qq/Ym6UBJbHB4crIwp3RR8uq1dNGgsFzoDl03S43rlVMK+na3r5+oUCZsYw==",
"requires": {
"classlist-polyfill": "^1.2.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1"
}
},
"aproba": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
@@ -28356,6 +28382,11 @@
}
}
},
"classlist-polyfill": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz",
"integrity": "sha1-k1vC39lFiodrJ5YXUUY4vKqWSi4="
},
"classnames": {
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",