-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "website",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"postbuild": "node scripts/postbuild.js",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@react-router/node": "7.13.2",
"@react-router/serve": "7.13.2",
"@thenick775/mgba-wasm": "^2.4.1",
"classnames": "^2.5.1",
"isbot": "^5.1.36",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.0",
"react-router": "7.13.2",
"react-router-dom": "^7.13.2"
},
"devDependencies": {
"@react-router/dev": "7.13.2",
"@types/node": "^22.19.15",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^7.2.1",
"prettier": "^3.8.1",
"sass-embedded": "^1.98.0",
"terser": "^5.46.1",
"typescript": "^5.9.3",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4"
}
}