-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "the-note-distillery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google-cloud/vision": "^5.1.0",
"@google/genai": "^0.7.0",
"@google/generative-ai": "^0.2.1",
"@next/eslint-plugin-next": "^15.3.1",
"@techstark/opencv-js": "^4.10.0-release.1",
"firebase": "^11.6.0",
"jimp": "^1.6.0",
"next": "15.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tesseract.js": "^6.0.0"
},
"devDependencies": {
"@eslint/css": "^0.7.0",
"@eslint/js": "^9.26.0",
"@tailwindcss/postcss": "^4",
"@types/react": "19.1.13",
"eslint": "^9.26.0",
"eslint-config-next": "^15.3.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.0.0",
"prettier": "3.5.3",
"tailwindcss": "^4"
}
}