-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "tenten-pharma-summary",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"prebuild": "npm install",
"build": "next build",
"scheduler": "node scheduler.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"-": "^0.0.1",
"@aws-sdk/client-s3": "^3.666.0",
"@aws-sdk/client-sqs": "^3.682.0",
"@aws-sdk/s3-request-presigner": "^3.698.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@netlify/plugin-nextjs": "^5.8.1",
"@reduxjs/toolkit": "^2.3.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"flowbite": "^2.5.2",
"flowbite-react": "^0.10.2",
"formidable": "^3.5.1",
"icons": "^1.0.0",
"lodash": "^4.17.21",
"next": "^14.2.14",
"node-cron": "^3.0.3",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"redux": "^5.0.1"
},
"devDependencies": {
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"postcss": "^8.4.49",
"typescript": "5.6.2"
}
}