UNPKG

vite-plugin-ra-pages

Version:

Vite plugin to automatically generate routes for React-Admin based on folder structure.

55 lines (54 loc) 1.26 kB
{ "name": "vite-plugin-ra-pages", "version": "0.0.8", "type": "module", "description": "Vite plugin to automatically generate routes for React-Admin based on folder structure.", "keywords": [ "ReactAdmin", "React Admin", "RA", "Vite", "Pages", "React", "Routing", "Plugin" ], "files": [ "dist", "LICENSE" ], "license": "MIT", "author": "Willyams Yujra <yracnet@gmail.com>", "repository": { "type": "git", "url": "https://github.com/yracnet/vite-plugin-ra-pages" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "homepage": "https://github.com/yracnet/vite-plugin-ra-pages", "bugs": "https://github.com/yracnet/vite-plugin-ra-pages/issues", "scripts": { "build": "tsup", "tar": "yarn pack", "prepublish": "yarn build", "prepack": "yarn build" }, "dependencies": { "glob": "^11.0.1", "slash-path": "^0.0.2" }, "peerDependencies": { "vite": "^2 || ^3 || ^4 || ^5 || ^6" }, "devDependencies": { "@types/node": "^22.14.1", "globals": "^16.0.0", "tsup": "^8.4.0", "typescript": "~5.7.2", "vite": "^6.2.0" } }