-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 895 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 895 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
{
"name": "@examples/react-router-webpack",
"private": true,
"description": "Generated file-based routes for React Router and Webpack example",
"author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)",
"license": "MIT",
"scripts": {
"dev": "rspack serve --config rspack.config.js",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@generouted/react-router": "^1.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.5"
},
"devDependencies": {
"@rspack/cli": "^1.3.0",
"@rspack/core": "^1.3.0",
"@rspack/plugin-react-refresh": "^1.0.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.4.2",
"react-refresh": "^0.17.0",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^3.0.2",
"typescript": "^5.7.3"
}
}