-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "drewdomi-homepage",
"type": "module",
"version": "1.0.0",
"author": "Andrew Domingues - Drew Domi",
"homepage": "https://drewdomi.com",
"description": "My personal website and portfolio. That's a showcase of my work as a WEB developer, featuring projects that highlight my expertise as a Developer.",
"scripts": {
"dev": "astro dev",
"dev:host": "astro dev --host",
"start": "astro dev",
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "3.1.7",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.2.0",
"@astrojs/tailwind": "5.1.1",
"@astrojs/vercel": "^7.8.1",
"@fontsource/roboto": "5.0.8",
"@fontsource/rubik": "5.0.17",
"@inlang/paraglide-astro": "^0.2.2",
"astro": "4.15.11",
"astro-icon": "1.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.4.2"
},
"devDependencies": {
"@iconify-json/bi": "^1.1.23",
"@iconify-json/fluent": "^1.1.50",
"@iconify-json/majesticons": "^1.1.11",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.99",
"@inlang/paraglide-js": "1.11.2",
"daisyui": "4.7.3",
"prettier": "^3.2.5"
}
}