-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.38 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.38 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
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
{
"name": "tinker",
"productName": "TINKER",
"appId": "io.liriliri.tinker",
"version": "1.18.0",
"description": "Toolbox for Everyone",
"main": "index.js",
"private": true,
"workspaces": [
"plugins/api-types",
"plugins/tinker-*",
"plugins/vendor"
],
"scripts": {
"dev": "concurrently \"npm run dev:main\" \"npm run dev:preload\" \"npm run dev:renderer\"",
"dev:main": "vite build --watch --config vite.main.ts --mode=development",
"dev:preload": "vite build --watch --config vite.preload.ts --mode=development",
"dev:renderer": "vite",
"build": "zx script/build.mjs",
"build:renderer": "vite build",
"build:main": "vite build --config vite.main.ts",
"build:preload": "vite build --config vite.preload.ts",
"build:plugin": "cd plugins/vendor && npm run build && cd ../../ && lerna run build",
"pack": "zx script/pack.mjs",
"minify": "zx script/minify.mjs",
"start": "electron ./dist/main/index.js --inspect=9229 --remote-debugging-port=9222",
"lint": "eslint \"src/**/*.{ts,tsx}\" \"plugins/tinker-*/src/**/*.{ts,tsx}\" \"plugins/share/**/*.{ts,tsx}\" \"plugins/vendor/*.ts\"",
"format": "lsla prettier \"src/**/*.{ts,tsx,scss,css,json}\" \"*.{js,ts,json}\" \"script/*.mjs\" --write && npm run format:plugin",
"format:plugin": "lsla prettier \"plugins/tinker-*/src/**/*.{ts,tsx,json,scss}\" \"plugins/*.{js,ts,json}\" \"plugins/share/**/*.{ts,tsx}\" \"plugins/vendor/*.{json,ts}\" --write",
"gen:theme": "lsla genTheme --input src/common/theme.json --output src/renderer/theme.scss && lsla genTheme --input src/common/theme.json --output src/common/theme.ts",
"gen:icon": "lsla genIcon --input src/renderer/ --output src/renderer/icon.css --name tinker-icon --source src/renderer/icon/",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"init": "npm run resources",
"resources": "zx script/resources.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liriliri/tinker.git"
},
"keywords": [
"tinker"
],
"author": {
"name": "surunzi",
"email": "surunzi@foxmail.com"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/liriliri/tinker/issues"
},
"homepage": "https://github.com/liriliri/tinker#readme",
"devDependencies": {
"@ai-sdk/anthropic": "^3.0.63",
"@ai-sdk/openai": "^3.0.47",
"@tailwindcss/postcss": "^4.1.17",
"@types/fs-extra": "^11.0.4",
"@types/koa": "^3.0.1",
"@types/node": "^25.0.3",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"@xmldom/xmldom": "^0.9.8",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"adm-zip": "^0.5.16",
"autoprefixer": "^10.4.22",
"commander": "^14.0.3",
"concurrently": "^9.2.0",
"custom-electron-titlebar": "4.2.8",
"electron": "30.5.1",
"electron-builder": "^25.1.8",
"electron-updater": "^6.6.2",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"fix-path": "^5.0.0",
"glob": "^13.0.0",
"i18next": "^25.7.3",
"iconv-lite": "^0.7.2",
"lerna": "^9.0.3",
"luna-data-grid": "^2.0.2",
"luna-drag-selector": "^0.1.0",
"luna-icon-list": "^0.3.1",
"luna-menu": "^0.2.0",
"luna-modal": "^1.3.3",
"luna-notification": "^0.3.3",
"luna-performance-monitor": "^1.2.2",
"luna-scrollbar": "^0.2.0",
"luna-split-pane": "^0.4.1",
"luna-toolbar": "^0.9.2",
"mime": "^4.1.0",
"mobx": "^6.15.0",
"mobx-react-lite": "^4.1.1",
"p-queue": "^9.1.0",
"pinyin": "^4.0.0",
"plist": "^3.1.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^16.4.0",
"sass": "^1.89.2",
"terser": "^5.48.0",
"typescript-eslint": "^8.39.0",
"vite": "^5.4.19",
"vite-plugin-svgr": "^4.5.0",
"zod": "^4.3.6",
"zx": "^8.8.5"
},
"optionalDependencies": {
"extract-file-icon": "^0.3.2",
"file-icon": "^6.0.0",
"node-mac-permissions": "^2.5.0",
"registry-js": "^1.16.1"
},
"dependencies": {
"@vscode/ripgrep": "1.17.1",
"chokidar": "^4.0.3",
"ffmpeg-static": "^5.3.0",
"fs-extra": "^11.3.0",
"licia": "^1.48.1",
"node-pty": "^1.1.0",
"npm": "^11.13.0",
"uiohook-napi": "1.5.4"
}
}