-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 723 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 723 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
{
"name": "react-wise-router",
"version": "1.2.3",
"description": "Authentication, Authorisation and Permissions validation for react-router-dom",
"main": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"repository": "https://github.com/MurphyAdam/react-wise-router",
"author": "Majdi Mahfoud <elm.majidi@gmail.com>",
"scripts": {
"build": "tsc"
},
"keywords": [
"react",
"reactjs",
"react-router-dom",
"react-router",
"react-wise-router"
],
"license": "MIT",
"private": false,
"dependencies": {
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@types/react": "^17.0.17",
"@types/react-router-dom": "^5.1.8",
"typescript": "^4.3.5"
}
}