UNPKG

elenext

Version:

81 lines 2.23 kB
{ "name": "elenext", "author": "jaskang", "version": "0.1.11", "license": "MIT", "type": "module", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "dist" ], "main": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./preset": { "types": "./dist/preset.d.ts", "require": "./dist/preset.cjs", "import": "./dist/preset.js" } }, "dependencies": { "@floating-ui/vue": "^1.1.2", "@headlessui/vue": "^1.7.22", "@vueuse/core": "^10.11.0", "kotl": "^2.1.4", "mitt": "^3.0.1" }, "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.7", "@ctrl/tinycolor": "^4.1.0", "@heroicons/vue": "^2.1.5", "@jaskang/eslint-config": "^3.1.1", "@jaskang/tsconfig": "^1.0.1", "@tailwindcss/vite": "^4.0.0-alpha.17", "@types/jsdom": "^21.1.7", "@types/mdast": "^4.0.4", "@types/node": "^20.14.11", "@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue-jsx": "^4.0.0", "@vue/test-utils": "^2.4.6", "autoprefixer": "^10.4.19", "eslint": "^9.7.0", "happy-dom": "^14.12.3", "lucide-vue-next": "^0.414.0", "mdast-util-from-markdown": "^2.0.1", "mdast-util-frontmatter": "^2.0.1", "mdast-util-to-markdown": "^2.1.0", "micromark-extension-frontmatter": "^2.0.0", "npm-run-all2": "^6.2.2", "postcss-import": "^16.1.0", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.5", "rimraf": "^6.0.1", "tailwindcss": "^4.0.0-alpha.17", "tsup": "^8.2.2", "typescript": "^5.5.4", "unist-util-visit": "^5.0.0", "vite": "^5.3.4", "vite-plugin-dts": "^4.0.0-beta.1", "vitepress": "1.2.2", "vitest": "^2.0.4", "vue": "^3.4.33", "vue-router": "^4.4.0" }, "scripts": { "dev": "npm-run-all --parallel docs:dev", "docs:dev": "vitepress dev site", "docs:build": "pnpm build && vitepress build site", "docs:preview": "vitepress preview site", "build": "vite build", "change": "pnpm changeset", "release": "pnpm build && changeset publish", "test": "vitest" } }