-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.24 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.24 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"engines": {
"node": ">=22.0.0"
},
"name": "ocobo",
"private": true,
"scripts": {
"build": "react-router build",
"build:analyze": "ANALYZE=true react-router build",
"check": "biome check",
"check:error": "biome check --diagnostic-level=error",
"check:fix": "biome check --write",
"dev": "react-router dev",
"dev:local": "CONTENT_SOURCE=locale react-router dev",
"dev:github": "CONTENT_SOURCE=github react-router dev",
"prepare": "panda codegen",
"start": "react-router-serve ./build/server/index.js",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest --watch",
"typecheck": "react-router typegen && tsc"
},
"type": "module",
"dependencies": {
"@ark-ui/react": "^5.30.0",
"@markdoc/markdoc": "^0.5.4",
"@octokit/rest": "^22.0.1",
"@radix-ui/react-context": "^1.1.3",
"@radix-ui/react-portal": "^1.1.10",
"@react-router/fs-routes": "^7.8.1",
"@react-router/node": "^7.8.1",
"@react-router/serve": "^7.8.1",
"@vercel/analytics": "^1.5.0",
"@vercel/blob": "^1.1.1",
"@vercel/speed-insights": "^1.2.0",
"framer-motion": "^12.23.12",
"i18next": "^25.3.6",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-fs-backend": "^2.6.1",
"i18next-http-backend": "^3.0.2",
"isbot": "^5.1.32",
"js-yaml": "^4.1.1",
"lucide-react": "^0.540.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.6.1",
"react-remove-scroll": "^2.7.2",
"react-router": "^7.8.1",
"react-snap-carousel": "^0.5.1",
"remix-i18next": "^7.2.1",
"remix-utils": "^8.8.0",
"tiny-invariant": "^1.3.3",
"zod": "^4.0.17"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@pandacss/dev": "^1.8.1",
"@pandacss/preset-base": "^1.8.1",
"@pandacss/preset-panda": "^1.8.1",
"@pandacss/types": "^1.8.1",
"@react-router/dev": "^7.8.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.3.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitest/coverage-v8": "^3.2.4",
"typescript": "^5.9.3",
"untildify": "^5.0.0",
"vite": "^5.4.13",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^3.2.4"
}
}