-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 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": "couvoir",
"version": "1.0.0",
"description": "",
"scripts": {
"prepare": "panda codegen",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@astrojs/language-server": "^2.15.4",
"@astrojs/rss": "^4.0.12",
"@astrojs/vercel": "^8.2.7",
"@iconify-json/feather": "^1.2.1",
"astro": "^5.13.9",
"astro-icon": "^1.1.5",
"rehype-katex": "^7.0.1",
"rehype-shift-heading": "^2.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.34.4"
},
"devDependencies": {
"@pandacss/dev": "^1.3.1",
"@types/node": "^24.5.2",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "^9.36.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1"
},
"packageManager": "pnpm@10.7.0",
"pnpm": {
"overrides": {
"path-to-regexp": "8.2.0"
}
}
}