react-auto-import2
Version:
Import all your routes, components, layouts, contexts, styles and images fully automatically
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "react-auto-import2",
"description": "Import all your routes, components, layouts, contexts, styles and images fully automatically",
"version": "0.0.15",
"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",
"peerDependencies": {
"react-router-dom": "^7.1.5"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0"
},
"engines": {
"node": ">=22.0.0"
}
}