Skip to content

Commit

Permalink
feat: migrate to iconify-icon, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Apr 27, 2024
1 parent 5dd4248 commit 6b63ecd
Show file tree
Hide file tree
Showing 20 changed files with 2,131 additions and 3,076 deletions.
8 changes: 8 additions & 0 deletions .astro/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"devToolbar": {
"enabled": false
},
"_variables": {
"lastUpdateCheck": 1714258612656
}
}
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
## ✌️ preview

Check out the live demo by clicking [here](https://krypton.cssninja.io).
Fresh is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).
Krypton is built with [Astro](https://astro.build), [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).

## 👍 Features

* Astro v3.x
* Node v18.x
* Bulma v0.9.x
* ES6 support
* Astro v4.x
* Bulma 0.9.x
* Alpine v3.x

## 👌 Usage
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "krypton",
"version": "5.2.0",
"description": "Krypton - Bulma + Alpine JS ICO/Crypto Starter",
"description": "Krypton - Astro + Bulma + Alpine JS ICO/Crypto Starter",
"type": "module",
"private": true,
"author": {
Expand All @@ -21,28 +21,28 @@
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "3.13.0",
"@alpinejs/intersect": "3.13.0",
"@alpinejs/persist": "3.13.0",
"@iconify/iconify": "3.1.1",
"alpinejs": "3.13.0",
"astro": "3.1.0",
"@alpinejs/collapse": "3.13.10",
"@alpinejs/intersect": "3.13.10",
"@alpinejs/persist": "3.13.10",
"alpinejs": "3.13.10",
"astro": "4.7.0",
"bulma": "0.9.4",
"bulma-css-vars": "0.8.0",
"fuse.js": "6.6.2",
"fuse.js": "7.0.0",
"iconify-icon": "^2.0.0",
"js-datepicker": "5.18.2",
"lozad": "1.16.0",
"moment": "2.29.4",
"moment": "2.30.1",
"notyf": "3.10.0",
"particles.js": "2.0.0",
"plyr": "3.7.8",
"sass": "1.67.0",
"sass": "1.75.0",
"simplebar": "6.2.5"
},
"devDependencies": {
"@fontsource-variable/cabin": "^5.0.9",
"@fontsource-variable/open-sans": "^5.0.13",
"autoprefixer": "10.4.15",
"@fontsource-variable/cabin": "^5.0.19",
"@fontsource-variable/open-sans": "^5.0.29",
"autoprefixer": "10.4.19",
"npm-run-all": "4.1.5"
}
}
Loading

0 comments on commit 6b63ecd

Please sign in to comment.