Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/react-router-dom/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "react-router-dom",
    3   "version": "6.28.0",
    4   "description": "Declarative routing for React web applications",
    5   "keywords": [
    6     "react",
    7     "router",
    8     "route",
    9     "routing",
    10     "history",
    11     "link"
     2  "_from": "react-router-dom@6.28.0",
     3  "_id": "react-router-dom@6.28.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==",
     6  "_location": "/react-router-dom",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "react-router-dom@6.28.0",
     12    "name": "react-router-dom",
     13    "escapedName": "react-router-dom",
     14    "rawSpec": "6.28.0",
     15    "saveSpec": null,
     16    "fetchSpec": "6.28.0"
     17  },
     18  "_requiredBy": [
     19    "/"
    1220  ],
    13   "repository": {
    14     "type": "git",
    15     "url": "https://github.com/remix-run/react-router",
    16     "directory": "packages/react-router-dom"
     21  "_resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz",
     22  "_shasum": "f73ebb3490e59ac9f299377062ad1d10a9f579e6",
     23  "_spec": "react-router-dom@6.28.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend",
     25  "author": {
     26    "name": "Remix Software",
     27    "email": "hello@remix.run"
    1728  },
    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",
     29  "bugs": {
     30    "url": "https://github.com/remix-run/react-router/issues"
     31  },
     32  "bundleDependencies": false,
    2533  "dependencies": {
    2634    "@remix-run/router": "1.21.0",
    2735    "react-router": "6.28.0"
    2836  },
     37  "deprecated": false,
     38  "description": "Declarative routing for React web applications",
    2939  "devDependencies": {
    3040    "react": "^18.2.0",
    3141    "react-dom": "^18.2.0"
    3242  },
    33   "peerDependencies": {
    34     "react": ">=16.8",
    35     "react-dom": ">=16.8"
     43  "engines": {
     44    "node": ">=14.0.0"
    3645  },
    3746  "files": [
     
    4453    "server.mjs"
    4554  ],
    46   "engines": {
    47     "node": ">=14.0.0"
    48   }
     55  "homepage": "https://github.com/remix-run/react-router#readme",
     56  "keywords": [
     57    "react",
     58    "router",
     59    "route",
     60    "routing",
     61    "history",
     62    "link"
     63  ],
     64  "license": "MIT",
     65  "main": "./dist/main.js",
     66  "module": "./dist/index.js",
     67  "name": "react-router-dom",
     68  "peerDependencies": {
     69    "react": ">=16.8",
     70    "react-dom": ">=16.8"
     71  },
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/remix-run/react-router.git",
     75    "directory": "packages/react-router-dom"
     76  },
     77  "scripts": {
     78    "start": "node server.js"
     79  },
     80  "sideEffects": false,
     81  "types": "./dist/index.d.ts",
     82  "unpkg": "./dist/umd/react-router-dom.production.min.js",
     83  "version": "6.28.0"
    4984}
Note: See TracChangeset for help on using the changeset viewer.