This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 4.61 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
{
"name": "electron-shogi",
"version": "1.19.0-0",
"description": "Shogi Frontend Application",
"author": "Kubo, Ryosuke",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/sunfish-shogi/electron-shogi.git"
},
"keywords": [
"shogi"
],
"bugs": {
"url": "https://github.com/sunfish-shogi/electron-shogi/issues"
},
"homepage": "https://github.com/sunfish-shogi/electron-shogi#readme",
"scripts": {
"compile": "vite build",
"serve": "vite",
"build": "vite build --outDir docs/webapp",
"build:dev": "vite build --outDir docs/webapp-dev",
"preview": "vite preview",
"test": "vitest run",
"bench": "vitest bench",
"coverage": "npm test -- --coverage",
"test:ui": "vitest --ui --coverage",
"lint": "vue-tsc --noEmit && eslint --fix --max-warnings 0 . && prettier --write .",
"electron:compile": "tsc --project ./tsconfig.bg.json && tsc-alias && webpack --config-name preload",
"electron:compile-all": "npm run compile && npm run electron:compile",
"electron:pack": "npm run electron:compile-all && webpack --config-name background",
"electron:serve": "npm run electron:compile && concurrently --kill-others vite \"electron --remote-debugging-port=9223 .\" \"tsc --project ./tsconfig.bg.json --sourceMap -w\" \"tsc-alias -w\" \"node ./scripts/fake-release-api.mjs\"",
"electron:build": "npm run electron:pack && node scripts/build.mjs",
"electron:portable": "npm run electron:pack && node scripts/build.mjs portable",
"electron:preview": "npm run electron:compile-all && electron .",
"license": "node scripts/report-license.mjs",
"license:commit": "npm run license && git add . && git commit -m \"license\" || git diff",
"docs": "ts-node scripts/build-docs-templates.ts",
"release": "npm run build && npm run build:dev && git add . && git commit -m \"release\"",
"release:patch": "npm run license:commit && npm version patch && ts-node scripts/publish-release.ts && npm run docs && npm run release",
"release:minor": "npm run license:commit && npm version minor && ts-node scripts/publish-release.ts && npm run docs && npm run release",
"release:preminor": "npm run license:commit && npm version preminor && npm run release",
"release:prerelease": "npm run license:commit && npm version prerelease && npm run release",
"release:stable": "ts-node scripts/publish-release.ts stable && npm run docs && git add . && git commit -m \"update stable version\"",
"command:compile": "tsc --project ./tsconfig.cmd.json && tsc-alias",
"usi-csa-bridge:build": "npm run command:compile && webpack --config-name command:usi-csa-bridge && node scripts/distribute-command.mjs usi-csa-bridge",
"usi-csa-bridge:install": "npm run usi-csa-bridge:build && npm install -g ./dist/command/usi-csa-bridge"
},
"main": "dist/src/background/index.js",
"dependencies": {
"@github/hotkey": "^3.1.0",
"async-lock": "^1.4.0",
"chart.js": "^4.0.1",
"dayjs": "^1.11.12",
"electron-context-menu": "^3.6.1",
"encoding-japanese": "^2.0.0",
"jimp": "^1.6.0",
"log4js": "^6.7.0",
"semver": "^7.5.4",
"splitpanes": "^3.1.5",
"tsshogi": "^1.4.0",
"vue": "^3.4.34",
"yaml": "^2.5.0"
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/async-lock": "^1.4.0",
"@types/encoding-japanese": "^2.0.1",
"@types/license-checker": "^25.0.6",
"@types/semver": "^7.5.8",
"@types/splitpanes": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.2",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.2.1",
"archiver": "^7.0.1",
"concurrently": "^9.0.1",
"depcheck": "^1.4.7",
"electron": "^33.0.2",
"electron-builder": "^25.0.5",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.7.0",
"jsdom": "^25.0.0",
"license-checker": "^25.0.1",
"prettier": "^3.0.1",
"terser-webpack-plugin": "^5.3.6",
"ts-node": "^10.9.1",
"tsc-alias": "^1.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.6",
"vitest": "^2.0.2",
"vue-tsc": "^2.0.14",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.0"
},
"overrides": {
"dir-compare": {
"minimatch": ">=3.0.5"
},
"parse-bmfont-xml": {
"xml2js": ">=0.5.0"
}
}
}