-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.39 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": "custom-node-example",
"private": true,
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "RSDOCTOR=false PORT=3003 NODE_OPTIONS=\"--experimental-vm-modules --experimental-global-webcrypto\" node server.js",
"start": "NODE_ENV=production PORT=3003 node server.js",
"build": "rsbuild build",
"typecheck": "react-router typegen && tsc",
"test:e2e": "playwright test"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@react-router/express": "^7.13.0",
"@react-router/node": "^7.13.0",
"express": "^5.2.1",
"isbot": "^5.1.34",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.0"
},
"devDependencies": {
"@playwright/test": "^1.58.0",
"@react-router/dev": "^7.13.0",
"@rsbuild/core": "2.0.15",
"@rsbuild/plugin-react": "^2.0.1",
"@rsdoctor/rspack-plugin": "^1.5.13",
"@tailwindcss/postcss": "^4.1.18",
"@types/express": "^5.0.6",
"@types/express-serve-static-core": "^5.1.1",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"rsbuild-plugin-react-router": "workspace:*",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}