This commit is contained in:
parent
06b125a60b
commit
05309e897b
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
name: buildsite
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node
|
||||
commands:
|
||||
- npm install
|
||||
- npm build
|
12575
package-lock.json
generated
12575
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,12 +19,10 @@
|
||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"@mdi/font": "^5.9.55",
|
||||
"@mdi/js": "^5.9.55",
|
||||
"astro": "^0.17.3",
|
||||
"astro": "^1.0.0-beta.38",
|
||||
"bootstrap-icons": "^1.5.0",
|
||||
"bulma": "^0.9.3",
|
||||
"bulmaswatch": "^0.8.1",
|
||||
"mdb-ui-kit": "^3.9.0",
|
||||
"open-color": "^1.8.0"
|
||||
"bulmaswatch": "^0.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-react": "^0.1.5",
|
||||
|
Loading…
Reference in New Issue
Block a user