-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
143 lines (143 loc) · 4.79 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
143
{
"name": "baldurs-gate3-mod-manager",
"version": "1.5.0",
"description": "A foundation for scalable desktop apps",
"keywords": [
"Baldur's",
"Gate",
"3",
"Mod",
"Manager",
"mac",
"os"
],
"homepage": "https://github.com/mkinfrared/baldurs-gate3-mod-manager",
"bugs": {
"url": "https://github.com/mkinfrared/baldurs-gate3-mod-manager/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkinfrared/baldurs-gate3-mod-manager.git"
},
"license": "MIT",
"author": {
"name": "Mikhail Korotkov",
"email": "mkinfrared@gmail.com"
},
"main": "./out/main/index.js",
"scripts": {
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "pnpm typecheck:node && pnpm typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"dev:debug": "pnpm run dev --sourcemap --remote-debugging-port=9222",
"build": "pnpm build:clean && pnpm build:net pnpm typecheck && electron-vite build",
"build:net": "node ./scripts/buildDotnet.js",
"build:clean": "node ./scripts/clean.js",
"postinstall": "electron-builder install-app-deps",
"build:win": "pnpm build && electron-builder --win --config electron-builder.json --publish never",
"build:mac": "pnpm build && electron-builder --mac --config electron-builder.json --publish never",
"build:linux": "pnpm build && electron-builder --linux --config electron-builder.json --publish never",
"prepare": "husky install",
"lint": "pnpm format && pnpm lint:styles && pnpm lint:ts",
"lint:ts": "eslint -c .eslintrc --cache --fix --ext .ts,.tsx .",
"lint:styles": "stylelint \"**/*.scss\" --fix",
"format": "prettier --write .",
"coverage": "open-cli coverage/lcov-report/index.html",
"release": "commit-and-tag-version",
"test": "vitest run -c vitest.config.ts"
},
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
"@electron-toolkit/utils": "^2.0.1",
"@hookform/resolvers": "^3.3.2",
"@prettier/plugin-xml": "^3.2.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.10.7",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@total-typescript/ts-reset": "^0.5.1",
"@trpc/client": "^10.43.1",
"@trpc/react-query": "^10.43.1",
"@trpc/server": "^10.43.1",
"cheerio": "1.0.0-rc.12",
"comlink": "^4.4.1",
"dayjs": "^1.11.10",
"electron-cgi": "^1.0.6",
"electron-debug": "^3.2.0",
"electron-log": "^5.0.0",
"electron-updater": "^6.1.4",
"libarchive-wasm": "^1.1.0",
"lodash-es": "^4.17.21",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-router-dom": "^6.18.0",
"react-router-typesafe-routes": "^1.2.1",
"react-use": "^17.4.0",
"superjson": "^1.13.3",
"yup": "^1.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^1.0.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-beautiful-dnd": "^13.1.6",
"@types/react-dom": "^18.2.14",
"@types/react-test-renderer": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.1.1",
"@vitest/coverage-istanbul": "^0.34.6",
"commit-and-tag-version": "^12.0.0",
"electron": "27.0.3",
"electron-builder": "^24.6.4",
"electron-vite": "^1.0.28",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-no-unsupported-browser-features": "^7.0.0",
"stylelint-order": "^6.0.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-svgr": "^4.1.0",
"vitest": "^0.34.6"
},
"lint-staged": {
"*.json": [
"prettier --write"
],
"*.{css,scss}": [
"prettier --write",
"stylelint --fix"
],
"*.{js,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
}
}