Skip to content
Snippets Groups Projects
Commit 83faf5fa authored by Franz Raumschüssel's avatar Franz Raumschüssel
Browse files

package installation script added

parent 3bdf2cd0
Branches master
No related tags found
1 merge request!5News
......@@ -1971,17 +1971,6 @@
"@fullcalendar/common": "~5.5.0",
"preact": "^10.0.5",
"tslib": "^2.0.3"
},
"dependencies": {
"@fullcalendar/common": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.5.0.tgz",
"integrity": "sha512-xHsHRI2xnC4vDPdRaOkt03SGIEsmlcSTI6RVInI2PQKi3n4otgM4ej3WL4B010uT4IzrBlUvNm8HHEo/o3g8Ug==",
"requires": {
"ical.js": "^1.4.0",
"tslib": "^2.0.3"
}
}
}
},
"@fullcalendar/daygrid": {
......@@ -1991,17 +1980,6 @@
"requires": {
"@fullcalendar/common": "~5.5.0",
"tslib": "^2.0.3"
},
"dependencies": {
"@fullcalendar/common": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.5.0.tgz",
"integrity": "sha512-xHsHRI2xnC4vDPdRaOkt03SGIEsmlcSTI6RVInI2PQKi3n4otgM4ej3WL4B010uT4IzrBlUvNm8HHEo/o3g8Ug==",
"requires": {
"ical.js": "^1.4.0",
"tslib": "^2.0.3"
}
}
}
},
"@fullcalendar/interaction": {
......
#!/bin/bash
npm install @fullcalendar/angular
npm install --save @fullcalendar/core @fullcalendar/daygrid
npm install --save @fullcalendar/interaction
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment