-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.81 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.81 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
{
"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",
"dependencies": {
"@cf-wasm/og": "^0.3.8",
"@cloudflare/vite-plugin": "^1.25.2",
"@fission-ai/openspec": "^1.2.0",
"@portabletext/react": "^6.2.0",
"@react-router/cloudflare": "^7.13.0",
"@sanity/client": "^7.22.0",
"@sanity/code-input": "^7.1.1",
"@sanity/image-url": "^2.1.1",
"@sanity/vision": "^5.26.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"clsx": "^2.1.1",
"isbot": "^5.1.17",
"prism-react-renderer": "^2.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.13.0",
"remix-themes": "^2.0.0",
"rooks": "^7.14.1",
"sanity": "^5.26.0",
"styled-components": "^6.4.2",
"tailwindcss": "^4.1.11",
"wrangler": "^4.67.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260228.0",
"@eslint/js": "^9.39.2",
"@react-router/dev": "^7.13.0",
"@types/node": "^25.3.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unicorn": "^62.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"syncpack": "^13.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^5.1.4"
}
}