-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.22 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
{
"name": "derock.dev-v3",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/solid-js": "^5.1.3",
"@astrojs/vercel": "^9.0.4",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",
"astro-expressive-code": "^0.41.7",
"astro-icon": "^1.1.5",
"remark-kroki": "^0.3.8",
"sal.js": "^0.8.5",
"solid-js": "^1.9.11",
"tailwindcss": "^4.2.1",
"three": "^0.182.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/tabler": "^1.2.28",
"@saber2pr/types-github-api": "^0.0.9",
"@tailwindcss/typography": "^0.5.19",
"@types/three": "^0.182.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"sharp": "^0.33.5"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}