-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.97 KB
/
package.json
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
{
"name": "translate",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/fira-code": "^5.1.1",
"@fontsource-variable/noto-sans-sc": "^5.1.1",
"@fontsource-variable/open-sans": "^5.1.1",
"@iconify-json/tabler": "^1.2.15",
"@nuxt/ui": "3.0.0-alpha.11",
"@pinia/colada": "^0.13.3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0",
"@tiptap/core": "^2.11.3",
"@tiptap/extension-document": "^2.11.3",
"@tiptap/extension-paragraph": "^2.11.3",
"@tiptap/extension-placeholder": "^2.11.3",
"@tiptap/extension-text": "^2.11.3",
"@tiptap/extension-underline": "^2.11.3",
"@tiptap/pm": "^2.11.3",
"@tiptap/starter-kit": "^2.11.3",
"@tiptap/vue-3": "^2.11.2",
"@tsconfig/node22": "^22.0.0",
"@unhead/vue": "^1.11.18",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/shared": "^3.5.13",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^12.5.0",
"@vueuse/integrations": "^12.5.0",
"browserslist": "^4.24.4",
"change-case": "^5.4.4",
"destr": "^2.0.3",
"dompurify": "^3.2.3",
"husky": "^9.1.7",
"lightningcss": "^1.29.1",
"lodash-es": "^4.17.21",
"ofetch": "^1.4.1",
"ohash": "^1.1.4",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"snabbdom": "^3.6.2",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.0.0",
"unplugin-vue-router": "^0.11.1",
"uuid": "^11.0.5",
"vite": "^6.0.11",
"vite-plugin-vue-devtools": "^7.7.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^4.6.0",
"@types/bun": "^1.2.0",
"@types/lodash-es": "^4.17.12",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.7.3"
}
}