77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
|
"name": "@vite-pwa/sveltekit",
|
|
"type": "module",
|
|
"version": "1.1.0",
|
|
"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": "git+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",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./dist/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@sveltejs/kit": "^1.3.1 || ^2.0.1",
|
|
"@vite-pwa/assets-generator": "^1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@vite-pwa/assets-generator": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"kolorist": "^1.8.0",
|
|
"tinyglobby": "^0.2.9",
|
|
"vite-plugin-pwa": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^4.11.0",
|
|
"@antfu/ni": "^0.23.2",
|
|
"@types/debug": "^4.1.8",
|
|
"@types/node": "^18.17.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
"bumpp": "^9.2.0",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-svelte": "^3.3.3",
|
|
"typescript": "^5.7.2",
|
|
"unbuild": "^3.2.0",
|
|
"vite": "^5.0.10"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"lint": "eslint .",
|
|
"lint:fix": "nr lint --fix",
|
|
"release": "bumpp",
|
|
"test": "pnpm run -C examples/sveltekit-ts test && pnpm run -C examples/sveltekit-ts-assets-generator test"
|
|
}
|
|
} |