-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.43 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.43 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
{
"private": true,
"type": "module",
"scripts": {
"editor:dev": "vite --config vite.editor.config.ts",
"editor:build": "vite build --config vite.editor.config.ts",
"admin:dev": "vite --config vite.admin.config.ts",
"admin:build": "vite build --config vite.admin.config.ts",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"devDependencies": {
"@ark-ui/vue": "^5.36.2",
"@craftile/editor": "^1.1.0",
"@craftile/plugin-common-properties": "^1.1.0",
"@craftile/preview-client": "^1.1.0",
"@craftile/preview-client-html": "^1.1.0",
"@craftile/types": "^1.1.0",
"@iconify-json/bi": "^1.2.7",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/lucide": "^1.2.105",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ri": "^1.2.10",
"@red-asuka/vitepress-plugin-tabs": "^0.0.4",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"@tiptap/extension-bold": "^3.22.5",
"@tiptap/extension-bullet-list": "^3.22.5",
"@tiptap/extension-document": "^3.22.5",
"@tiptap/extension-heading": "^3.22.5",
"@tiptap/extension-italic": "^3.22.5",
"@tiptap/extension-list-item": "^3.22.5",
"@tiptap/extension-ordered-list": "^3.22.5",
"@tiptap/extension-paragraph": "^3.22.5",
"@tiptap/extension-text": "^3.22.5",
"@tiptap/extension-underline": "^3.22.5",
"@tiptap/pm": "^3.22.5",
"@tiptap/vue-3": "^3.22.5",
"@types/node": "^25.6.0",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/ui": "^4.1.5",
"@vue/test-utils": "^2.4.10",
"@vueuse/core": "^14.1.0",
"@zag-js/file-upload": "^1.40.0",
"@zag-js/vue": "^1.40.0",
"feed": "^5.2.1",
"happy-dom": "^20.9.0",
"jsdom": "^29.1.1",
"laravel-vite-plugin": "^3.1.0",
"morphdom": "^2.7.8",
"nprogress": "^0.2.0",
"perfect-debounce": "^2.1.0",
"postcss-prefixwrap": "^1.57.2",
"puppeteer": "^24.42.0",
"tailwindcss": "^4.1.16",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^32.0.0",
"unplugin-vue-macros": "^2.14.5",
"vite": "^8.0.10",
"vitepress": "^2.0.0-alpha.17",
"vitepress-plugin-llms": "^1.12.1",
"vitest": "^4.1.5",
"vue": "^3.5.25",
"vue3-tabs-component": "^1.3.7"
}
}