-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ladybluenotes.dev",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && tsc --noEmit",
"start": "vite start"
},
"dependencies": {
"@kobalte/core": "^0.13.11",
"@shikijs/themes": "^3.13.0",
"@tanstack/solid-router": "^1.133.10",
"@tanstack/solid-router-devtools": "^1.133.10",
"@tanstack/solid-start": "^1.133.10",
"@unocss/reset": "^66.5.4",
"feed": "^5.1.0",
"octokit": "^5.0.5",
"redaxios": "^0.5.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-code-title": "^0.2.5",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"shiki": "^3.13.0",
"solid-js": "^1.9.5",
"tsx": "^4.21.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@content-collections/core": "^0.11.1",
"@content-collections/markdown": "^0.1.4",
"@content-collections/vite": "^0.2.7",
"@iconify-json/logos": "^1.2.9",
"@iconify-json/tabler": "^1.2.23",
"@netlify/vite-plugin-tanstack-start": "^1.2.1",
"@shikijs/rehype": "^3.13.0",
"@shikijs/transformers": "^3.13.0",
"@shikijs/twoslash": "^3.13.0",
"@types/node": "^22.5.4",
"@unocss/preset-icons": "^66.5.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"prettier": "^3.6.2",
"typescript": "^5.7.2",
"unocss": "^66.5.4",
"vite": "^7.3.0",
"vite-plugin-solid": "^2.11.8",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.1.12"
}
}