-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.19 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "carewith_fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/vision": "^4.3.0",
"@types/lodash.debounce": "^4.0.9",
"@types/styled-components": "^5.1.34",
"axios": "^1.7.3",
"firebase": "^10.12.5",
"html5-qrcode": "^2.3.8",
"lodash": "^4.17.21",
"next": "14.2.5",
"next-pwa": "^5.6.0",
"nookies": "^2.5.2",
"react": "^18",
"react-datepicker": "^7.3.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-ios-time-picker": "^0.2.2",
"react-mobile-picker": "^1.0.0",
"react-nice-dates": "^3.1.0",
"react-qr-reader": "^3.0.0-beta-1",
"react-qr-scanner": "^1.0.0-alpha.11",
"react-select": "^5.8.0",
"react-spinners": "^0.14.1",
"styled-components": "^6.1.12",
"tesseract.js": "^5.1.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/lodash": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"typescript": "^5"
}
}