-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.66 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "migotos",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:pull": "prisma db pull",
"dev": "sst bind next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"sst:deploy": "sst deploy --stage prod",
"sst:deploystaging": "OPEN_NEXT_DEBUG=true sst deploy --stage staging",
"cleanuploads": "aws s3 rm s3://images.migotos.com/uploads/ --recursive",
"lint:fix": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
"lint:check": "prettier --check \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
"clean": "rm -rf .open-next .sst .next node_modules"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.712.0",
"@aws-sdk/client-s3": "^3.712.0",
"@aws-sdk/client-ssm": "^3.712.0",
"@aws-sdk/s3-request-presigner": "^3.712.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.9.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.0.1",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"@t3-oss/env-nextjs": "^0.6.1",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.20.6",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"embla-carousel-auto-height": "^8.5.1",
"embla-carousel-react": "8.0.0-rc19",
"framer-motion": "^10.18.0",
"hamburger-react": "^2.5.1",
"i": "^0.3.7",
"image-dimensions": "^2.3.0",
"isbot": "^5.1.18",
"lucide-react": "^0.292.0",
"next": "14.2.20",
"next-auth": "^4.24.11",
"next-superjson-plugin": "^0.6.3",
"nextjs-progressbar": "^0.0.16",
"no-scroll": "^2.1.1",
"nodemailer": "^6.9.16",
"npm": "^10.9.2",
"react": "18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.54.1",
"react-icons": "^4.12.0",
"react-select": "^5.9.0",
"react-textarea-autosize": "^8.5.6",
"react-use-keypress": "^1.3.1",
"superjson": "^1.13.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^1.0.39",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/eslint": "^8.56.12",
"@types/no-scroll": "^2.1.2",
"@types/node": "^18.19.68",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"aws-cdk-lib": "2.171.1",
"constructs": "10.3.0",
"eslint": "^8.57.1",
"eslint-config-next": "^13.5.7",
"open-next": "^3.1.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^6.0.1",
"sst": "2.45.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"ct3aMetadata": {
"initVersion": "7.20.2"
}
}