-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "cf-worker-101",
"version": "0.0.0",
"private": true,
"scripts": {
"dev:web": "vite src/frontend --config src/frontend/vite.config.ts",
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"test": "vitest",
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.7.5",
"@cloudflare/vitest-pool-workers": "^0.8.19",
"@eslint/js": "9.29.0",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.0.4",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.21",
"eslint": "9.27.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "^5.5.2",
"vite": "^7.1.9",
"vitest": "~3.2.0",
"wrangler": "^4.42.2"
},
"dependencies": {
"@cloudflare/agents": "^0.0.16",
"@types/react-syntax-highlighter": "^15.5.13",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mermaid": "^11.12.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.6",
"remark-gfm": "^4.0.1"
}
}