Skip to content

Commit 225cc3f

Browse files
committed
feat: ✨ completel project re-work
1 parent 82c5fa3 commit 225cc3f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1493
-860
lines changed

astro.config.mjs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
import { defineConfig } from 'astro/config';
2-
import icon from 'astro-icon';
3-
import partytown from '@astrojs/partytown';
4-
import compress from 'astro-compress';
5-
6-
import tailwind from "@astrojs/tailwind";
1+
import { defineConfig } from 'astro/config'
2+
import icon from 'astro-icon'
3+
import partytown from '@astrojs/partytown'
74

85
// https://astro.build/config
96
export default defineConfig({
10-
integrations: [icon({
11-
iconDir: 'src/assets/icons'
12-
}), partytown(), compress(), tailwind()]
13-
});
7+
integrations: [
8+
icon({
9+
iconDir: 'src/assets/icons'
10+
}),
11+
partytown()
12+
]
13+
})

bun.lockb

11.7 KB
Binary file not shown.

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",
8-
"build": "astro build",
8+
"build": "astro build && jampack ./dist",
99
"preview": "astro preview",
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/partytown": "^2.1.1",
14-
"@astrojs/tailwind": "^5.1.0",
15-
"astro": "^4.13.3",
16-
"astro-compress": "2.3.1",
17-
"astro-font": "^0.1.81",
18-
"astro-icon": "^1.1.0",
19-
"sharp": "^0.33.4",
20-
"tailwindcss": "^3.4.10"
13+
"@astrojs/partytown": "2.1.2",
14+
"@divriots/jampack": "^0.30.0",
15+
"astro": "5.0.0-beta.10",
16+
"astro-icon": "^1.1.4",
17+
"motion": "^11.11.17",
18+
"sharp": "^0.33.5"
2119
},
2220
"devDependencies": {
2321
"prettier": "^3.3.3",

src/assets/icons/arrow-left-line.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/icons/close-line.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/icons/close.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/assets/icons/cursor-3-line.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/icons/heart-line.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/assets/icons/old/bolt-icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/assets/icons/old/book-open-icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)