毕设专用git仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

56 lines
1.4 KiB

{
"name": "vite-hot-client",
"type": "module",
"version": "0.2.3",
"packageManager": "pnpm@8.10.5",
"description": "Get Vite's import.meta.hot at runtime.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/vite-hot-client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/vite-hot-client.git"
},
"bugs": {
"url": "https://github.com/antfu/vite-hot-client/issues"
},
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.4",
"@antfu/ni": "^0.21.9",
"@babel/types": "^7.23.3",
"@types/node": "^20.9.0",
"bumpp": "^9.2.0",
"eslint": "^8.53.0",
"esno": "^4.0.0",
"pnpm": "^8.10.5",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
},
"scripts": {
"build": "rimraf dist && unbuild && esno scripts/patch-types.ts",
"dev": "unbuild --stub",
"lint": "eslint .",
"release": "bumpp && pnpm publish",
"typecheck": "tsc --noEmit"
}
}