-
Notifications
You must be signed in to change notification settings - Fork 422
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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": "code2prompt-website",
"type": "module",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "0.15.10",
"@astrojs/mdx": "4.3.13",
"@astrojs/partytown": "^2.1.4",
"@astrojs/prism": "3.3.0",
"@astrojs/react": "4.4.2",
"@astrojs/sitemap": "3.6.0",
"@astrojs/starlight": "^0.37.2",
"@astrojs/upgrade": "^0.6.2",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"astro": "5.16.5",
"marked": "^17.0.1",
"prismjs": "^1.30.0",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"starlight-blog": "^0.25.2",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"dlx": "^0.2.1",
"prettier-plugin-astro": "^0.14.1",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"packageManager": "pnpm@10.18.0"
}