-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 3.91 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
{
"name": "basesmi",
"version": "2.0.0",
"description": "BASESmi.org website.",
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm payload migrate && cross-env NODE_OPTIONS=--no-deprecation next build",
"dev": "payload migrate && cross-env NODE_OPTIONS=--no-deprecation next dev",
"dev:s3": "cross-env S3_ENABLED=true payload migrate && cross-env S3_ENABLED=true NODE_OPTIONS=--no-deprecation next dev",
"dev:prod": "payload migrate && cross-env NODE_OPTIONS=--no-deprecation rm -rf .next && pnpm build && pnpm start",
"generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
"generate:types": "cross-env NODE_OPTIONS=--no-deprecation payload generate:types",
"ii": "cross-env NODE_OPTIONS=--no-deprecation pnpm --ignore-workspace install",
"lint": "cross-env NODE_OPTIONS=--no-deprecation next lint",
"lint:fix": "cross-env NODE_OPTIONS=--no-deprecation next lint --fix",
"migrate:create": "cross-env S3_ENABLED='true' payload migrate:create",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
"reinstall": "cross-env NODE_OPTIONS=--no-deprecation rm -rf node_modules && rm pnpm-lock.yaml && pnpm --ignore-workspace install",
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@lexical/headless": "0.17.0",
"@lexical/markdown": "0.17.0",
"@libsql/client": "^0.6.2",
"@payloadcms/db-sqlite": "beta",
"@payloadcms/email-resend": "beta",
"@payloadcms/live-preview-react": "beta",
"@payloadcms/next": "beta",
"@payloadcms/plugin-form-builder": "beta",
"@payloadcms/plugin-redirects": "beta",
"@payloadcms/plugin-seo": "beta",
"@payloadcms/richtext-lexical": "beta",
"@payloadcms/storage-s3": "beta",
"@payloadcms/ui": "beta",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-fade": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"framer-motion": "12.0.0-alpha.1",
"geist": "^1.3.1",
"graphql": "^16.9.0",
"jsonwebtoken": "9.0.1",
"lexical": "0.17.0",
"lucide-react": "^0.378.0",
"next": "15.0.0-canary.160",
"next-themes": "^0.3.0",
"payload": "beta",
"payload-admin-bar": "^1.0.6",
"prism-react-renderer": "^2.4.0",
"react": "19.0.0-rc-5dcb0097-20240918",
"react-dom": "19.0.0-rc-5dcb0097-20240918",
"react-hook-form": "7.45.4",
"sharp": "0.32.6",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.5.6",
"@payloadcms/eslint-config": "^1.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/escape-html": "^1.0.4",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "18.11.3",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"autoprefixer": "^10.4.20",
"copyfiles": "^2.4.1",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0-canary.160",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.11",
"typescript": "5.5.4"
},
"engines": {
"node": "^18.20.2 || >=20.9.0"
},
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}