-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 978 Bytes
/
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
{
"name": "aelew.com",
"author": "aelew",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "bunx --bun astro dev",
"start": "bunx --bun astro dev",
"build": "bunx --bun astro check && bunx --bun astro build",
"preview": "bunx --bun astro preview",
"astro": "bunx --bun astro",
"typecheck": "tsc --noEmit",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^6.0.2",
"@fontsource/geist-sans": "^5.2.5",
"@lucide/astro": "^0.487.0",
"astro": "^5.6.1",
"cobe": "^0.6.3",
"simple-icons-astro": "^14.12.0",
"tailwindcss": "^3.4.17",
"ts-pattern": "^5.7.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@types/bun": "^1.2.8",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss-animate": "^1.0.7"
}
}