-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.17 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 4.17 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
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
118
119
{
"name": "@websavva/webbid",
"description": "WebBid, digital marketplace build with Next.js, tRPC and Payload CMS",
"version": "2.0.0",
"private": true,
"engines": {
"node": "22.x.x",
"pnpm": "10.10.0"
},
"packageManager": "pnpm@10.10.0",
"pnpm": {
"neverBuiltDependencies": []
},
"files": [
".next",
"next.config.js",
"dist",
"package.json"
],
"scripts": {
"payload:config": "jiti scripts/build-payload-config.ts",
"payload:types": "pnpm payload:config && PAYLOAD_CONFIG_PATH=dist/payload.config.js payload generate:types",
"migrate:up": "pnpm payload:config && PAYLOAD_CONFIG_PATH=dist/payload.config.js payload migrate",
"migrate:create": "pnpm payload:config && PAYLOAD_CONFIG_PATH=dist/payload.config.js payload migrate:create",
"migrate:status": "pnpm payload:config && PAYLOAD_CONFIG_PATH=dist/payload.config.js payload migrate:status",
"migrate:down": "pnpm payload:config && PAYLOAD_CONFIG_PATH=dist/payload.config.js payload migrate:down",
"migrate:rollback-versions": "node scripts/rollback-version-migrations.js",
"dev": "jiti scripts/build --watch",
"build": "jiti scripts/build",
"start": "PAYLOAD_CONFIG_PATH=dist/payload.config.js payload migrate && node dist/index.js",
"lint": "prettier --check . && eslint . --ext ts,tsx --report-unused-disable-directives",
"lint:fix": "prettier --write . && eslint . --ext ts,tsx --fix",
"typecheck": "tsc --noEmit",
"email:dev": "jiti scripts/start-email-templates-dev-server.ts",
"test:units:server": "vitest -c vitest/server.config.ts run",
"test:units:client": "vitest -c vitest/client/client.config.ts run",
"test:e2e": "playwright test --config=playwright/config.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@payloadcms/bundler-webpack": "^1.0.7",
"@payloadcms/db-postgres": "^0.8.5",
"@payloadcms/richtext-slate": "^1.5.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@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.0.2",
"@react-email/components": "^0.0.14",
"@trpc/client": "^10.45.0",
"@trpc/server": "^10.45.0",
"await-to-js": "^3.0.0",
"body-parser": "^1.20.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cron": "^3.1.7",
"defu": "^6.1.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"lucide-react": "^0.301.0",
"next": "14.0.4",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.8",
"payload": "^2.26.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-transition-group": "^4.4.5",
"sonner": "^1.4.0",
"stripe": "^15.4.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"ufo": "^1.3.2",
"zod": "^3.22.4",
"redux": "^5.0.1",
"react-redux": "^9.2.0",
"@reduxjs/toolkit": "^2.10.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.46.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/mjml": "^4.7.4",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"execa": "^9.3.1",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"jiti": "^1.21.6",
"jsdom": "^25.0.0",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.3.0",
"tsup": "^8.0.1",
"typescript": "^5",
"vitest": "^2.0.5"
}
}