forked from frzyc/genshin-optimizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 4.43 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
{
"name": "genshin-optimizer",
"version": "10.5.0",
"license": "MIT",
"private": true,
"scripts": {
"frontend": "nx serve frontend",
"build-all": "nx run-many -t build",
"mini-ci": "nx format:write && nx affected -t typecheck && nx affected -t test,lint --max-warnings=0",
"reload-dm": "git submodule update --init",
"update-dm": "git submodule update --remote"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.18.6",
"@emotion/babel-plugin": "11.11.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.0.0",
"@mui/types": "^7.2.6",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/cypress": "16.10.0",
"@nx/devkit": "16.10.0",
"@nx/esbuild": "16.10.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/jest": "16.10.0",
"@nx/js": "16.10.0",
"@nx/linter": "16.10.0",
"@nx/nest": "^16.10.0",
"@nx/next": "^16.10.0",
"@nx/node": "^16.10.0",
"@nx/plugin": "16.10.0",
"@nx/react": "16.10.0",
"@nx/vite": "16.10.0",
"@nx/web": "16.10.0",
"@nx/webpack": "16.10.0",
"@nx/workspace": "16.10.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@prisma/nextjs-monorepo-workaround-plugin": "^5.12.1",
"@svgr/webpack": "8.0.1",
"@swc-node/register": "1.4.2",
"@swc/cli": "~0.1.62",
"@swc/core": "1.3.92",
"@swc/plugin-emotion": "^2.5.67",
"@testing-library/react": "14.0.0",
"@types/jest": "29.4.4",
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "18.14.2",
"@types/passport-jwt": "^3.0.10",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vitejs/plugin-react": "4.0.0",
"@vitest/coverage-c8": "^0.32.0",
"@vitest/ui": "^0.32.0",
"babel-jest": "29.4.3",
"cypress": "^13.0.0",
"esbuild": "^0.17.17",
"eslint": "8.46.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "8.6.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",
"gh-pages": "^5.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"jsdom": "22.1.0",
"nx": "16.10.0",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.4",
"prisma": "^5.5.2",
"react-refresh": "^0.10.0",
"swc-loader": "0.1.15",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.3",
"url-loader": "^4.1.1",
"vite": "^4.3.9",
"vite-plugin-dts": "2.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^1.0.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "^0.32.0",
"yaml": "^2.3.4"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@apollo/server": "^4.9.5",
"@auth/prisma-adapter": "^1.0.5",
"@emotion/cache": "^11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.12",
"@mui/lab": "^5.0.0-alpha.147",
"@mui/material": "^5.14.12",
"@mui/material-nextjs": "^5.15.0",
"@nestjs/apollo": "^12.0.9",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/graphql": "^12.0.9",
"@nestjs/jwt": "^10.1.1",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@prisma/client": "^5.4.2",
"@swc/helpers": "0.5.3",
"accept-language": "^3.0.18",
"axios": "^1.0.0",
"core-js": "^3.28.0",
"graphql": "^16.8.1",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"i18next-resources-to-backend": "^1.1.4",
"jsonwebtoken": "^9.0.2",
"next": "14.0.3",
"next-auth": "^4.23.2",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"react": "18.2.0",
"react-cookie": "^6.1.1",
"react-dom": "18.2.0",
"react-ga4": "^1.4.1",
"react-i18next": "^13.3.1",
"react-markdown": "^8.0.5",
"react-router-dom": "6.11.2",
"recharts": "^2.4.3",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.11",
"remark-gfm": "^3.0.1",
"rxjs": "^7.8.0",
"tesseract.js": "^5.0.2",
"tslib": "^2.5.0"
},
"packageManager": "yarn@3.4.1"
}