-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.72 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
{
"name": "@samebase/sidebars-example",
"version": "0.0.0",
"private": true,
"description": "Single-page @samebase/sidebars example with two sidebar panes",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/samebase/sidebars-example.git"
},
"type": "module",
"scripts": {
"build": "vp run build:cloudflare",
"build:app": "vp build",
"build:cloudflare": "vp run build:app",
"check": "vp check && vp run typecheck && vp test && vp run build:app",
"deploy": "node ./scripts/deploy-cloudflare.ts deploy",
"deploy:preview": "node ./scripts/deploy-cloudflare.ts preview",
"deploy:dry-run": "node ./scripts/deploy-cloudflare.ts deploy --dry-run",
"deploy:preview:dry-run": "node ./scripts/deploy-cloudflare.ts preview --dry-run",
"dev": "vp dev",
"format": "vp fmt",
"format:check": "vp fmt --check",
"lint": "vp lint --report-unused-disable-directives",
"preview": "vp preview",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@samebase/sidebars": "0.1.1",
"@tanstack/react-router": "1.169.2",
"@tanstack/react-start": "1.167.65",
"lucide-react": "0.525.0",
"react": "19.2.6",
"react-dom": "19.2.6"
},
"devDependencies": {
"@tanstack/router-plugin": "1.167.35",
"@types/node": "20.19.32",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260413.1",
"@vitejs/plugin-react": "6.0.2",
"jsdom": "29.0.1",
"typescript": "5.9.2",
"vite": "npm:@voidzero-dev/vite-plus-core@0.3.0",
"vite-plus": "0.3.0",
"wrangler": "4.92.0"
},
"engines": {
"node": ">=24.11.0",
"pnpm": ">=11.18.0"
},
"packageManager": "pnpm@11.18.0"
}