-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) 路 2.21 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) 路 2.21 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "drewdomi.com",
"type": "module",
"license": "MIT",
"version": "2.3.0",
"author": "Andrew Domingues <contact@drewdomi.com>",
"homepage": "https://drewdomi.com",
"description": "Personal homepage/portfolio of Drew Domi (Andrew Domingues). That's a showcase of his work as a WEB Developer, featuring projects that highlight his 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 --minimumSeverity warning && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check --minimumSeverity warning",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx,astro}\" --fix",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,astro,html,css,scss,md,mdx,json,yml,yaml}\"",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide",
"lint-staged": "lint-staged",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/mdx": "4.3.13",
"@astrojs/rss": "4.0.15",
"@astrojs/sitemap": "3.7.0",
"@astrojs/tailwind": "6.0.2",
"@astrojs/vercel": "^9.0.4",
"@fontsource/roboto": "5.0.8",
"@fontsource/roboto-serif": "^5.2.6",
"@fontsource/rubik": "5.0.17",
"@inlang/paraglide-astro": "^0.2.2",
"@tailwindcss/vite": "^4.0.12",
"astro": "5.18.0",
"astro-icon": "1.1.5",
"party-js": "^2.2.0",
"powerglitch": "^2.4.0",
"rxjs": "^7.8.2",
"tailwindcss": "4.0.12",
"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",
"@typescript-eslint/parser": "^8.26.1",
"daisyui": "5.0.0",
"eslint": "^9.22.0",
"eslint-plugin-astro": "^1.3.1",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13"
},
"engines": {
"node": ">=24.0.0",
"pnpm": ">=9.0.0"
}
}