-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.76 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "converter_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@aws-sdk/client-s3": "^3.744.0",
"@aws-sdk/s3-request-presigner": "^3.744.0",
"@aws-sdk/types": "^3.734.0",
"@aws-sdk/util-create-request": "^3.744.0",
"@aws-sdk/util-format-url": "^3.734.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google/generative-ai": "^0.21.0",
"@smithy/hash-node": "^4.0.1",
"@smithy/node-http-handler": "^4.0.2",
"@smithy/protocol-http": "^5.0.1",
"@smithy/signature-v4": "^5.0.1",
"@vercel/speed-insights": "^2.0.0",
"axios": "^1.7.9",
"cookie": "^1.0.2",
"dotenv": "^16.4.7",
"firebase": "^12.13.0",
"formidable": "^3.5.2",
"js-cookie": "^3.0.5",
"jsdom": "^26.0.0",
"lucide-react": "^0.475.0",
"mammoth": "^1.9.0",
"multer": "^1.4.5-lts.1",
"next": "15.1.11",
"next-sitemap": "^4.2.3",
"node-fetch": "^3.3.2",
"pdf-parse": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^3.8.1",
"sharp": "^0.34.3",
"tesseract.js": "^6.0.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"babel-jest": "^30.4.1",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}