mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 07:22:50 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@sveltejs/adapter-static",
|
|
"version": "2.0.3",
|
|
"description": "Adapter for SvelteKit apps that prerenders your entire site as a collection of static files",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sveltejs/kit",
|
|
"directory": "packages/adapter-static"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://kit.svelte.dev",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"platforms.js"
|
|
],
|
|
"devDependencies": {
|
|
"@playwright/test": "1.30.0",
|
|
"@types/node": "^16.18.6",
|
|
"sirv": "^2.0.3",
|
|
"svelte": "^4.0.5",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^4.4.2",
|
|
"@sveltejs/kit": "^1.22.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@sveltejs/kit": "^1.5.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
|
|
"check": "tsc",
|
|
"format": "pnpm lint --write",
|
|
"test": "pnpm -r --workspace-concurrency 1 --filter=\"./test/**\" test"
|
|
}
|
|
} |