mirror of
https://github.com/papra-hq/papra
synced 2026-04-21 13:37:23 +00:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "@papra/app-client",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Papra frontend client",
|
|
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/papra-hq/papra"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch",
|
|
"typecheck": "tsc --noEmit",
|
|
"script:sync-i18n-key-order": "tsx src/scripts/sync-i18n-key-order.script.ts",
|
|
"script:generate-demo-documents-fixtures": "tsx src/scripts/generate-demo-documents-fixtures.script.ts"
|
|
},
|
|
"dependencies": {
|
|
"@branchlet/core": "^1.0.0",
|
|
"@corentinth/chisels": "catalog:",
|
|
"@corvu/otp-field": "^0.1.4",
|
|
"@kobalte/core": "^0.13.10",
|
|
"@kobalte/utils": "^0.9.1",
|
|
"@modular-forms/solid": "^0.25.1",
|
|
"@papra/search-parser": "workspace:*",
|
|
"@pdfslick/solid": "^2.3.0",
|
|
"@solid-primitives/storage": "^4.3.2",
|
|
"@solidjs/router": "^0.14.10",
|
|
"@tanstack/solid-query": "^5.90.3",
|
|
"@tanstack/solid-table": "^8.21.3",
|
|
"better-auth": "catalog:",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk-solid": "^1.1.2",
|
|
"ofetch": "catalog:",
|
|
"p-limit": "^6.2.0",
|
|
"posthog-js-lite": "^4.1.5",
|
|
"radix3": "^1.1.2",
|
|
"solid-js": "^1.9.9",
|
|
"solid-sonner": "^0.2.8",
|
|
"tailwind-merge": "^2.6.0",
|
|
"unocss-preset-animations": "catalog:",
|
|
"unstorage": "^1.16.0",
|
|
"uqr": "^0.1.2",
|
|
"valibot": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "catalog:",
|
|
"@iconify-json/tabler": "catalog:",
|
|
"@papra/lecture": "workspace:*",
|
|
"@types/node": "catalog:",
|
|
"eslint": "catalog:",
|
|
"eslint-plugin-solid": "^0.14.5",
|
|
"tinyglobby": "^0.2.14",
|
|
"tsx": "catalog:",
|
|
"typescript": "catalog:",
|
|
"unocss": "catalog:",
|
|
"vite": "^7.1.9",
|
|
"vite-plugin-solid": "^2.11.9",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|