-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·70 lines (70 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·70 lines (70 loc) · 1.87 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
{
"name": "lowstack",
"version": "2024.0.1",
"private": true,
"scripts": {
"type-check": "tsc --noEmit",
"dev": "next dev -p 3015",
"build": "prisma generate && next build",
"start": "next start -p 3015",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.3",
"@aws-sdk/client-s3": "^3.978.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.6.0",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf/renderer": "^4.3.1",
"@tabler/icons-react": "^2.45.0",
"@tanstack/react-table": "^8.9.9",
"autoprefixer": "10.4.14",
"axios": "^1.11.0",
"bcrypt": "^5.1.1",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"file-saver": "^2.0.5",
"firebase": "^12.8.0",
"lucide-react": "^0.544.0",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-pwa": "^5.6.0",
"node-mailjet": "^6.0.9",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.4.120",
"razorpay": "^2.9.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^5.5.0",
"react-pdf": "^10.1.0",
"react-razorpay": "^3.0.1",
"sharp": "^0.32.6",
"sonner": "^1.0.3",
"supports-color": "^8.1.1",
"sweetalert2": "^11.7.27",
"swr": "^2.2.4",
"tailwindcss": "3.3.2",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/react": "19.1.12",
"daisyui": "^3.5.1",
"prisma": "^5.6.0"
},
"main": "middleware.js",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/kunwarxshashank/Lowstack.git"
},
"bugs": {
"url": "https://github.com/kunwarxshashank/Lowstack/issues"
},
"homepage": "https://github.com/kunwarxshashank/Lowstack#readme",
"description": ""
}