-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
{
"private": true,
"name": "senpaq-tally",
"description": "Program to count similar and dissimilar mc summaries.",
"version": "1.1.1",
"author": "James Blackburn <blackburnfjames@gmail.com>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps",
"prepare": "husky"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@eslint/js": "^9.4.0",
"@types/eslint__js": "^8.42.3",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"typescript-eslint": "^7.12.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/compat": "^1.0.3",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"autoprefixer": "^10.4.19",
"electron": "^29.3.0",
"electron-builder": "^24.13.3",
"eslint": "9.x",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.2",
"globals": "^15.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"next": "^13.5.6",
"nextron": "^8.15.0",
"node-license-validator": "^1.3.2",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier-plugin-classnames": "^0.6.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}