UNPKG

@tachibana-shin/vite-plugin-pages

Version:

File system base vue-router plugin for Vite

107 lines 2.71 kB
{ "name": "@tachibana-shin/vite-plugin-pages", "version": "0.31.1-beta.1", "packageManager": "pnpm@8.6.0", "description": "File system base vue-router plugin for Vite", "keywords": [ "vite", "vue", "vue-router", "react", "react-router", "solid-js", "@solidjs/router", "file-system-based", "routing" ], "license": "MIT", "author": "hannoeru <me@hanlee.co>", "repository": { "type": "git", "url": "https://github.com/hannoeru/vite-plugin-pages" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "./client": { "types": "./client.d.ts" }, "./client-react": { "types": "./client-react.d.ts" }, "./client-solid": { "types": "./client-solid.d.ts" } }, "files": [ "dist", "client.d.ts", "client-react.d.ts", "client-solid.d.ts", "LICENSE" ], "homepage": "https://github.com/hannoeru/vite-plugin-pages", "bugs": "https://github.com/hannoeru/vite-plugin-pages/issues", "peerDependencies": { "@vue/compiler-sfc": "^2.7.0 || ^3.0.0", "vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0" }, "peerDependenciesMeta": { "@vue/compiler-sfc": { "optional": true } }, "dependencies": { "@types/debug": "^4.1.8", "debug": "^4.3.4", "deep-equal": "^2.2.1", "extract-comments": "^1.1.0", "fast-glob": "^3.2.12", "json5": "^2.2.3", "local-pkg": "^0.4.3", "picocolors": "^1.0.0", "yaml": "^2.3.1" }, "devDependencies": { "@antfu/utils": "^0.7.4", "@hannoeru/eslint-config": "^0.9.5", "@solidjs/router": "^0.8.2", "@types/deep-equal": "^1.0.1", "@types/glob-to-regexp": "^0.4.1", "@types/node": "^18.16.16", "@vitest/ui": "^0.31.4", "@vue/compiler-sfc": "^3.3.4", "bumpp": "^9.1.0", "eslint": "^8.42.0", "esno": "^0.16.3", "playwright": "^1.34.3", "react": "^18.2.0", "react-router": "^6.11.2", "solid-js": "^1.7.6", "tsup": "^6.7.0", "typescript": "^5.1.3", "vite": "^4.3.9", "vitest": "^0.31.4", "vue": "^3.3.4", "vue-router": "^4.2.2" }, "scripts": { "dev": "npm run build -- --watch --ignore-watch examples", "build": "tsup", "play": "pnpm --filter vue dev", "play:react": "pnpm --filter react dev", "release": "bumpp --commit --tag --push", "publish:ci": "esno scripts/publish.ts", "test": "vitest", "test:ui": "vitest --ui", "lint": "eslint . --cache", "lint:fix": "pnpm lint --fix", "type-check": "tsc --noEmit" } }