-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.26 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.26 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.4",
"@astrojs/netlify": "^6.5.9",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.5.1",
"@google/model-viewer": "^4.1.0",
"@tailwindcss/vite": "^4.1.12",
"astro": "^5.13.3",
"astro-embed": "^0.9.0",
"astro-icon": "^1.1.5",
"astro-og-canvas": "^0.7.0",
"canvaskit-wasm": "^0.40.0",
"gray-matter": "^4.0.3",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.34.2",
"tailwindcss": "^4.1.12",
"three": "^0.179.1",
"typescript": "^5.9.2",
"unist-util-visit": "^5.0.0"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"devDependencies": {
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.14"
}
}