-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.3 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
{
"name": "@role-land/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.1.3",
"@nx/eslint-plugin": "^16.6.0",
"@nx/jest": "16.6.0",
"@nx/js": "16.10.0",
"@nx/linter": "16.6.0",
"@nx/nest": "^16.6.0",
"@nx/node": "16.6.0",
"@nx/plugin": "^16.6.0",
"@nx/react": "^16.10.0",
"@nx/vite": "16.10.0",
"@nx/webpack": "16.6.0",
"@nx/workspace": "16.6.0",
"@swc-node/register": "~1.6.6",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.5.3",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "20.4.5",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "~4.0.0",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"eslint": "^8.44.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "16.6.0",
"nx-cloud": "latest",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.1.6",
"vite": "~4.3.9",
"vitest": "~0.32.0"
},
"dependencies": {
"@nestjs/common": "^10.1.3",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.1.3",
"@nestjs/jwt": "^10.1.0",
"@nestjs/platform-express": "^10.1.3",
"@nestjs/typeorm": "^10.0.0",
"@nx/devkit": "16.6.0",
"@swc/helpers": "~0.5.2",
"@tanstack/react-virtual": "3.0.0-beta.65",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"discord.js": "^14.12.1",
"gpt-tokenizer": "^2.1.1",
"jsonwebtoken": "^9.0.1",
"necord": "^6.0.0",
"pg": "^8.11.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"tslib": "^2.6.1",
"typeorm": "^0.3.17",
"uuid": "^9.0.0"
}
}