mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 01:12:59 +00:00
72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
{
|
|
"name": "@vite-pwa/sveltekit",
|
|
"type": "module",
|
|
"version": "0.2.7",
|
|
"packageManager": "pnpm@8.7.4",
|
|
"description": "Zero-config PWA for SvelteKit",
|
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://github.com/vite-pwa/sveltekit#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vite-pwa/sveltekit.git"
|
|
},
|
|
"bugs": "https://github.com/vite-pwa/sveltekit/issues",
|
|
"keywords": [
|
|
"sveltekit",
|
|
"workbox",
|
|
"pwa",
|
|
"vite",
|
|
"vite-plugin"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./dist/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"*.d.ts"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.14 || >=18"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"lint": "eslint .",
|
|
"lint-fix": "nr lint --fix",
|
|
"prepublishOnly": "npm run build",
|
|
"release": "bumpp && npm publish",
|
|
"test": "pnpm run -C examples/sveltekit-ts test"
|
|
},
|
|
"peerDependencies": {
|
|
"@sveltejs/kit": "^1.3.1",
|
|
"vite-plugin-pwa": ">=0.16.5 <1"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.41.0",
|
|
"@antfu/ni": "^0.21.8",
|
|
"@types/debug": "^4.1.8",
|
|
"@types/node": "^18.17.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
"@vite-pwa/sveltekit": "workspace:*",
|
|
"bumpp": "^9.2.0",
|
|
"eslint": "^8.49.0",
|
|
"kolorist": "^1.8.0",
|
|
"typescript": "^5.2.2",
|
|
"unbuild": "^2.0.0",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-pwa": ">=0.16.5 <1"
|
|
}
|
|
}
|