-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ent-disease-detection-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-clean": "tsc --build --clean",
"type-check": "tsc --noEmit",
"clean-npm": "rimraf node_modules && npm cache verify && npm install",
"clean-build": "rimraf .next"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@left4code/tw-starter": "^4.0.1",
"@material-tailwind/react": "^2.1.9",
"@reduxjs/toolkit": "^2.2.7",
"@tippyjs/react": "^4.2.6",
"axios": "^1.7.4",
"bowser": "^2.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"framer-motion": "^11.3.29",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"libphonenumber-js": "^1.11.7",
"litepicker": "^2.0.12",
"lucide-react": "^0.400.0",
"next": "^14.2.6",
"next-themes": "^0.3.0",
"nookies": "^2.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-phone-input-2": "^2.15.1",
"react-redux": "^9.1.2",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"swr": "^1.3.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tiny-slider": "^2.9.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-react": "^7.24.7",
"@next/eslint-plugin-next": "^14.2.6",
"@tailwindcss/forms": "^0.5.7",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@types/redux-logger": "^3.0.13",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}