Added drone file
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Thomas Cole 2022-05-31 22:39:58 -04:00
parent 06b125a60b
commit 05309e897b
3 changed files with 6660 additions and 6018 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: buildsite
steps:
- name: build
image: node
commands:
- npm install
- npm build

12575
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,12 +19,10 @@
"@fortawesome/fontawesome-free": "^5.15.3", "@fortawesome/fontawesome-free": "^5.15.3",
"@mdi/font": "^5.9.55", "@mdi/font": "^5.9.55",
"@mdi/js": "^5.9.55", "@mdi/js": "^5.9.55",
"astro": "^0.17.3", "astro": "^1.0.0-beta.38",
"bootstrap-icons": "^1.5.0", "bootstrap-icons": "^1.5.0",
"bulma": "^0.9.3", "bulma": "^0.9.3",
"bulmaswatch": "^0.8.1", "bulmaswatch": "^0.8.1"
"mdb-ui-kit": "^3.9.0",
"open-color": "^1.8.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-react": "^0.1.5", "@astrojs/renderer-react": "^0.1.5",