-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·103 lines (103 loc) · 3.06 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·103 lines (103 loc) · 3.06 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
{
"name": "swot",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "biome check --diagnostic-level=warn",
"lint:fix": "biome check --write --diagnostic-level=warn",
"no_test": "jest",
"test": "echo \"Error: no test specified\" && exit 1",
"no_lint": "eslint",
"no_lintOld": "eslint . --ext js,jsx,ts,tsx,vue --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@formily/core": "^2.3.3",
"@formily/vue": "^2.3.3",
"@hey-api/client-fetch": "^0.5.7",
"@kalimahapps/vue-icons": "^1.7.1",
"@primeuix/themes": "^1.1.1",
"@vueuse/core": "^11.3.0",
"@vueuse/rxjs": "^11.3.0",
"ai-util": "^0.0.7",
"axios": "^1.9.0",
"blueimp-md5": "^2.19.0",
"bootstrap": "^5.3.6",
"clipboard": "^2.0.11",
"d3": "^7.9.0",
"dexie": "^4.0.11",
"file-saver": "^2.0.5",
"github-markdown-css": "^5.8.1",
"immer": "^10.1.1",
"jschardet": "^3.1.4",
"json5": "^2.2.3",
"llm-utils": "^0.0.4",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"nanoid": "^5.1.5",
"openai": "^4.98.0",
"pako": "^2.1.0",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.3.0",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "~6.5.10",
"primeicons": "^7.0.0",
"primevue": "^4.3.4",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"reka-ui": "^2.2.1",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"rxjs": "^7.8.2",
"unified": "^11.0.5",
"vue": "^3.5.13",
"vue-i18n": "^10.0.7",
"vue-router": "^4.5.1",
"vue3-popper": "^1.5.0",
"yaml": "^2.7.1",
"zipson": "^0.2.12"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.26.0",
"@hey-api/openapi-ts": "^0.60.1",
"@primevue/auto-import-resolver": "^4.3.4",
"@types/blueimp-md5": "^2.18.2",
"@types/d3": "^7.4.3",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.16",
"@types/markdown-it": "^14.1.2",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"@unocss/eslint-config": "^0.63.6",
"@unocss/preset-mini": "66.1.0-beta.6",
"@unocss/preset-wind4": "66.1.0-beta.6",
"@unocss/reset": "^0.59.4",
"@unocss/transformer-compile-class": "^0.59.4",
"@unocss/transformer-directives": "^0.59.4",
"@unocss/transformer-variant-group": "^0.59.4",
"@vitejs/plugin-vue": "^5.2.4",
"eslint": "^9.26.0",
"eslint-plugin-vue": "^9.33.0",
"globals": "^15.15.0",
"sass": "^1.88.0",
"stylus": "^0.63.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0",
"unocss": "66.1.0-beta.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.19",
"vue-tsc": "^2.2.10"
}
}