-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.1 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
{
"name": "artisan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "^2.10.4",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@google-cloud/documentai": "^8.12.0",
"@google-cloud/vision": "^4.3.2",
"@vercel/analytics": "^1.4.1",
"formidable": "^3.5.2",
"framer-motion": "^5.6.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"next": "15.1.1",
"next-themes": "^0.4.4",
"node-fetch": "^3.3.2",
"openai": "^4.77.0",
"pdf-parse": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}