@octohash/vite-config
Version:
Opinionated Vite config preset.
92 lines • 2.32 kB
JSON
{
"name": "@octohash/vite-config",
"type": "module",
"version": "0.3.4",
"description": "Opinionated Vite config preset.",
"author": "jinghaihan",
"license": "MIT",
"homepage": "https://github.com/jinghaihan/vite-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jinghaihan/vite-config.git"
},
"bugs": {
"url": "https://github.com/jinghaihan/vite-config/issues"
},
"keywords": [
"vite",
"vite-config"
],
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"peerDependencies": {
"@unhead/vue": ">=2.0.0",
"vite": ">=7.0.0"
},
"dependencies": {
"@antfu/install-pkg": "^1.1.0",
"@clack/prompts": "^0.11.0",
"@vitejs/plugin-vue": "^6.0.2",
"@vitejs/plugin-vue-jsx": "^5.1.2",
"find-up": "^8.0.0",
"pathe": "^2.0.3",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0",
"unplugin-vue-router": "^0.19.0",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-dynamic-base": "^1.2.0"
},
"optionalDependencies": {
"@intlify/unplugin-vue-i18n": "^11.0.1",
"@originjs/vite-plugin-federation": "^1.4.1",
"vite-plugin-jspm": "^0.6.2",
"vite-plugin-vue-devtools": "^8.0.5"
},
"devDependencies": {
"@antfu/eslint-config": "^6.6.1",
"@jspm/generator": "^2.8.0",
"@types/node": "^24.10.2",
"bumpp": "^10.3.2",
"dayjs": "^1.11.19",
"deepmerge": "^4.3.1",
"eslint": "^9.39.1",
"lint-staged": "^16.2.7",
"local-pkg": "^1.1.2",
"pkg-types": "^2.3.0",
"pncat": "^0.7.7",
"simple-git-hooks": "^2.13.1",
"taze": "^19.9.2",
"tinyglobby": "^0.2.15",
"typescript": "^5.9.3",
"unbuild": "^3.6.1",
"vitest": "^4.0.15"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
},
"scripts": {
"build": "unbuild",
"deps": "taze major -I",
"catalog": "pncat",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"test": "vitest",
"release": "bumpp",
"bootstrap": "pnpm install"
}
}