-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.4 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.4 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
{
"name": "personal",
"type": "module",
"version": "0.0.6",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"postinstall": "pnpm run download-assets",
"download-assets": "tsx scripts/node/download_assets.ts",
"export-pdf": "tsx scripts/node/export-pdf.ts"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@builder.io/qwik": "^1.14.1",
"@fontsource-variable/jetbrains-mono": "^5.2.6",
"@lucide/astro": "^0.513.0",
"@qwikdev/astro": "^0.8.0",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.9.2",
"tailwind": "^4.0.0",
"tailwindcss": "^4.1.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@biomejs/biome": "1.9.4",
"@types/node": "^24.0.7",
"@typescript-eslint/parser": "^8.34.0",
"eslint": "^9.28.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "3.5.3",
"prettier-plugin-astro": "^0.14.1",
"puppeteer": "^24.12.1",
"sharp": "^0.34.2",
"ts-json-schema-generator": "^2.4.0",
"tsx": "^4.20.3",
"vitest": "^3.2.3"
}
}