mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-01-27 23:46:18 +02:00
1042 lines
25 KiB
JSON
1042 lines
25 KiB
JSON
{
|
|
"name": "pocketbase-superuser-ui",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "pocketbase-superuser-ui",
|
|
"devDependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/commands": "^6.0.0",
|
|
"@codemirror/lang-html": "^6.1.0",
|
|
"@codemirror/lang-javascript": "^6.0.2",
|
|
"@codemirror/lang-json": "^6.0.0",
|
|
"@codemirror/lang-sql": "^6.4.0",
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/legacy-modes": "^6.0.0",
|
|
"@codemirror/search": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
|
"chart.js": "^4.0.0",
|
|
"chartjs-adapter-luxon": "^1.2.0",
|
|
"chartjs-plugin-zoom": "^2.0.1",
|
|
"luxon": "^3.4.4",
|
|
"pocketbase": "^0.22.0-rc",
|
|
"sass": "^1.45.0",
|
|
"svelte": "^4.0.0",
|
|
"svelte-flatpickr": "^3.3.3",
|
|
"svelte-spa-router": "^4.0.0",
|
|
"vite": "^5.0.11"
|
|
}
|
|
},
|
|
"node_modules/@ampproject/remapping": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/autocomplete": {
|
|
"version": "6.18.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.17.0",
|
|
"@lezer/common": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"@lezer/common": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/commands": {
|
|
"version": "6.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.4.0",
|
|
"@codemirror/view": "^6.27.0",
|
|
"@lezer/common": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-css": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@lezer/common": "^1.0.2",
|
|
"@lezer/css": "^1.1.7"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-html": {
|
|
"version": "6.4.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/lang-css": "^6.0.0",
|
|
"@codemirror/lang-javascript": "^6.0.0",
|
|
"@codemirror/language": "^6.4.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.17.0",
|
|
"@lezer/common": "^1.0.0",
|
|
"@lezer/css": "^1.1.0",
|
|
"@lezer/html": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-javascript": {
|
|
"version": "6.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/language": "^6.6.0",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.17.0",
|
|
"@lezer/common": "^1.0.0",
|
|
"@lezer/javascript": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-json": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.0.0",
|
|
"@lezer/json": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lang-sql": {
|
|
"version": "6.7.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/language": {
|
|
"version": "6.10.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.23.0",
|
|
"@lezer/common": "^1.1.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0",
|
|
"style-mod": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/legacy-modes": {
|
|
"version": "6.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/lint": {
|
|
"version": "6.8.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"crelt": "^1.0.5"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/search": {
|
|
"version": "6.5.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"crelt": "^1.0.5"
|
|
}
|
|
},
|
|
"node_modules/@codemirror/state": {
|
|
"version": "6.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@codemirror/view": {
|
|
"version": "6.33.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/state": "^6.4.0",
|
|
"style-mod": "^4.1.0",
|
|
"w3c-keyname": "^2.2.4"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-x64": {
|
|
"version": "0.21.5",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/set-array": "^1.2.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/set-array": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.25",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@kurkle/color": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@lezer/common": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@lezer/css": {
|
|
"version": "1.1.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/highlight": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/html": {
|
|
"version": "1.3.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/javascript": {
|
|
"version": "1.4.17",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.1.3",
|
|
"@lezer/lr": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/json": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.2.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/lr": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lezer/lr": {
|
|
"version": "1.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lezer/common": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
"version": "4.22.5",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
"version": "4.22.5",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
]
|
|
},
|
|
"node_modules/@sveltejs/vite-plugin-svelte": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sveltejs/vite-plugin-svelte-inspector": "^2.1.0",
|
|
"debug": "^4.3.4",
|
|
"deepmerge": "^4.3.1",
|
|
"kleur": "^4.1.5",
|
|
"magic-string": "^0.30.10",
|
|
"svelte-hmr": "^0.16.0",
|
|
"vitefu": "^0.2.5"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "^4.0.0 || ^5.0.0-next.0",
|
|
"vite": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sveltejs/vite-plugin-svelte-inspector": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20"
|
|
},
|
|
"peerDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
"svelte": "^4.0.0 || ^5.0.0-next.0",
|
|
"vite": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.12.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/anymatch": {
|
|
"version": "3.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/aria-query": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"dequal": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/axobject-query": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/chart.js": {
|
|
"version": "4.4.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@kurkle/color": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=8"
|
|
}
|
|
},
|
|
"node_modules/chartjs-adapter-luxon": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"chart.js": ">=3.0.0",
|
|
"luxon": ">=1.0.0"
|
|
}
|
|
},
|
|
"node_modules/chartjs-plugin-zoom": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hammerjs": "^2.0.8"
|
|
},
|
|
"peerDependencies": {
|
|
"chart.js": ">=3.2.0"
|
|
}
|
|
},
|
|
"node_modules/chokidar": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anymatch": "~3.1.2",
|
|
"braces": "~3.0.2",
|
|
"glob-parent": "~5.1.2",
|
|
"is-binary-path": "~2.1.0",
|
|
"is-glob": "~4.0.1",
|
|
"normalize-path": "~3.0.0",
|
|
"readdirp": "~3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.10.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/code-red": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
"@types/estree": "^1.0.1",
|
|
"acorn": "^8.10.0",
|
|
"estree-walker": "^3.0.3",
|
|
"periscopic": "^3.1.0"
|
|
}
|
|
},
|
|
"node_modules/crelt": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/css-tree": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdn-data": "2.0.30",
|
|
"source-map-js": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.3.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/deepmerge": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/dequal": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/esbuild": {
|
|
"version": "0.21.5",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/aix-ppc64": "0.21.5",
|
|
"@esbuild/android-arm": "0.21.5",
|
|
"@esbuild/android-arm64": "0.21.5",
|
|
"@esbuild/android-x64": "0.21.5",
|
|
"@esbuild/darwin-arm64": "0.21.5",
|
|
"@esbuild/darwin-x64": "0.21.5",
|
|
"@esbuild/freebsd-arm64": "0.21.5",
|
|
"@esbuild/freebsd-x64": "0.21.5",
|
|
"@esbuild/linux-arm": "0.21.5",
|
|
"@esbuild/linux-arm64": "0.21.5",
|
|
"@esbuild/linux-ia32": "0.21.5",
|
|
"@esbuild/linux-loong64": "0.21.5",
|
|
"@esbuild/linux-mips64el": "0.21.5",
|
|
"@esbuild/linux-ppc64": "0.21.5",
|
|
"@esbuild/linux-riscv64": "0.21.5",
|
|
"@esbuild/linux-s390x": "0.21.5",
|
|
"@esbuild/linux-x64": "0.21.5",
|
|
"@esbuild/netbsd-x64": "0.21.5",
|
|
"@esbuild/openbsd-x64": "0.21.5",
|
|
"@esbuild/sunos-x64": "0.21.5",
|
|
"@esbuild/win32-arm64": "0.21.5",
|
|
"@esbuild/win32-ia32": "0.21.5",
|
|
"@esbuild/win32-x64": "0.21.5"
|
|
}
|
|
},
|
|
"node_modules/estree-walker": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/flatpickr": {
|
|
"version": "4.6.13",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/hammerjs": {
|
|
"version": "2.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/immutable": {
|
|
"version": "4.3.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-binary-path": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"binary-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/is-reference": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/kleur": {
|
|
"version": "4.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/locate-character": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/luxon": {
|
|
"version": "3.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/magic-string": {
|
|
"version": "0.30.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.5.0"
|
|
}
|
|
},
|
|
"node_modules/mdn-data": {
|
|
"version": "2.0.30",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.3.7",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/periscopic": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0",
|
|
"estree-walker": "^3.0.0",
|
|
"is-reference": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/pocketbase": {
|
|
"version": "0.22.0-rc",
|
|
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.22.0-rc.tgz",
|
|
"integrity": "sha512-DSCCWdyPgKGVyhVSufMHlSxsjYvwDzinyyfGtOIiBvarbQsHj1YhAQC7ZOEFw7q9AJ/IB+SHM0EmI2Zfg1aQow==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.4.45",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.7",
|
|
"picocolors": "^1.0.1",
|
|
"source-map-js": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/readdirp": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picomatch": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/regexparam": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/rollup": {
|
|
"version": "4.22.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "1.0.6"
|
|
},
|
|
"bin": {
|
|
"rollup": "dist/bin/rollup"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-android-arm-eabi": "4.22.5",
|
|
"@rollup/rollup-android-arm64": "4.22.5",
|
|
"@rollup/rollup-darwin-arm64": "4.22.5",
|
|
"@rollup/rollup-darwin-x64": "4.22.5",
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.22.5",
|
|
"@rollup/rollup-linux-arm-musleabihf": "4.22.5",
|
|
"@rollup/rollup-linux-arm64-gnu": "4.22.5",
|
|
"@rollup/rollup-linux-arm64-musl": "4.22.5",
|
|
"@rollup/rollup-linux-powerpc64le-gnu": "4.22.5",
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.22.5",
|
|
"@rollup/rollup-linux-s390x-gnu": "4.22.5",
|
|
"@rollup/rollup-linux-x64-gnu": "4.22.5",
|
|
"@rollup/rollup-linux-x64-musl": "4.22.5",
|
|
"@rollup/rollup-win32-arm64-msvc": "4.22.5",
|
|
"@rollup/rollup-win32-ia32-msvc": "4.22.5",
|
|
"@rollup/rollup-win32-x64-msvc": "4.22.5",
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/sass": {
|
|
"version": "1.78.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chokidar": ">=3.0.0 <4.0.0",
|
|
"immutable": "^4.0.0",
|
|
"source-map-js": ">=0.6.2 <2.0.0"
|
|
},
|
|
"bin": {
|
|
"sass": "sass.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/style-mod": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/svelte": {
|
|
"version": "4.2.19",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
"@jridgewell/trace-mapping": "^0.3.18",
|
|
"@types/estree": "^1.0.1",
|
|
"acorn": "^8.9.0",
|
|
"aria-query": "^5.3.0",
|
|
"axobject-query": "^4.0.0",
|
|
"code-red": "^1.0.3",
|
|
"css-tree": "^2.3.1",
|
|
"estree-walker": "^3.0.3",
|
|
"is-reference": "^3.0.1",
|
|
"locate-character": "^3.0.0",
|
|
"magic-string": "^0.30.4",
|
|
"periscopic": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/svelte-flatpickr": {
|
|
"version": "3.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatpickr": "^4.5.2"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": ">= 3.31.0 < 5.0"
|
|
}
|
|
},
|
|
"node_modules/svelte-hmr": {
|
|
"version": "0.16.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.20 || ^14.13.1 || >= 16"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "^3.19.0 || ^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/svelte-spa-router": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regexparam": "2.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ItalyPaleAle"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/vite": {
|
|
"version": "5.4.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "^0.21.3",
|
|
"postcss": "^8.4.43",
|
|
"rollup": "^4.20.0"
|
|
},
|
|
"bin": {
|
|
"vite": "bin/vite.js"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "^18.0.0 || >=20.0.0",
|
|
"less": "*",
|
|
"lightningcss": "^1.21.0",
|
|
"sass": "*",
|
|
"sass-embedded": "*",
|
|
"stylus": "*",
|
|
"sugarss": "*",
|
|
"terser": "^5.4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"less": {
|
|
"optional": true
|
|
},
|
|
"lightningcss": {
|
|
"optional": true
|
|
},
|
|
"sass": {
|
|
"optional": true
|
|
},
|
|
"sass-embedded": {
|
|
"optional": true
|
|
},
|
|
"stylus": {
|
|
"optional": true
|
|
},
|
|
"sugarss": {
|
|
"optional": true
|
|
},
|
|
"terser": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/vitefu": {
|
|
"version": "0.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"vite": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/w3c-keyname": {
|
|
"version": "2.2.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|