-
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) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.96 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
{
"private": true,
"name": "codedrift",
"version": "0.0.1",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"husky": "husky",
"lint": "eslint",
"lint-staged": "lint-staged",
"lint:fix": "eslint --fix .",
"openspec": "openspec",
"prepare": "husky",
"prettier": "prettier",
"syncpack": "syncpack",
"typecheck": "pnpm typegen && tsc",
"typegen": "react-router typegen"
},
"type": "module",
"engines": {
"node": ">=24.13.0"
},
"packageManager": "pnpm@10.29.3",
"dependencies": {
"@cf-wasm/og": "^0.3.8",
"@cloudflare/vite-plugin": "^1.43.1",
"@fission-ai/openspec": "^1.5.0",
"@portabletext/react": "^6.2.0",
"@react-router/cloudflare": "^7.18.1",
"@sanity/client": "^7.23.0",
"@sanity/code-input": "^7.2.6",
"@sanity/image-url": "^2.1.1",
"@sanity/vision": "^5.31.1",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.2",
"clsx": "^2.1.1",
"isbot": "^5.2.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "^7.18.1",
"remix-themes": "^2.0.4",
"rooks": "^7.14.1",
"sanity": "^5.31.1",
"styled-components": "^6.4.3",
"tailwindcss": "^4.3.2",
"wrangler": "^4.107.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260702.1",
"@eslint/js": "^9.39.4",
"@react-router/dev": "^7.18.1",
"@types/node": "^24.13.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unicorn": "^62.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"prettier": "^3.9.4",
"prettier-plugin-tailwindcss": "^0.6.14",
"syncpack": "^15.3.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.63.0",
"vite": "^7.3.6",
"vite-tsconfig-paths": "^5.1.4"
},
"pnpm": {
"overrides": {
"js-yaml@3": "^3.15.0"
}
}
}