๐Ÿ“ฆ aquaticcalf / file-system-router

๐Ÿ“„ package.json ยท 33 lines
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{
  "name": "file-system-router",
  "version": "1.1.1",
  "description": "a file based routing system for react router",
  "keywords": [
    "file",
    "based",
    "routing",
    "react",
    "router"
  ],
  "homepage": "https://github.com/aquaticcalf/file-system-router#readme",
  "bugs": {
    "url": "https://github.com/aquaticcalf/file-system-router/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aquaticcalf/file-system-router.git"
  },
  "license": "MIT",
  "author": "aquaticcalf",
  "type": "module",
  "main": "index.jsx",
  "dependencies": {
    "react": "^19.0.0",
    "react-router-dom": "^7.1.5"
  },
  "devDependencies": {
    "@types/react": "^19.0.10",
    "@types/react-router-dom": "^5.3.3"
  }
}