-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 764 Bytes
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
{
"name": "solarispkn.pages.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"create-post": "node scripts/create-post.js"
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.3.0",
"astro": "^4.0.0",
"dompurify": "^3.4.10",
"highlight.js": "^11.11.1",
"isomorphic-dompurify": "^3.17.0",
"marked": "^18.0.5",
"mermaid": "^11.15.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"reactflow": "^11.11.4",
"sharp": "^0.35.3"
},
"devDependencies": {
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.5",
"inquirer": "^14.0.2",
"slugify": "^1.6.9"
}
}