-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.5 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "alexnguyen.co.nz",
"author": "Alex Nguyen",
"type": "module",
"version": "3.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro",
"lint": "eslint src/pages/* src/components/* src/lib/*",
"test:unit": "vitest",
"test:e2e": "cypress run"
},
"dependencies": {
"@astrojs/check": "0.9.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@orama/plugin-astro": "2.0.23",
"astro": "4.14.2",
"astro-expressive-code": "0.35.6",
"astro-icon": "1.1.0",
"astro-seo": "0.8.4",
"clsx": "2.1.1",
"dayjs": "1.11.12",
"mdast-util-to-string": "4.0.0",
"reading-time": "1.5.0",
"sharp": "0.33.4",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
},
"devDependencies": {
"@iconify-json/lucide": "1.1.206",
"@tailwindcss/typography": "0.5.14",
"@types/node": "22.3.0",
"@types/react": "18.3.3",
"@typescript-eslint/parser": "8.1.0",
"cypress": "13.13.3",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.3",
"eslint-plugin-jsx-a11y": "6.9.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.6",
"vite": "5.4.1",
"vitest": "2.0.5"
},
"pnpm": {
"overrides": {
"@iconify/tools": "^4.0.5"
}
}
}