-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
131 lines (131 loc) · 5.16 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "playrbase",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "concurrently --names \"playrbs,surreal,minio,minio-setup,devkit,email\" --hide 1,2,3,5 \"pnpm dev-next\" \"pnpm dev-surreal\" \"pnpm dev-s3\" \"pnpm dev-s3-create-bucket\" \"pnpm dev-devkit\" \"pnpm dev-email\"",
"debug": "concurrently --names \"playrbs,surreal,minio,minio-setup,devkit,email\" --hide 2,3 \"pnpm dev-next\" \"pnpm dev-surreal\" \"pnpm dev-s3\" \"pnpm dev-s3-create-bucket\" \"pnpm dev-devkit\" \"pnpm dev-email\"",
"dbonly": "concurrently --names \"playrbs,surreal,minio,minio-setup,devkit,email\" --hide 0,2,3,4,5 \"pnpm dev-next\" \"pnpm dev-surreal\" \"pnpm dev-s3\" \"pnpm dev-s3-create-bucket\" \"pnpm dev-devkit\" \"pnpm dev-email\"",
"dev-next": "cross-env NODE_ENV=\"development\" next dev -p 13000",
"dev-surreal": "surreal start --log trace --auth --allow-guests --allow-scripting --user root --pass root --bind 0.0.0.0:13001 file:dev.db",
"dev-s3": "minio server --address=\":13002\" --console-address=\":13003\" ./dev.s3",
"dev-s3-create-bucket": "sleep 2 && mc alias set local http://127.0.0.1:13002 minioadmin minioadmin && mc admin info local && mc mb --region default local/playrbase-public",
"dev-devkit": "node --loader ts-node/esm -r dotenv/config ./src/scripts/devkit.ts dotenv_config_path=./.env.local",
"dev-email": "email dev --dir ./src/emails --port 13005",
"ts": "tsc --watch",
"lint": "eslint . --ext ts --ext tsx --max-warnings 0",
"deploy": "export NODE_ENV=\"production\" SURREAL_DATABASE=playrbase-deployment_$AWS_BRANCH && export NEXT_PUBLIC_SURREAL_DATABASE=$SURREAL_DATABASE && pnpm build && node --loader ts-node/esm ./src/scripts/predeploy.ts",
"build": "next build && rm -rf out/dev"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/client-ses": "^3.540.0",
"@hookform/resolvers": "^3.3.4",
"@mdxeditor/editor": "^2.19.0",
"@passwordless-id/webauthn": "^1.5.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@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",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.15",
"@tanstack/react-query": "^5.28.9",
"@theopensource-company/feature-flags": "^0.4.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.17.0",
"@types/node": "20.11.30",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.22",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"embla-carousel-react": "8.0.0",
"eslint": "8.57.0",
"input-otp": "^1.2.4",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.363.0",
"next": "14.1.4",
"next-intl": "^3.10.0",
"next-themes": "^0.3.0",
"nuqs": "^1.17.1",
"prettier-plugin-organize-imports": "^3.2.4",
"react": "18.2.0",
"react-country-flag": "^3.1.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-email": "^2.1.0",
"react-image-crop": "^11.0.5",
"react-markdown": "^9.0.1",
"react-reverse-portal": "^2.1.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.32.6",
"sonner": "^1.4.41",
"strip-markdown": "^6.0.0",
"surrealdb.js": "^0.11.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.4.3",
"usehooks-ts": "^3.0.2",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@svgr/webpack": "^8.1.0",
"@types/express": "^4.17.21",
"@types/react-image-crop": "^8.1.6",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"autoprefixer": "^10.4.19",
"aws-crt": "^1.21.1",
"bufferutil": "^4.0.8",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-unused-imports": "^3.1.0",
"express": "^4.19.2",
"node-fetch": "^3.3.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"react-hook-form": "^7.51.2",
"ts-node": "^10.9.2",
"utf-8-validate": "^6.0.3"
},
"peerDependencies": {
"@babel/core": "^7.20.7",
"aws-crt": "^1.18.0",
"bufferutil": "^4.0.8",
"react-hook-form": "^7.41.2",
"utf-8-validate": "^6.0.3"
},
"pnpm": {
"overrides": {
"sharp": "^0.32.6"
}
}
}