-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 969 Bytes
/
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
{
"name": "usebacknavigation",
"version": "1.0.0",
"description": "Smarter back routing for react-router",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"vite": "^5.2.0"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"react-router-dom": ">=6.23.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justinline/useBackNavigation.git"
},
"keywords": [
"react-router",
"browser",
"back"
],
"author": "Justin Focus",
"license": "MIT",
"bugs": {
"url": "https://github.com/justinline/useBackNavigation/issues"
},
"homepage": "https://github.com/justinline/useBackNavigation#readme"
}