-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 3.8 KB
/
Copy pathpackage.json
File metadata and controls
128 lines (128 loc) · 3.8 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
{
"name": "@thecodeorigin/pnpm-plugin-shared",
"version": "0.0.0-development",
"description": "Shared pnpm catalogs and configuration for THECODEORIGIN projects",
"license": "MIT",
"type": "commonjs",
"private": false,
"files": [
"pnpmfile.cjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thecodeorigin/pnpm.git"
},
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@11.22.0",
"engines": {
"pnpm": ">=11.8.0"
},
"scripts": {
"build:package": "node scripts/build-package.mjs",
"check": "node --test",
"release": "semantic-release"
},
"dependencies": {
"@antfu/eslint-config": "^8.0.0",
"@casl/ability": "^6.8.1",
"@casl/vue": "^2.2.6",
"@iconify-json/lucide": "^1.2.104",
"@iconify-json/simple-icons": "^1.2.80",
"@libsql/client": "^0.17.0",
"@libsql/client-wasm": "^0.17.0",
"@nuxt/a11y": "1.0.0-alpha.1",
"@nuxt/eslint": "1.15.2",
"@nuxt/fonts": "0.14.0",
"@nuxt/hints": "1.0.3",
"@nuxt/icon": "2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxt/kit": "^4.4.2",
"@nuxt/scripts": "0.13.2",
"@nuxt/test-utils": "4.0.0",
"@nuxt/ui": "^4.7.0",
"@nuxthub/core": "0.10.7",
"@nuxtjs/device": "4.0.0",
"@octokit/types": "^16.0.0",
"@pinia/nuxt": "^0.11.3",
"@playwright/test": "^1.59.1",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/vue-table": "^8.21.3",
"@thecodeorigin/auth": "0.0.8",
"@tiptap/core": "^3.22.4",
"@tiptap/extension-bubble-menu": "^3.22.4",
"@tiptap/extension-code": "^3.22.4",
"@tiptap/extension-drag-handle": "^3.22.4",
"@tiptap/extension-drag-handle-vue-3": "^3.22.4",
"@tiptap/extension-floating-menu": "^3.22.4",
"@tiptap/extension-horizontal-rule": "^3.22.4",
"@tiptap/extension-image": "^3.22.4",
"@tiptap/extension-mention": "^3.22.4",
"@tiptap/extension-node-range": "^3.22.4",
"@tiptap/extension-placeholder": "^3.22.4",
"@tiptap/markdown": "^3.22.4",
"@tiptap/pm": "^3.22.4",
"@tiptap/starter-kit": "^3.22.4",
"@tiptap/suggestion": "^3.22.4",
"@tiptap/vue-3": "^3.22.4",
"@types/node": "^25.9.1",
"@types/nodemailer": "^8.0.0",
"@vitest/coverage-v8": "^4.1.2",
"@vue/compiler-sfc": "^3.5.31",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^14.2.1",
"citty": "^0.1.6",
"clsx": "^2.1.1",
"dompurify": "^3.4.5",
"dotenv": "^17.4.0",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"es-toolkit": "^1.45.1",
"eslint": "^10",
"eslint-plugin-import-lite": "^0.6.0",
"eslint-plugin-perfectionist": "^5.9.0",
"eslint-plugin-pnpm": "^1.6.0",
"eslint-plugin-unicorn": "^64.0.0",
"h3": "^1.15.10",
"happy-dom": "^20.8.9",
"husky": "^9.1.7",
"jsonc-eslint-parser": "^3.1.0",
"lint-staged": "^16.4.0",
"magic-regexp": "^0.11.0",
"magic-string": "^0.30.21",
"maildev": "^2.2.1",
"nanoid": "^5.1.7",
"nuxt": "^4.4.2",
"nuxt-resend": "^0.0.2",
"nuxt-security": "^2.5.1",
"oxc-parser": "^0.121.0",
"oxc-walker": "^0.7.0",
"playwright-core": "^1.59.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"ts-enum-util": "^4.1.0",
"ts-pattern": "^5.9.0",
"tsx": "^4.21.0",
"type-fest": "^5.5.0",
"typescript": "6.0.2",
"ufo": "^1.6.3",
"unstorage": "^1.17.5",
"vitepress": "^1.6.4",
"vitest": "^4.1.2",
"vue": "^3.5.31",
"vue-router": "^5.0.4",
"vue-tsc": "^3.2.7",
"vue3-gettext": "^4.0.1",
"wrangler": "4.99.0",
"yaml-eslint-parser": "^2.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/github": "^12.0.9",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"semantic-release": "^25.0.9"
}
}