-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "monitorcillo",
"version": "0.1.0",
"license": "MIT",
"private": true,
"packageManager": "pnpm@11.20.0+sha512-mm8zCpW2ZEbqCI+vFSFAWooB8H/ecSTMmVjf7VLUu0NnN+ZbCPhfN7Rvy6N1CSVYrFEmK4FoRLIvY0Bu0Wa/7g==",
"scripts": {
"dev": "next dev",
"build": "next build",
"sync": "node --env-file-if-exists=.env --import tsx src/scripts/sync.ts",
"sync-indec": "pnpm sync",
"start": "next start",
"lint": "eslint",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@neondatabase/serverless": "^1.0.2",
"cheerio": "^1.2.0",
"html-to-image": "^1.11.13",
"lucide-react": "^0.575.0",
"next": "16.2.4",
"pdf-parse": "1.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"recharts": "^3.7.0",
"tesseract.js": "^7.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/tesseract.js": "^2.0.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"jsdom": "^29.0.2",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5",
"vitest": "^4.1.5"
}
}