UNPKG

abulo-vite-plugin-pages

Version:
105 lines 2.53 kB
{ "name": "abulo-vite-plugin-pages", "version": "1.0.3", "packageManager": "pnpm@7.29.1", "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/abulo/abulo-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" ], "peerDependencies": { "@vue/compiler-sfc": "^3.2.47", "vite": "^4.2.1" }, "peerDependenciesMeta": { "@vue/compiler-sfc": { "optional": true } }, "dependencies": { "@types/debug": "^4.1.7", "debug": "^4.3.4", "deep-equal": "^2.2.0", "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.2.1" }, "devDependencies": { "@antfu/utils": "^0.7.2", "@hannoeru/eslint-config": "^0.9.4", "@solidjs/router": "^0.8.2", "@types/deep-equal": "^1.0.1", "@types/glob-to-regexp": "^0.4.1", "@types/node": "^18.15.10", "@vitest/ui": "^0.29.7", "@vue/compiler-sfc": "^3.2.47", "bumpp": "^9.0.0", "eslint": "^8.36.0", "esno": "^0.16.3", "playwright": "^1.32.1", "react": "^18.2.0", "react-router": "^6.9.0", "solid-js": "^1.6.16", "tsup": "^6.7.0", "typescript": "^5.0.2", "vite": "^4.2.1", "vitest": "^0.29.7", "vue": "^3.2.47", "vue-router": "^4.1.6" }, "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" } }