-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.87 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
{
"name": "members-edit",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"start": "wrangler pages dev ./build/client",
"deploy": "wrangler pages deploy ./build/client",
"lint": "eslint .",
"check": "prettier --check \"**/*.{js,ts,tsx,md,json}\" && react-router typegen && tsc --noEmit",
"format": "prettier --write \"**/*.{js,ts,tsx,md,json}\"",
"generate-types": "wrangler types"
},
"dependencies": {
"@react-router/cloudflare": "^8.0.0",
"@react-router/fs-routes": "^8.0.0",
"@tailwindcss/vite": "^4.0.8",
"@vitejs/plugin-react": "^6.0.0",
"isbot": "^5.0.0",
"openid-client": "^6.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"react-router": "^8.0.0",
"remix-auth": "^4.0.0",
"remix-auth-github": "^3.0.0",
"remix-auth-oauth2": "^3.0.0",
"zod": "^4.0.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.42.1",
"@eslint/js": "^9.39.2",
"@react-router/dev": "^8.0.0",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^25.0.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-simple-import-sort": "^14.0.0",
"globals": "^17.0.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^4.0.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.2.0",
"vite": "^8.0.0",
"wrangler": "^4.103.0"
},
"packageManager": "pnpm@11.18.0"
}