-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 KB
/
package.json
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
39
40
41
42
43
44
45
46
{
"name": "react-router-typed-object",
"version": "1.0.5",
"private": true,
"type": "module",
"exports": "./src/index.ts",
"scripts": {
"publish": "tsc && vitest run && smartbundle && cd dist && npm publish --access=public",
"test": "vitest run"
},
"peerDependencies": {
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"@remix-run/router": "^1.8.0"
},
"devDependencies": {
"smartbundle": "^0.7.3",
"typescript": "^5.6.3",
"vitest": "^2.1.2",
"zod": "^3.23.8",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"@remix-run/router": "1.20.0"
},
"author": "artalar",
"contributors": [
{
"name": "artalar",
"url": "https://github.com/artalar"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/artalar/react-router-typed-object.git"
},
"bugs": {
"url": "https://github.com/artalar/react-router-typed-object/issues"
},
"keywords": [
"react",
"react-router",
"typescript",
"react-typed-router"
]
}