-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
153 lines (153 loc) · 5.32 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "crosspublic",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"scripts": {
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:panel\" \"npm run dev:tenants\" \"npm run dev:stripe\" \"npm run marketing\"",
"slack": "PROVIDER=SLACK concurrently \"npm run dev:communication\" \"npm run dev:tenants\" \"npm run dev:stripe\"",
"discord": "PROVIDER=DISCORD concurrently \"npm run dev:communication\" \"npm run dev:tenants\" \"npm run dev:stripe\"",
"docs": "nx run docs:serve",
"marketing": "nx run marketing:serve",
"make:mint": "concurrently \"npm run dev:backend\" \"npx wait-port localhost:3000 && npm run build:docs\"",
"scrape-docs": "cd apps/docs && npx @mintlify/scraping@latest openapi-file http://localhost:3000/docs/openapi.json -o api-reference",
"dev:discord": "nx run-many --target=serve --projects=discord,backend,panel --parallel",
"dev:communication": "nx run-many --target=serve --projects=communication,backend,panel --parallel",
"dev:stripe": "nx run backend:stripe:development",
"dev:tenants": "nx run tenants:serve:development",
"dev:metadata": "nx run backend:metadata:development",
"dev:panel": "nx run panel:serve:development",
"dev:backend": "nx run backend:serve",
"build:docs": "nx run docs:build",
"generate-prisma": "cd libraries/database && npx prisma generate",
"update-prisma": "cd libraries/database && npx prisma db push",
"update-prisma-prod": "cd libraries/database && npx prisma db push --accept-data-loss"
},
"private": true,
"devDependencies": {
"@mintlify/scraping": "^3.0.64",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/nest": "17.1.3",
"@nx/next": "17.1.3",
"@nx/node": "17.1.3",
"@nx/react": "17.1.3",
"@nx/webpack": "17.1.3",
"@nx/workspace": "17.1.3",
"@nxlv/python": "^16.1.4",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@testing-library/react": "14.0.0",
"@types/cookie-parser": "^1.4.5",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.4.1",
"eslint": "~8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"mintlify": "^4.0.63",
"nx": "17.1.3",
"postcss": "^8.4.31",
"prettier": "^2.6.2",
"prisma": "^5.6.0",
"sass": "1.62.1",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "^5.2.2",
"wait-port": "^1.1.0"
},
"dependencies": {
"@algolia/cache-browser-local-storage": "^4.20.0",
"@casl/ability": "^6.5.0",
"@discordjs/builders": "^1.7.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.2",
"@ebay/nice-modal-react": "^1.2.13",
"@nestjs/cli": "^10.2.1",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/swagger": "^7.1.16",
"@prisma/client": "^5.4.2",
"@slack/bolt": "^3.16.0",
"@slack/events-api": "^3.0.1",
"@slack/oauth": "^2.6.1",
"@slack/web-api": "^6.10.0",
"@tiptap/extension-code-block-lowlight": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.4",
"@types/lodash": "^4.14.200",
"@types/morgan": "^1.9.9",
"@types/react-color": "^3.0.10",
"@types/react-syntax-highlighter": "^15.5.9",
"@types/showdown": "^2.0.5",
"@vercel/blob": "^0.15.1",
"algoliasearch": "^4.20.0",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"clsx": "^2.0.0",
"cookie-parser": "^1.4.6",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"extract-json-from-string": "^1.0.1",
"handlebars": "^4.7.8",
"highlight.js": "^11.9.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lowlight": "^2.9.0",
"morgan": "^1.10.0",
"next": "13.4.1",
"next-seo": "^6.4.0",
"novel": "^0.1.22",
"openai": "^4.14.1",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-instantsearch": "^7.3.0",
"react-loader-spinner": "^5.4.5",
"react-markdown": "^9.0.0",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.24.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"showdown": "^2.1.0",
"slack-bolt-prisma": "^0.3.1",
"slugify": "^1.6.6",
"stripe": "^14.5.0",
"sweetalert2": "^11.9.0",
"sweetalert2-react-content": "^5.0.7",
"swr": "^2.2.4",
"tiptap-markdown": "^0.8.2",
"use-debounce": "^10.0.0"
},
"optionalDependencies": {
"@nrwl/nx-linux-x64-gnu": "^15.9.3"
}
}