-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 2.99 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
{
"name": "@screenary/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "sh ./build.sh",
"postinstall": "patch-package && prisma generate"
},
"private": true,
"dependencies": {
"@hello-pangea/dnd": "^16.5.0",
"@hookform/resolvers": "^3.3.2",
"@mantine/core": "^7.1.5",
"@mantine/dates": "^7.1.7",
"@mantine/hooks": "^7.1.5",
"@mantine/notifications": "^7.1.7",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@next-auth/prisma-adapter": "1.0.7",
"@nx/next": "^17.0.0",
"@nx/webpack": "17.0.0",
"@prisma/client": "^5.5.2",
"@sentry/nextjs": "^7.75.0",
"@sentry/node": "^7.75.1",
"@tabler/icons-react": "^2.40.0",
"@tanstack/react-query": "^5.4.3",
"@tanstack/react-query-devtools": "^5.4.3",
"@types/lodash": "^4.14.200",
"axios": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"classnames": "^2.3.2",
"client-only": "^0.0.1",
"dayjs": "^1.11.10",
"dotenv": "^16.4.0",
"jose": "^5.0.1",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"nest-raven": "^10.0.0",
"next": "13.4.1",
"next-auth": "^4.24.4",
"next-intl": "^3.0.0-rc.6",
"next-pwa": "^5.6.0",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-grid-dnd": "^2.1.2",
"react-hook-form": "^7.47.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"server-only": "^0.0.1",
"tslib": "^2.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/cypress": "17.0.0",
"@nx/eslint": "17.0.0",
"@nx/eslint-plugin": "17.0.0",
"@nx/jest": "17.0.0",
"@nx/js": "17.0.0",
"@nx/nest": "^17.0.0",
"@nx/node": "17.0.0",
"@nx/react": "17.0.0",
"@nx/workspace": "17.0.0",
"@sentry/webpack-plugin": "1.20.0",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-jest": "^29.4.1",
"cypress": "^13.0.0",
"eslint": "~8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"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",
"nx": "17.0.0",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.9.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.6.2",
"prisma": "^5.5.2",
"sass": "^1.69.5",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
},
"engines": {
"node": "18.x"
}
}