generated from forge42dev/open-source-stack
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.46 KB
/
package.json
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
{
"name": "cloudflare-websocket",
"private": true,
"sideEffects": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "npm run build && npm run start",
"start": "wrangler dev --env development",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@react-router/fs-routes": "^7.0.1",
"@react-router/node": "^7.0.1",
"isbot": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.1",
"react-router-hono-server": "*",
"react-use-websocket": "^4.11.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241202.0",
"@hono/node-server": "^1.13.7",
"@react-router/dev": "^7.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.20",
"esbuild": "^0.23.1",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3"
},
"engines": {
"node": ">=20.0.0"
}
}