forked from frzyc/genshin-optimizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.86 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.86 KB
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
{
"name": "genshin-optimizer",
"version": "9.13.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 test,lint --max-warnings=0",
"reload-dm": "nx run-many -t load-dm --skip-nx-cache"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@emotion/babel-plugin": "11.11.0",
"@nx/cypress": "16.4.3",
"@nx/devkit": "16.4.3",
"@nx/eslint-plugin": "16.4.3",
"@nx/jest": "16.4.3",
"@nx/js": "16.4.3",
"@nx/linter": "16.4.3",
"@nx/plugin": "16.4.3",
"@nx/react": "16.4.3",
"@nx/vite": "16.4.3",
"@nx/web": "16.4.3",
"@nx/webpack": "16.4.3",
"@nx/workspace": "16.4.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "8.0.1",
"@swc-node/register": "~1.4.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@testing-library/react": "14.0.0",
"@types/jest": "29.4.4",
"@types/node": "18.14.2",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"@vitejs/plugin-react": "4.0.0",
"@vitest/coverage-c8": "^0.32.0",
"@vitest/ui": "^0.32.0",
"babel-jest": "29.4.3",
"cypress": "12.11.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"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",
"jsdom": "22.1.0",
"nx": "16.4.3",
"prettier": "^2.8.4",
"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-tsconfig-paths": "4.2.0",
"vitest": "^0.32.0"
},
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "^5.0.0-alpha.120",
"@mui/material": "^5.11.10",
"@swc/helpers": "~0.5.0",
"core-js": "^3.28.0",
"core-js-pure": "^3.32.1",
"i18next": "^22.4.10",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^1.4.1",
"react-i18next": "^12.1.5",
"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",
"terser-webpack-plugin": "^5.3.6",
"tesseract.js": "^4.0.2",
"tslib": "^2.5.0"
},
"packageManager": "yarn@3.4.1"
}