Paperjet/frontend/package.json
Elijah f273685cc1
Some checks failed
Automated Container Build / build-and-push (push) Failing after 3s
CI / Backend (Python) (push) Failing after 18s
CI / Frontend (TypeScript) (push) Failing after 4m52s
Initial phase 4 extra tools, bug fixes, multi select changes.
2026-06-13 12:15:22 -07:00

56 lines
1.5 KiB
JSON

{
"name": "paperjet",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"typecheck": "tsc -b --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/allura": "^5.2.8",
"@fontsource/caveat": "^5.2.8",
"@fontsource/dancing-script": "^5.2.8",
"@fontsource/great-vibes": "^5.2.8",
"@fontsource/outfit": "^5.2.8",
"@fontsource/plus-jakarta-sans": "^5.2.8",
"@fontsource/sacramento": "^5.2.8",
"@tailwindcss/vite": "^4.3.0",
"@types/uuid": "^10.0.0",
"date-fns": "^4.4.0",
"fabric": "^7.4.0",
"lucide-react": "^1.18.0",
"pdfjs-dist": "^6.0.227",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.17.0",
"tailwindcss": "^4.3.0",
"uuid": "^14.0.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/fabric": "^5.3.11",
"@types/node": "^24.13.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"jsdom": "^29.1.1",
"openapi-typescript": "^7.13.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12",
"vitest": "^4.1.8"
}
}