-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
117 lines (117 loc) · 3.87 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
113
114
115
116
117
{
"name": "skailar",
"version": "0.1.0",
"private": true,
"main": "dist/server.js",
"scripts": {
"dev": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts nodemon",
"generate:types": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload generate:types",
"build:payload": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload build",
"build:server": "tsc --project tsconfig.server.json",
"build:next": "cross-env PAYLOAD_CONFIG_PATH=dist/payload.config.js NEXT_BUILD=true node dist/server.js",
"build": "cross-env NODE_ENV=production yarn build:payload && yarn build:server && yarn copyfiles && yarn build:next",
"start": "cross-env PAYLOAD_CONFIG_PATH=dist/payload.config.js NODE_ENV=production node dist/server.js",
"copyfiles": "copyfiles -u 1 \"src/*/.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png}\" dist/",
"lint": "next lint"
},
"resolutions": {
"cliui": "7.0.2"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@hookform/resolvers": "^3.9.0",
"@material-tailwind/react": "^2.1.9",
"@payloadcms/bundler-webpack": "^1.0.6",
"@payloadcms/db-mongodb": "^1.5.1",
"@payloadcms/richtext-slate": "^1.5.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.17",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cobe": "^0.6.3",
"coinbase-commerce-node": "^1.0.4",
"copy-to-clipboard": "^3.3.3",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"file-saver": "^2.0.5",
"input-otp": "^1.2.4",
"jszip": "^3.10.1",
"lucide-react": "^0.400.0",
"next": "14.0.1",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.13",
"payload": "^2.0.15",
"qrcode": "^1.5.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-icon-cloud": "^4.1.4",
"react-icons": "^5.2.1",
"react-quill": "^2.0.0",
"react-spring": "^9.7.4",
"recharts": "^2.12.7",
"resend": "^3.2.0",
"sharp": "^0.33.4",
"sonner": "^1.4.41",
"speakeasy": "^2.0.0",
"stripe": "^15.6.0",
"swiper": "^11.1.1",
"switch": "^0.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"textarea": "^0.3.0",
"ts-node": "^10.9.2",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/canvas-confetti": "^1.6.4",
"@types/coinbase-commerce-node": "^1.0.9",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/speakeasy": "^2.0.10",
"autoprefixer": "^10.0.1",
"copyfiles": "^2.4.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"nodemon": "^3.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}