|
1 | 1 | { |
2 | | - "name": "react-router-typesafe", |
3 | | - "version": "1.3.2", |
4 | | - "description": "type safe patches of react-router-dom", |
5 | | - "main": "./dist/index.js", |
6 | | - "module": "./dist/index.mjs", |
7 | | - "types": "./dist/index.d.ts", |
8 | | - "exports": { |
9 | | - ".": { |
10 | | - "require": "./dist/index.js", |
11 | | - "import": "./dist/index.mjs", |
12 | | - "types": "./dist/index.d.ts" |
13 | | - } |
14 | | - }, |
15 | | - "files": [ |
16 | | - "dist" |
17 | | - ], |
18 | | - "scripts": { |
19 | | - "build": "tsup", |
20 | | - "release": "bun run build && changeset publish" |
21 | | - }, |
22 | | - "keywords": [ |
23 | | - "react", |
24 | | - "react-router", |
25 | | - "react-router-dom", |
26 | | - "remix", |
27 | | - "remix-router" |
28 | | - ], |
29 | | - "author": "fredericoo", |
30 | | - "license": "ISC", |
31 | | - "peerDependencies": { |
32 | | - "react": ">= 17", |
33 | | - "react-router-dom": ">= 6.4.0", |
34 | | - "typescript": ">= 4.9" |
35 | | - }, |
36 | | - "devDependencies": { |
37 | | - "@changesets/cli": "^2.26.2", |
38 | | - "@happy-dom/global-registrator": "^11.0.6", |
39 | | - "@testing-library/react": "^14.0.0", |
40 | | - "bun-types": "^1.0.1", |
41 | | - "eslint": "^8.45.0", |
42 | | - "expect-type": "^0.16.0", |
43 | | - "happy-dom": "^11.0.6", |
44 | | - "prettier": "^3.0.0", |
45 | | - "react": "^18.2.0", |
46 | | - "react-router-dom": "^6.16.0", |
47 | | - "tsup": "^7.1.0", |
48 | | - "typescript": "^5.1.6" |
49 | | - }, |
50 | | - "dependencies": {} |
| 2 | + "name": "react-router-typesafe", |
| 3 | + "version": "1.3.2", |
| 4 | + "repository": { |
| 5 | + "type": "git", |
| 6 | + "url": "https://github.com/stargaze-co/react-router-typesafe.git" |
| 7 | + }, |
| 8 | + "description": "type safe patches of react-router-dom", |
| 9 | + "main": "./dist/index.js", |
| 10 | + "module": "./dist/index.mjs", |
| 11 | + "types": "./dist/index.d.ts", |
| 12 | + "exports": { |
| 13 | + ".": { |
| 14 | + "require": "./dist/index.js", |
| 15 | + "import": "./dist/index.mjs", |
| 16 | + "types": "./dist/index.d.ts" |
| 17 | + } |
| 18 | + }, |
| 19 | + "files": [ |
| 20 | + "dist" |
| 21 | + ], |
| 22 | + "scripts": { |
| 23 | + "build": "tsup", |
| 24 | + "release": "bun run build && changeset publish" |
| 25 | + }, |
| 26 | + "keywords": [ |
| 27 | + "react", |
| 28 | + "react-router", |
| 29 | + "react-router-dom", |
| 30 | + "remix", |
| 31 | + "remix-router" |
| 32 | + ], |
| 33 | + "author": "fredericoo", |
| 34 | + "license": "ISC", |
| 35 | + "peerDependencies": { |
| 36 | + "react": ">= 17", |
| 37 | + "react-router-dom": ">= 6.4.0", |
| 38 | + "typescript": ">= 4.9" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@changesets/cli": "^2.26.2", |
| 42 | + "@happy-dom/global-registrator": "^11.0.6", |
| 43 | + "@testing-library/react": "^14.0.0", |
| 44 | + "bun-types": "^1.0.1", |
| 45 | + "eslint": "^8.45.0", |
| 46 | + "expect-type": "^0.16.0", |
| 47 | + "happy-dom": "^11.0.6", |
| 48 | + "prettier": "^3.0.0", |
| 49 | + "react": "^18.2.0", |
| 50 | + "react-router-dom": "^6.16.0", |
| 51 | + "tsup": "^7.1.0", |
| 52 | + "typescript": "^5.1.6" |
| 53 | + }, |
| 54 | + "dependencies": {} |
51 | 55 | } |
0 commit comments