-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathpackage.json
More file actions
198 lines (198 loc) · 8.09 KB
/
Copy pathpackage.json
File metadata and controls
198 lines (198 loc) · 8.09 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
{
"name": "tidgi",
"productName": "TidGi",
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
"version": "0.14.0",
"license": "MPL 2.0",
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916",
"scripts": {
"start:init": "pnpm run clean && pnpm run init:git-submodule && pnpm run build:plugin && cross-env NODE_ENV=development tsx scripts/developmentMkdir.ts && pnpm run start:dev",
"start:dev": "cross-env NODE_ENV=development electron-forge start",
"clean": "pnpm run clean:cache && rimraf -- ./out ./logs ./userData-dev ./userData-test ./wiki-dev ./wiki-test ./test-artifacts ./node_modules/tiddlywiki/plugins/linonetwo",
"clean:cache": "rimraf -- ./node_modules/.vite .vite",
"start:dev:debug-worker": "cross-env NODE_ENV=development DEBUG_WORKER=true electron-forge start",
"start:dev:debug-main": "cross-env NODE_ENV=development DEBUG_MAIN=true electron-forge start",
"start:dev:debug-vite": "cross-env NODE_ENV=development DEBUG=electron-forge:* electron-forge start",
"start:dev:debug-react": "cross-env NODE_ENV=development DEBUG_REACT=true electron-forge start",
"build:plugin": "zx scripts/compilePlugins.mjs",
"test": "pnpm run test:unit && pnpm run test:prepare-e2e && pnpm run test:e2e:calibrate && pnpm run test:e2e",
"test:unit": "cross-env ELECTRON_RUN_AS_NODE=1 ./node_modules/.bin/electron --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run",
"test:unit:coverage": "pnpm run test:unit --coverage",
"test:prepare-e2e": "cross-env READ_DOC_BEFORE_USING='docs/Testing.md' && pnpm run clean && pnpm run build:plugin && cross-env NODE_ENV=test DEBUG=electron-forge:* electron-forge package",
"test:e2e:calibrate": "cross-env NODE_ENV=test TIDGI_E2E_IS_CALIBRATION=true tsx scripts/developmentMkdir.ts && cross-env NODE_ENV=test TIDGI_E2E_IS_CALIBRATION=true tsx scripts/end-to-end-preflight.ts",
"test:e2e": "cross-env NODE_ENV=test tsx scripts/run-e2e.ts",
"test:manual-e2e": "pnpm exec cross-env SHOW_E2E_WINDOW=1 NODE_ENV=test tsx ./scripts/start-e2e-app.ts",
"make": "pnpm run build:plugin && cross-env NODE_ENV=production electron-forge make",
"make:analyze": "cross-env ANALYZE=true pnpm run make",
"init:git-submodule": "git submodule update --init --recursive && git submodule update --remote",
"lint": "eslint ./src ./features ./scripts ./localization ./*.ts --ext js,ts,tsx,json",
"lint:fix": "eslint ./src ./features ./scripts ./localization ./*.ts --ext ts,tsx,json --fix",
"check": "tsc --noEmit --skipLibCheck",
"validate:push": "pnpm run check && pnpm run lint --max-warnings 0",
"prepare": "husky",
"installType": "typesync"
},
"repository": "https://github.com/tiddly-gittly/TidGi-Desktop",
"author": "Lin Onetwo <linonetwo012@gmail.com>, Quang Lam <quang.lam2807@gmail.com>",
"main": ".vite/build/main.js",
"dependencies": {
"@ai-sdk/anthropic": "^3.0.81",
"@ai-sdk/deepseek": "^2.0.35",
"@ai-sdk/openai": "^3.0.68",
"@ai-sdk/openai-compatible": "^2.0.48",
"@algolia/autocomplete-js": "^1.19.8",
"@algolia/autocomplete-theme-classic": "^1.19.8",
"@applitools/dom-snapshot": "^4.17.2",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "9.0.0",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@dr.pogodin/react-helmet": "^3.2.2",
"@fontsource/roboto": "^5.2.10",
"@modelcontextprotocol/sdk": "^1.29.0",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^9.0.1",
"@mui/material": "^9.0.1",
"@mui/system": "^9.0.1",
"@mui/types": "^9.0.0",
"@mui/x-date-pickers": "^9.4.0",
"@rjsf/core": "6.6.1",
"@rjsf/mui": "6.6.1",
"@rjsf/utils": "6.6.1",
"@rjsf/validator-ajv8": "6.6.1",
"@tomplum/react-git-log": "^3.5.1",
"ai": "^6.0.197",
"ansi-to-html": "^0.7.2",
"app-path": "^4.0.0",
"beautiful-react-hooks": "5.0.3",
"best-effort-json-parser": "1.4.1",
"better-sqlite3": "^12.10.0",
"bluebird": "3.7.2",
"croner": "^10.0.1",
"date-fns": "4.4.0",
"dugite": "3.2.2",
"electron-dl": "^4.0.0",
"electron-ipc-cat": "2.4.0",
"electron-settings": "5.0.0",
"electron-unhandled": "5.0.0",
"electron-window-state": "5.0.3",
"espree": "^11.2.0",
"exponential-backoff": "^3.1.3",
"fs-extra": "11.3.5",
"git-sync-js": "^2.4.0",
"graphql-hooks": "8.2.0",
"html-minifier-terser": "^7.2.0",
"i18next": "26.3.1",
"i18next-electron-fs-backend": "4.0.0",
"i18next-fs-backend": "2.6.6",
"immer": "^11.1.8",
"intercept-stdout": "0.1.2",
"inversify": "8.1.0",
"jimp": "1.6.1",
"json5": "^2.2.3",
"lodash": "4.18.1",
"material-ui-popup-state": "^5.3.7",
"menubar": "9.5.2",
"monaco-editor": "^0.55.1",
"nanoid": "^5.1.11",
"new-github-issue-url": "^1.1.0",
"node-fetch": "3.3.2",
"nsfw": "^2.3.1",
"oidc-client-ts": "^3.5.0",
"ollama-ai-provider-v2": "^3.5.1",
"playwright-core": "1.60.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-i18next": "17.0.8",
"react-masonry-css": "^1.0.16",
"react-window": "^2.2.7",
"react-window-infinite-loader": "^2.0.1",
"reflect-metadata": "0.2.2",
"registry-js": "1.16.1",
"rotating-file-stream": "^3.2.9",
"rxjs": "7.8.2",
"semver": "7.8.2",
"serialize-error": "^13.0.1",
"simplebar": "6.3.3",
"simplebar-react": "3.3.2",
"source-map-support": "0.5.21",
"sqlite-vec": "0.1.9",
"strip-ansi": "^7.2.0",
"tapable": "^2.3.3",
"tiddlywiki": "5.4.0",
"tidgi-shared": "0.1.6",
"type-fest": "5.7.0",
"typeorm": "^1.0.0",
"v8-compile-cache-lib": "^3.0.1",
"winston": "3.19.0",
"winston-daily-rotate-file": "5.0.0",
"winston-transport": "4.9.0",
"wouter": "^3.10.0",
"zod": "^4.4.3",
"zustand": "^5.0.14",
"zx": "8.8.5"
},
"devDependencies": {
"@cucumber/cucumber": "^13.0.0",
"@electron-forge/cli": "8.0.0-alpha.9",
"@electron-forge/maker-deb": "8.0.0-alpha.9",
"@electron-forge/maker-flatpak": "8.0.0-alpha.9",
"@electron-forge/maker-msix": "8.0.0-alpha.9",
"@electron-forge/maker-rpm": "8.0.0-alpha.9",
"@electron-forge/maker-snap": "8.0.0-alpha.9",
"@electron-forge/maker-squirrel": "8.0.0-alpha.9",
"@electron-forge/maker-zip": "8.0.0-alpha.9",
"@electron-forge/plugin-auto-unpack-natives": "8.0.0-alpha.9",
"@electron-forge/plugin-vite": "8.0.0-alpha.9",
"@electron/rebuild": "^4.0.4",
"@fetsorn/vite-node-worker": "^1.0.1",
"@reforged/maker-appimage": "5.2.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/better-sqlite3": "^7.6.13",
"@types/bluebird": "3.5.42",
"@types/chai": "5.2.3",
"@types/fs-extra": "11.0.4",
"@types/html-minifier-terser": "^7.0.2",
"@types/intercept-stdout": "0.1.4",
"@types/lodash": "4.17.24",
"@types/node": "25.9.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/react-jsonschema-form": "^1.7.13",
"@types/semver": "7.7.1",
"@types/source-map-support": "0.5.10",
"@vitejs/plugin-react": "^6.0.2",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/ui": "^4.1.8",
"baseline-browser-mapping": "^2.10.34",
"chai": "6.2.2",
"cross-env": "10.1.0",
"dprint": "^0.54.0",
"electron": "41.7.1",
"electron-chrome-web-store": "^0.13.0",
"esbuild": "^0.28.0",
"eslint-config-tidgi": "^3.1.0",
"husky": "9.1.7",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^29.1.1",
"memory-fs": "^0.5.0",
"node-loader": "2.1.0",
"oauth2-mock-server": "^8.2.3",
"path-browserify": "^1.0.1",
"playwright": "^1.60.0",
"rimraf": "^6.1.3",
"ts-node": "10.9.2",
"tsx": "^4.22.4",
"tw5-typed": "^1.1.5",
"typescript": "6.0.3",
"typesync": "0.14.3",
"unplugin-swc": "^1.5.9",
"vite": "^8.0.16",
"vite-bundle-analyzer": "^1.3.8",
"vite-plugin-monaco-editor": "^1.1.0",
"vitest": "^4.1.8"
},
"private": false
}