-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 5.72 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 5.72 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "angel-os",
"version": "1.0.0",
"description": "Angel OS MVP - Multi-tenant E-commerce with Sovereign AI",
"license": "MIT",
"type": "module",
"scripts": {
"build": "cross-env NODE_OPTIONS=\"--no-deprecation --max-old-space-size=8000\" next build",
"dev": "node scripts/dev-with-env.mjs",
"dev:prod": "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",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
"migrate": "cross-env NODE_OPTIONS=--no-deprecation payload migrate",
"migrate:create": "cross-env NODE_OPTIONS=--no-deprecation payload migrate:create",
"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",
"seed:reset": "cross-env NODE_OPTIONS=--no-deprecation npx tsx src/scripts/seed-reset.ts",
"seed:dev": "cross-env NODE_OPTIONS=--no-deprecation npx tsx src/scripts/seed-dev-dashboard.ts",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"stripe-webhooks": "stripe listen --forward-to localhost:3000/api/stripe/webhooks",
"discord": "npx tsx src/discord/bot.ts",
"test": "pnpm run test:unit && pnpm run test:int && pnpm run test:e2e",
"test:unit": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts tests/unit",
"test:e2e": "cross-env NODE_OPTIONS=\"--no-deprecation --no-experimental-strip-types\" pnpm exec playwright test",
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts tests/int"
},
"dependencies": {
"@ai-sdk/gateway": "^3.0.53",
"@anthropic-ai/sdk": "^0.74.0",
"@livekit/components-react": "^2.9.20",
"@livekit/components-styles": "^1.2.0",
"@payloadcms/admin-bar": "^3.77.0",
"@payloadcms/db-postgres": "^3.77.0",
"@payloadcms/email-nodemailer": "^3.77.0",
"@payloadcms/email-resend": "^3.77.0",
"@payloadcms/live-preview-react": "^3.77.0",
"@payloadcms/next": "^3.77.0",
"@payloadcms/plugin-ecommerce": "^3.77.0",
"@payloadcms/plugin-form-builder": "^3.77.0",
"@payloadcms/plugin-mcp": "^3.77.0",
"@payloadcms/plugin-multi-tenant": "^3.77.0",
"@payloadcms/plugin-seo": "^3.77.0",
"@payloadcms/richtext-lexical": "^3.77.0",
"@payloadcms/storage-vercel-blob": "^3.77.0",
"@payloadcms/translations": "^3.74.0",
"@payloadcms/ui": "^3.77.0",
"@radix-ui/react-accordion": "1.2.11",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@stripe/react-stripe-js": "^3",
"@stripe/stripe-js": "^4.0.0",
"@vercel/analytics": "^1.6.1",
"@vercel/blob": "^2.0.1",
"@vercel/speed-insights": "^1.3.1",
"ai": "^6.0.97",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"discord.js": "^14.25.1",
"dotenv": "^8.2.0",
"embla-carousel-auto-scroll": "^8.1.5",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^12.35.0",
"geist": "^1.3.0",
"graphql": "^16.8.2",
"imapflow": "^1.2.10",
"jose": "^6.1.3",
"livekit-client": "^2.17.2",
"livekit-server-sdk": "^2.15.0",
"lucide-react": "^0.477.0",
"mailparser": "^3.9.3",
"next": "16.1.6",
"next-intl": "^4.8.1",
"next-themes": "0.4.6",
"openai": "^6.22.0",
"payload": "^3.77.0",
"prism-react-renderer": "^2.3.1",
"qs-esm": "^7",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "7.54.1",
"react-markdown": "^10.1.0",
"recharts": "^3.7.0",
"remark-gfm": "^4.0.1",
"resend": "^6.9.2",
"sharp": "0.34.2",
"sonner": "^1.7.2",
"stripe": "18.5.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@modelcontextprotocol/sdk": "^1.27.1",
"@next/eslint-plugin-next": "^15.5.4",
"@playwright/test": "1.56.1",
"@storybook/addon-a11y": "^10.2.10",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/nextjs": "^10.2.10",
"@storybook/react": "^10.2.10",
"@tailwindcss/postcss": "4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/react": "16.3.0",
"@types/mailparser": "^3.4.6",
"@types/node": "22.5.4",
"@types/react": "19.2.9",
"@types/react-dom": "19.2.3",
"@vercel/git-hooks": "^1.0.0",
"@vitejs/plugin-react": "4.5.2",
"dotenv-cli": "^11.0.0",
"eslint": "^9.16.0",
"eslint-config-next": "15.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"jsdom": "26.1.0",
"lint-staged": "^15.2.2",
"playwright": "1.56.1",
"playwright-core": "1.56.1",
"postcss": "^8.4.38",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"storybook": "^10.2.10",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "5.7.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.3",
"zod": "^4.3.6"
},
"engines": {
"node": "^18.20.2 || >=20.9.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}