@crossfox/react-router
Version:
Lightning-fast and highly functional router for React. Effortlessly manage your application's routing with speed and efficiency
80 lines (79 loc) • 1.97 kB
JSON
{
"name": "@crossfox/react-router",
"author": "Oleksii Fursov",
"description": "Lightning-fast and highly functional router for React. Effortlessly manage your application's routing with speed and efficiency",
"version": "1.0.5",
"license": "Apache-2.0",
"keywords": [
"react",
"component",
"router",
"crossfox",
"tiny-component",
"typescript",
"react-router",
"node",
"javascript",
"front-end"
],
"files": [
"dist/**/*"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"homepage": "https://crossfox.online",
"repository": {
"type": "git",
"url": "https://github.com/OleksiiFursov/crossfox-front.git#master/package/react/router"
},
"bugs": {
"url": "https://github.com/OleksiiFursov/crossfox-front/issues",
"email": "nodepro777@gmail.com"
},
"scripts": {
"build": "rollup -c",
"myPub": "npm version patch && npm publish",
"start": "rollup -c -w --no-treeshake"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@svgr/rollup": "^8.1.0",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "^2.52.7",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss-modules": "^2.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"source-map-loader": "^3.0.0",
"tslib": "^2.3.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": ">=16.8"
},
"targets": {
"main": false,
"module": false,
"types": false
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@crossfox/utils": "^1.1.1"
}
}