-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.77 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
{
"name": "sparked-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=\"--max-old-space-size=4096\" next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pm2": "pm2 start npm --name \"sparked-next\" -- start"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@auth/mongodb-adapter": "^3.0.0",
"@aws-sdk/client-s3": "^3.598.0",
"@headlessui/react": "^2.0.0",
"@highlight-run/next": "^7.5.4",
"@intelllex/react-pdf": "github:YewoMhango/react-pdf-viewer#0.0.1",
"@openpanel/nextjs": "^0.0.8-beta",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"axios": "^1.5.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.3",
"flowbite": "^2.0.0",
"flowbite-react": "^0.9.0",
"i18next": "^23.11.1",
"i18next-resources-to-backend": "^1.2.1",
"mongodb": "^6.1.0",
"next": "^14.2.3",
"next-auth": "^4.23.1",
"next-nprogress-bar": "^2.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-i18next": "^14.1.0",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.4.0",
"realm": "^12.1.0",
"swr": "^2.2.5",
"typescript": "5.4.5",
"zod": "^3.23.8",
"zod-form-data": "^2.0.1"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"autoprefixer": "^10.4.15",
"eslint-config-prettier": "^9.1.0",
"lint-staged": "^15.0.0",
"nodemailer": "^6.9.5",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}