-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 947 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 947 Bytes
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
{
"name": "lettersmith",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"classnames": "^2.5.1",
"docx": "^9.5.1",
"dotenv": "^17.2.0",
"file-saver": "^2.0.5",
"formidable": "^3.5.4",
"framer-motion": "^12.23.9",
"lucide-react": "^0.525.0",
"mammoth": "^1.9.1",
"next": "15.4.3",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.3.93",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-toastify": "^11.0.5",
"tesseract.js": "^6.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.4.3",
"tailwindcss": "^4"
}
}