main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
904 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "react-router",
|
---|
3 | "version": "6.26.0",
|
---|
4 | "description": "Declarative routing for React",
|
---|
5 | "keywords": [
|
---|
6 | "react",
|
---|
7 | "router",
|
---|
8 | "route",
|
---|
9 | "routing",
|
---|
10 | "history",
|
---|
11 | "link"
|
---|
12 | ],
|
---|
13 | "repository": {
|
---|
14 | "type": "git",
|
---|
15 | "url": "https://github.com/remix-run/react-router",
|
---|
16 | "directory": "packages/react-router"
|
---|
17 | },
|
---|
18 | "license": "MIT",
|
---|
19 | "author": "Remix Software <hello@remix.run>",
|
---|
20 | "sideEffects": false,
|
---|
21 | "main": "./dist/main.js",
|
---|
22 | "unpkg": "./dist/umd/react-router.production.min.js",
|
---|
23 | "module": "./dist/index.js",
|
---|
24 | "types": "./dist/index.d.ts",
|
---|
25 | "dependencies": {
|
---|
26 | "@remix-run/router": "1.19.0"
|
---|
27 | },
|
---|
28 | "devDependencies": {
|
---|
29 | "react": "^18.2.0",
|
---|
30 | "react-router-dom": "6.26.0"
|
---|
31 | },
|
---|
32 | "peerDependencies": {
|
---|
33 | "react": ">=16.8"
|
---|
34 | },
|
---|
35 | "files": [
|
---|
36 | "dist/",
|
---|
37 | "CHANGELOG.md",
|
---|
38 | "LICENSE.md",
|
---|
39 | "README.md"
|
---|
40 | ],
|
---|
41 | "engines": {
|
---|
42 | "node": ">=14.0.0"
|
---|
43 | }
|
---|
44 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.