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:
1.0 KB
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "react-router-dom",
|
---|
| 3 | "version": "6.26.0",
|
---|
| 4 | "description": "Declarative routing for React web applications",
|
---|
| 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-dom"
|
---|
| 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-dom.production.min.js",
|
---|
| 23 | "module": "./dist/index.js",
|
---|
| 24 | "types": "./dist/index.d.ts",
|
---|
| 25 | "dependencies": {
|
---|
| 26 | "@remix-run/router": "1.19.0",
|
---|
| 27 | "react-router": "6.26.0"
|
---|
| 28 | },
|
---|
| 29 | "devDependencies": {
|
---|
| 30 | "react": "^18.2.0",
|
---|
| 31 | "react-dom": "^18.2.0"
|
---|
| 32 | },
|
---|
| 33 | "peerDependencies": {
|
---|
| 34 | "react": ">=16.8",
|
---|
| 35 | "react-dom": ">=16.8"
|
---|
| 36 | },
|
---|
| 37 | "files": [
|
---|
| 38 | "dist/",
|
---|
| 39 | "CHANGELOG.md",
|
---|
| 40 | "LICENSE.md",
|
---|
| 41 | "README.md",
|
---|
| 42 | "server.d.ts",
|
---|
| 43 | "server.js",
|
---|
| 44 | "server.mjs"
|
---|
| 45 | ],
|
---|
| 46 | "engines": {
|
---|
| 47 | "node": ">=14.0.0"
|
---|
| 48 | }
|
---|
| 49 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.