-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.28 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.28 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
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
77
78
79
80
81
{
"name": "stomps-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"worker": "node src/services/worker/worker.js"
},
"dependencies": {
"@elasticemail/elasticemail-client": "^4.0.23",
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@langchain/community": "^0.2.5",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^2.1.0",
"@sendgrid/mail": "^8.1.1",
"bcryptjs": "^2.4.3",
"bullmq": "^5.4.6",
"chart.js": "^4.4.2",
"cheerio": "^1.0.0-rc.12",
"copy-to-clipboard": "^3.3.3",
"d3": "^7.9.0",
"d3-geomap": "^3.3.0",
"d3-selection": "^3.0.0",
"date-fns": "^3.6.0",
"docxtemplater": "^3.46.0",
"dotenv": "^16.4.5",
"emailjs-com": "^3.2.0",
"fs": "^0.0.1-security",
"google-auth-library": "^9.6.3",
"i18n-iso-countries": "^7.11.0",
"ioredis": "^5.3.2",
"ipdata": "^2.2.4",
"joi": "^17.12.2",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"md5": "^2.3.0",
"mongoose": "^8.2.0",
"next": "^14.2.4",
"next-cors": "^1.0.0",
"next-file": "^1.0.5",
"node-html-markdown": "^1.3.0",
"openai": "^4.28.4",
"p-queue": "^8.0.1",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pizzip": "^3.1.6",
"plotly.js": "^2.31.0",
"plotly.js-dist": "^2.31.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^6.9.0",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-toastify": "^10.0.4",
"redis": "^4.6.13",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"stream": "^0.0.2",
"topojson-client": "^3.1.0",
"tw-elements-react": "^1.0.0-alpha2",
"util": "^0.12.5",
"uuid": "^9.0.1",
"winston": "^3.13.0",
"xml2js": "^0.6.2",
"yup": "^1.3.3",
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/react": "^18.2.64",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}