-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 904 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
33
34
35
36
37
38
{
"name": "rausten.dev",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/rollup": "^3.1.0",
"@shikijs/rehype": "^4.0.1",
"@shikijs/transformers": "^4.0.1",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.17",
"@types/grecaptcha": "^3.0.9",
"@types/mdx": "^2.0.13",
"@types/node": "^22.19.0",
"postcss": "^8.5.6",
"remark-frontmatter": "^5.0.0",
"tailwindcss": "^4.1.12",
"to-vfile": "^8.0.0",
"typescript": "^5.9.2",
"vfile": "^6.0.3",
"vfile-matter": "^5.0.1",
"vite": "^7.2.2",
"vite-plugin-kiru": "1.1.0"
},
"dependencies": {
"kiru": "1.1.2"
},
"overrides": {
"rollup": "4.52.5"
}
}