-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 976 Bytes
/
package.json
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
{
"name": "loan-receipts-processor",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@react-pdf-viewer/core": "^2.11.0",
"framer-motion": "^4",
"next": "12.0.4",
"pdfjs-dist": "^2.10.377",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"react-icons": "^4.3.1",
"tesseract.js": "^2.1.5"
},
"devDependencies": {
"@types/pdfjs-dist": "^2.10.378",
"@types/react": "^17.0.37",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-sonarjs": "^0.6.0",
"prettier": "^2.5.0",
"typescript": "^4.5.2"
}
}