UNPKG

react-auto-import2

Version:

Import all your routes, components, layouts, contexts, styles and images fully automatically

41 lines 872 B
{ "name": "react-auto-import2", "description": "Import all your routes, components, layouts, contexts, styles and images fully automatically", "version": "0.0.11", "main": "index.js", "author": "Yuri", "license": "MIT", "scripts": { "dev": "" }, "repository": { "type": "git", "url": "git+https://github.com/yuridv/react-auto-import.git" }, "keywords": [ "node", "react", "vite", "import", "automatic", "auto", "routes", "componentes", "contexts", "layouts", "css", "style", "assets", "images" ], "bugs": { "url": "https://github.com/yuridv/react-auto-import/issues" }, "homepage": "https://github.com/yuridv/react-auto-import", "dependencies": { "react-router-dom": "^7.1.5" }, "engines": { "node": ">=22.0.0" } }