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{
"name": "thothscript",
"version": "0.1.8",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"mitt": "^3.0.1",
"pinia": "^3.0.4",
"vue": "^3.5.27",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@gptscript-ai/gptscript": "^0.9.8",
"@rushstack/eslint-patch": "^1.15.0",
"@tsconfig/node20": "^20.1.8",
"@types/dompurify": "^3.2.0",
"@types/jsdom": "^27.0.0",
"@types/node": "^25.0.9",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"@vueuse/core": "^14.1.0",
"dompurify": "^3.3.1",
"eslint": "^9.39.2",
"eslint-plugin-playwright": "^2.5.0",
"eslint-plugin-vue": "^10.7.0",
"highlight.js": "^11.11.1",
"jsdom": "^27.4.0",
"marked": "^17.0.1",
"npm-run-all2": "^8.0.4",
"prettier": "^3.8.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.2.2"
}
}