-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.03 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.03 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
56
57
58
59
60
61
62
{
"name": "site",
"private": true,
"type": "module",
"scripts": {
"generate": "node --import=@nothing-but/node-resolve-ts --experimental-transform-types ./scripts/generate.ts",
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"deploy": "pnpm generate && pnpm build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/mark.js": "^8.11.12",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"react": "^19.2.5",
"tailwindcss": "3.3.3",
"tailwindcss-dir": "^4.0.0",
"vite": "^8.0.8",
"vite-plugin-solid": "^2.11.12"
},
"dependencies": {
"@solid-primitives/clipboard": "workspace:^",
"@solid-primitives/event-bus": "workspace:^",
"@solid-primitives/event-listener": "workspace:^",
"@solid-primitives/intersection-observer": "workspace:^",
"@solid-primitives/keyboard": "workspace:^",
"@solid-primitives/marker": "workspace:^",
"@solid-primitives/media": "workspace:^",
"@solid-primitives/mutation-observer": "workspace:^",
"@solid-primitives/platform": "workspace:^",
"@solid-primitives/refs": "workspace:^",
"@solid-primitives/resize-observer": "workspace:^",
"@solid-primitives/rootless": "workspace:^",
"@solid-primitives/scheduled": "workspace:^",
"@solid-primitives/scroll": "workspace:^",
"@solid-primitives/tween": "workspace:^",
"@solid-primitives/utils": "workspace:^",
"@tanstack/solid-router": "^1.168.16",
"@tanstack/solid-start": "^1.167.28",
"clsx": "^2.0.0",
"fuse.js": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-emoji": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"sass": "^1.72.0",
"solid-dismiss": "^1.7.121",
"solid-icons": "^1.1.0",
"solid-tippy": "^0.2.1",
"tippy.js": "^6.3.7",
"undici": "^5.28.2",
"unified": "^11.0.4"
},
"engines": {
"node": ">=22.0.0"
}
}