-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
64 lines (64 loc) · 2.03 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
{
"name": "hoyo.gacha",
"version": "0.4.3",
"description": "An unofficial tool for managing and analyzing your miHoYo gacha records",
"author": "lgou2w <[email protected]>",
"homepage": "https://github.com/lgou2w/HoYo.Gacha#readme",
"repository": "https://github.com/lgou2w/HoYo.Gacha.git",
"license": "MIT OR Apache-2.0",
"private": "true",
"type": "module",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=7.0.0"
},
"scripts": {
"tauri": "tauri",
"tauri:dev": "cross-env RUST_LOG=debug tauri dev",
"tauri:build": "tauri build",
"dev": "cross-env NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production tsc && vite build",
"lint": "eslint --ext .ts,.tsx --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .ts,.tsx --ignore-path .gitignore ."
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@mui/system": "^5.16.0",
"@nivo/calendar": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@nivo/tooltip": "^0.87.0",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.50.1",
"@tauri-apps/api": "^1.6.0",
"dayjs": "^1.11.11",
"immer": "^10.1.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-router-dom": "^6.24.1",
"use-immer": "^0.10.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.0",
"@types/node": "^18.19.39",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-react": "^7.34.3",
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}