|
1 | 1 | { |
2 | | - "name": "nuxt-app", |
3 | | - "private": true, |
| 2 | + "name": "tiptap-shadcn-vue", |
| 3 | + "private": false, |
4 | 4 | "type": "module", |
| 5 | + "version": "0.0.1", |
| 6 | + "description": "Shadcn + Tiptap component for Vue 3", |
| 7 | + "license": "MIT", |
5 | 8 | "scripts": { |
6 | 9 | "build": "nuxt build", |
7 | 10 | "dev": "nuxt dev", |
8 | 11 | "generate": "nuxt generate", |
9 | 12 | "preview": "nuxt preview", |
10 | | - "postinstall": "nuxt prepare" |
| 13 | + "postinstall": "nuxt prepare", |
| 14 | + "bumpp": "bumpp package.json", |
| 15 | + "release": "pnpm build && pnpm publish --no-git-checks --access public" |
11 | 16 | }, |
| 17 | + "files": [ |
| 18 | + ], |
12 | 19 | "dependencies": { |
13 | 20 | "@atlaskit/pragmatic-drag-and-drop": "^1.5.2", |
14 | 21 | "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3", |
15 | | - "@iconify/vue": "^4.3.0", |
| 22 | + "@iconify/vue": "^4.3.0" |
| 23 | + }, |
| 24 | + "packageManager": "pnpm@10.7.1", |
| 25 | + "devDependencies": { |
16 | 26 | "@nuxt/icon": "1.11.0", |
17 | 27 | "@tailwindcss/vite": "^4.1.2", |
18 | 28 | "@tiptap/extension-character-count": "^2.11.7", |
19 | 29 | "@tiptap/extension-link": "^2.11.7", |
20 | 30 | "@tiptap/extension-placeholder": "^2.11.7", |
21 | 31 | "@tiptap/starter-kit": "^2.11.7", |
22 | 32 | "@tiptap/vue-3": "^2.11.7", |
| 33 | + "@types/node": "^22.14.0", |
23 | 34 | "@vueuse/core": "^13.0.0", |
| 35 | + "bumpp": "^10.1.0", |
24 | 36 | "class-variance-authority": "^0.7.1", |
25 | 37 | "clsx": "^2.1.1", |
26 | 38 | "lucide-vue-next": "^0.487.0", |
|
31 | 43 | "tailwind-merge": "^3.1.0", |
32 | 44 | "tailwindcss": "^4.1.2", |
33 | 45 | "tw-animate-css": "^1.2.5", |
| 46 | + "typescript": "^5.8.2", |
34 | 47 | "vaul-vue": "^0.4.1", |
35 | 48 | "vue": "^3.5.13", |
36 | 49 | "vue-router": "^4.5.0" |
37 | | - }, |
38 | | - "packageManager": "pnpm@10.7.1", |
39 | | - "devDependencies": { |
40 | | - "@types/node": "^22.14.0", |
41 | | - "typescript": "^5.8.2" |
42 | 50 | } |
43 | 51 | } |
0 commit comments