mirror of
https://github.com/papra-hq/papra.git
synced 2025-12-16 20:24:27 -06:00
71 lines
2.0 KiB
JSON
71 lines
2.0 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",
|
|
"test:e2e": "playwright test",
|
|
"typecheck": "tsc --noEmit",
|
|
"script:sync-i18n-key-order": "tsx src/scripts/sync-i18n-key-order.script.ts"
|
|
},
|
|
"dependencies": {
|
|
"@branchlet/core": "^1.0.0",
|
|
"@corentinth/chisels": "catalog:",
|
|
"@kobalte/core": "^0.13.10",
|
|
"@kobalte/utils": "^0.9.1",
|
|
"@modular-forms/solid": "^0.25.1",
|
|
"@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": "^1.4.1",
|
|
"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": "^1.3.0",
|
|
"unstorage": "^1.16.0",
|
|
"valibot": "1.0.0-beta.10"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "catalog:",
|
|
"@iconify-json/tabler": "^1.2.19",
|
|
"@playwright/test": "^1.53.1",
|
|
"@types/node": "catalog:",
|
|
"eslint": "catalog:",
|
|
"eslint-plugin-solid": "^0.14.5",
|
|
"tinyglobby": "^0.2.14",
|
|
"tsx": "catalog:",
|
|
"typescript": "catalog:",
|
|
"unocss": "^66.5.4",
|
|
"vite": "^7.1.9",
|
|
"vite-plugin-solid": "^2.11.9",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|