-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
162 lines (162 loc) · 5.31 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
154
155
156
157
158
159
160
161
162
{
"name": "pubkey-link",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "yarn build:web && yarn prisma generate && yarn build:api",
"build:api": "nx build api",
"build:web": "nx build web",
"build:sdk": "graphql-codegen --config codegen.ts",
"dev:api": "nx serve api",
"dev:sdk": "yarn build:sdk --watch",
"dev:services": "docker compose up",
"dev:services:stop": "docker compose down",
"dev:web": "nx serve web",
"docker:build:api": "docker build . -t ghcr.io/pubkeyapp/pubkey-link",
"docker:push:api": "docker push ghcr.io/pubkeyapp/pubkey-link",
"docker:run:api": "docker run -it -p 8000:3000 ghcr.io/pubkeyapp/pubkey-link",
"e2e:all": "nx run-many --target=e2e --all",
"format:all": "nx format:write --all",
"lint:all": "nx run-many --target=lint --all",
"test:all": "nx run-many --target=test --all",
"prestart": "yarn prisma db push",
"start": "NODE_ENV=production node dist/apps/api/main.js"
},
"private": true,
"dependencies": {
"@apollo/server": "^4.9.5",
"@babel/runtime-corejs3": "^7.23.5",
"@emotion/react": "11.11.1",
"@golevelup/nestjs-modules": "^0.7.0",
"@mantine/core": "^6.0.10",
"@mantine/dates": "^6.0.10",
"@mantine/form": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@mantine/modals": "^6.0.10",
"@mantine/notifications": "^6.0.10",
"@mantine/prism": "^6.0.10",
"@mrleebo/prisma-ast": "^0.8.0",
"@nestjs/apollo": "^12.0.11",
"@nestjs/bullmq": "^10.0.1",
"@nestjs/common": "10.2.10",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "10.2.10",
"@nestjs/graphql": "^12.0.11",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "10.2.10",
"@nestjs/schedule": "^4.0.0",
"@nestjs/serve-static": "^4.0.0",
"@ogma/nestjs-module": "^5.1.3",
"@prisma/client": "^5.6.0",
"@pubkeyapp/logo": "^1.3.3",
"@pubkeyapp/solana-verify-wallet": "^1.3.3",
"@pubkeyapp/wallet-adapter-mantine-ui": "^1.1.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-solflare": "^0.6.28",
"@solana/web3.js": "^1.87.6",
"@swc/helpers": "0.5.3",
"@tabler/icons-react": "^2.42.0",
"@tanstack/react-query": "^5.10.0",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"bs58": "^5.0.0",
"bullmq": "^4.14.4",
"cookie-parser": "^1.4.6",
"discord.js": "^14.14.1",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4",
"helius-sdk": "^1.2.1",
"human-object-diff": "^3.0.0",
"joi": "^17.11.0",
"lru-cache": "^10.1.0",
"mantine-datatable": "^6.0.5",
"necord": "^6.4.2",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"passport-jwt": "^4.0.1",
"prisma-extension-pagination": "^0.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.20.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"slugify": "^1.6.6",
"timeago-react": "^3.0.6",
"tslib": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@faker-js/faker": "^8.3.1",
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-document-nodes": "4.0.1",
"@graphql-codegen/typescript-graphql-request": "^6.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.10",
"@nx/cypress": "17.1.3",
"@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/node": "17.1.3",
"@nx/react": "17.1.3",
"@nx/webpack": "17.1.3",
"@nx/workspace": "17.1.3",
"@parcel/watcher": "^2.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@svgr/webpack": "8.1.0",
"@swc/cli": "~0.1.63",
"@swc/core": "1.3.99",
"@testing-library/react": "14.1.2",
"@types/bcrypt": "^5.0.2",
"@types/cron": "^2.0.1",
"@types/human-object-diff": "^3.0.0",
"@types/jest": "^29.5.10",
"@types/node": "20.10.0",
"@types/passport-discord": "^0.1.11",
"@types/passport-jwt": "^3.0.13",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"babel-jest": "^29.7.0",
"core-js": "^3.33.3",
"cypress": "^13.6.0",
"dayjs": "^1.11.10",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"lint-staged": "^15.1.0",
"node-object-hash": "^3.0.0",
"nx": "17.1.3",
"prettier": "^2.8.8",
"prisma": "^5.6.0",
"react-refresh": "^0.14.0",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "5.3.2",
"url-loader": "^4.1.1",
"webpack": "5.89.0"
},
"lint-staged": {
"*.{js,json,css,scss,md,ts,tsx,html,graphql}": [
"yarn nx format --uncommitted"
]
}
}