-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 918 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 918 Bytes
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
{
"dependencies": {
"@react-router/fs-routes": "^7.14.0",
"@react-router/node": "^7.14.0",
"@react-router/serve": "^7.14.0",
"isbot": "^5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.14.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@react-router/dev": "^7.14.0",
"@types/node": "^25.0.7",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3",
"vite": "^8.0.5",
"vite-plugin-devtools-json": "^1.0.0",
"vite-tsconfig-paths": "^6.1.1"
},
"name": "thepcbstudio",
"packageManager": "yarn@4.9.2",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"format": "biome check --write --unsafe .",
"lint": "biome check .",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"type": "module"
}