75 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
{
"name": "vite-plugin-vue-server-ref",
"type": "module",
"version": "0.4.2",
"packageManager": "pnpm@8.15.1",
"description": "Share state between clients and Vite server",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/vite-plugin-vue-server-ref#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/vite-plugin-vue-server-ref.git"
},
"bugs": {
"url": "https://github.com/antfu/vite-plugin-vue-server-ref/issues"
},
"keywords": [
"vite-plugin"
],
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./client": {
"import": "./dist/client.mjs",
"require": "./dist/client.cjs"
}
},
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"*.d.ts",
"dist"
],
"scripts": {
"prepublishOnly": "nr build",
"build": "unbuild",
"dev": "unbuild --stub",
"demo": "pnpm -C example run dev",
"release": "bumpp && npm publish",
"lint": "eslint .",
"test": "vitest"
},
"peerDependencies": {
"vite": ">=2.0.0",
"vue": "^3.0.0"
},
"dependencies": {
"@antfu/utils": "^0.7.7",
"debug": "^4.3.4",
"klona": "^2.0.6",
"mlly": "^1.5.0",
"ufo": "^1.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@antfu/ni": "^0.21.12",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.16",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vue": "^3.4.15"
}
}