-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 981 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
41
42
43
44
{
"name": "react-routes-dub",
"version": "1.5.1",
"author": "Chadwick Dahlquist",
"description": "Stupid-easy React routing for the browser in 200 lines of code and with a single dependency.",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/bugeats/react-routes-dub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bugeats/react-routes-dub.git"
},
"bugs": {
"url": "https://github.com/bugeats/react-routes-dub/issues"
},
"scripts": {
"lint": "eslint ./src"
},
"dependencies": {
"path-to-regexp": "^3.0.0"
},
"peerDependencies": {
"react": "^16.8.4"
},
"keywords": [
"history-api",
"minimalist",
"path-to-regexp",
"react",
"react-context",
"react-context-api",
"react-route",
"react-router",
"react-routes",
"react-routing",
"route",
"router",
"routes",
"routing"
],
"devDependencies": {
"eslint": "^5.15.3"
}
}