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 d60265c commit 126e938
Show file tree
Hide file tree
Showing 15 changed files with 1,856 additions and 2,030 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": 1714257782148
}
}
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
## ✌️ preview

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

## 👍 Features

* Astro v3.x
* Nodejs 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
Expand Up @@ -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",
"plyr": "3.7.8",
"sass": "1.67.0",
"sass": "1.75.0",
"simplebar": "6.2.5"
},
"devDependencies": {
"@fontsource-variable/nunito": "^5.0.9",
"@fontsource-variable/roboto-flex": "^5.0.8",
"@fontsource/material-icons": "^5.0.7",
"autoprefixer": "10.4.15",
"@fontsource-variable/nunito": "^5.0.19",
"@fontsource-variable/roboto-flex": "^5.0.15",
"@fontsource/material-icons": "^5.0.18",
"autoprefixer": "10.4.19",
"npm-run-all": "4.1.5"
}
}

0 comments on commit 126e938

Please sign in to comment.