/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/react-router-dom/package.json
49 строк
1 KB
1lostsun
update project
25 май 2025, 13:12
25 май 2025, 13:12
78a0079
Код
Авторство
О чём код?
{ "name": "react-router-dom", "version": "6.30.1", "description": "Declarative routing for React web applications", "keywords": [ "react", "router", "route", "routing", "history", "link" ], "repository": { "type": "git", "url": "https://github.com/remix-run/react-router", "directory": "packages/react-router-dom" }, "license": "MIT", "author": "Remix Software <hello@remix.run>", "sideEffects": false, "main": "./dist/main.js", "unpkg": "./dist/umd/react-router-dom.production.min.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { "@remix-run/router": "1.23.0", "react-router": "6.30.1" }, "devDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.8" }, "files": [ "dist/", "CHANGELOG.md", "LICENSE.md", "README.md", "server.d.ts", "server.js", "server.mjs" ], "engines": { "node": ">=14.0.0" } }