@web-package/react-widgets-router
Version:
This package is a router that provides transition animations and fully preserves the state of previous elements, offering an experience close to a Web standard API.
40 lines (39 loc) • 1.14 kB
JSON
{
"name": "@web-package/react-widgets-router",
"description": "This package is a router that provides transition animations and fully preserves the state of previous elements, offering an experience close to a Web standard API.",
"repository": "https://github.com/react-widgets/react_widgets-router",
"bugs": "https://github.com/react-widgets/react_widgets-router/issues",
"version": "1.0.0-beta6",
"author": "Dev Ttangkong",
"license": "MIT",
"main": "./dist/index.umd.js",
"module": "./dist/index.esm.js",
"types": "./dist/types/index.d.ts",
"type": "module",
"keywords": [
"react",
"react-package",
"react-router",
"transition",
"transition-animation",
"customization",
"alive",
"cache",
"keep-alive",
"lightweight"
],
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/react": "^18.3.5",
"rollup": "^4.21.0",
"rollup-plugin-typescript2": "^0.36.0",
"terser": "^5.31.6",
"typescript": "^5.5.4"
},
"include": ["./src/**/*"],
"exclude": ["node_modules"]
}