-
Notifications
You must be signed in to change notification settings - Fork 234
/
package.json
117 lines (117 loc) · 3.58 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
{
"name": "genshin-optimizer",
"version": "10.15.4",
"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 eslint:lint --max-warnings=0 && CI=true nx affected -t test",
"reload-dm": "git submodule update --init",
"update-dm": "git submodule update --remote",
"gen-file": "nx run-many -t gen-file",
"test": "nx run-many -t test"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.18.6",
"@emotion/babel-plugin": "11.11.0",
"@mui/types": "^7.2.14",
"@nx/cypress": "19.5.6",
"@nx/devkit": "19.5.6",
"@nx/esbuild": "19.5.6",
"@nx/eslint": "19.5.6",
"@nx/eslint-plugin": "19.5.6",
"@nx/jest": "19.5.6",
"@nx/js": "19.5.6",
"@nx/next": "19.5.6",
"@nx/node": "19.5.6",
"@nx/plugin": "19.5.6",
"@nx/react": "19.5.6",
"@nx/vite": "19.5.6",
"@nx/web": "19.5.6",
"@nx/webpack": "19.5.6",
"@nx/workspace": "19.5.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "8.0.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.25",
"@testing-library/react": "15.0.6",
"@types/jest": "29.4.4",
"@types/node": "^18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitejs/plugin-react": "4.2.0",
"@vitest/coverage-c8": "^0.32.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"babel-jest": "29.4.3",
"cypress": "13.13.0",
"esbuild": "0.19.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"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",
"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": "19.5.6",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.4",
"react-refresh": "^0.10.0",
"supabase": "^1.178.2",
"swc-loader": "0.1.15",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"url-loader": "^4.1.1",
"vite": "^5.0.0",
"vite-plugin-dts": "~3.8.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^1.0.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "^1.3.1",
"webpack-cli": "^5.1.4",
"yaml": "^2.3.4"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.14.12",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.16.6",
"@mui/material-nextjs": "^5.16.6",
"@mui/system": "^5.16.6",
"@supabase/ssr": "^0.3.0",
"@swc/helpers": "0.5.11",
"core-js": "^3.28.0",
"discord.js": "^14.16.1",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-fs-backend": "^2.3.1",
"i18next-http-backend": "^2.1.1",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"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",
"regenerator-runtime": "0.13.11",
"remark-gfm": "^3.0.1",
"tesseract.js": "^5.0.2",
"tslib": "^2.5.0"
},
"packageManager": "[email protected]"
}