|
1 | 1 | { |
2 | | - "name": "@versia/blog", |
3 | | - "private": true, |
4 | | - "type": "module", |
5 | | - "description": "The source code for Versia's blog.", |
6 | | - "author": { |
7 | | - "email": "contact@cpluspatch.com", |
8 | | - "name": "Jesse Wierzbinski", |
9 | | - "url": "https://cpluspatch.com" |
10 | | - }, |
11 | | - "bugs": { |
12 | | - "url": "https://github.com/versia-pub/blog/issues" |
13 | | - }, |
14 | | - "license": "AGPL-3.0-only", |
15 | | - "maintainers": [ |
16 | | - { |
17 | | - "email": "contact@cpluspatch.com", |
18 | | - "name": "Jesse Wierzbinski", |
19 | | - "url": "https://cpluspatch.com" |
20 | | - } |
21 | | - ], |
22 | | - "repository": { |
23 | | - "type": "git", |
24 | | - "url": "git+https://github.com/versia-pub/blog.git" |
25 | | - }, |
26 | | - "scripts": { |
27 | | - "build": "nuxt build", |
28 | | - "dev": "nuxt dev", |
29 | | - "generate": "nuxt generate", |
30 | | - "preview": "nuxt preview", |
31 | | - "postinstall": "nuxt prepare", |
32 | | - "lint": "bunx @biomejs/biome check .", |
33 | | - "typecheck": "bunx tsc -p ." |
34 | | - }, |
35 | | - "dependencies": { |
36 | | - "@hackmd/markdown-it-task-lists": "^2.1.4", |
37 | | - "@nuxt/fonts": "^0.10.3", |
38 | | - "@nuxt/icon": "^1.10.3", |
39 | | - "@nuxt/image": "^1.9.0", |
40 | | - "@nuxtjs/seo": "^2.0.3", |
41 | | - "@nuxtjs/tailwindcss": "^6.13.1", |
42 | | - "@shikijs/markdown-it": "^1.27.2", |
43 | | - "@tailwindcss/forms": "^0.5.10", |
44 | | - "@tailwindcss/typography": "^0.5.16", |
45 | | - "@vueuse/nuxt": "^12.4.0", |
46 | | - "markdown-it": "^14.1.0", |
47 | | - "markdown-it-anchor": "^9.2.0", |
48 | | - "markdown-it-container": "^4.0.0", |
49 | | - "markdown-it-toc-done-right": "^4.2.0", |
50 | | - "nuxt": "^3.15.2", |
51 | | - "nuxt-security": "^2.1.5", |
52 | | - "sharp": "^0.33.5", |
53 | | - "shiki": "^1.27.2", |
54 | | - "vue": "^3.5.13", |
55 | | - "vue-router": "^4.5.0" |
56 | | - }, |
57 | | - "devDependencies": { |
58 | | - "@biomejs/biome": "^1.9.4", |
59 | | - "@iconify-json/tabler": "^1.2.14", |
60 | | - "@types/bun": "^1.1.17", |
61 | | - "@types/markdown-it-container": "^2.0.10", |
62 | | - "tailwindcss": "^3.4.17" |
63 | | - }, |
64 | | - "trustedDependencies": ["@biomejs/biome", "@parcel/watcher", "esbuild", "sharp", "vue-demi"] |
| 2 | + "name": "@versia/blog", |
| 3 | + "private": true, |
| 4 | + "type": "module", |
| 5 | + "description": "The source code for Versia's blog.", |
| 6 | + "author": { |
| 7 | + "email": "contact@cpluspatch.com", |
| 8 | + "name": "Jesse Wierzbinski", |
| 9 | + "url": "https://cpluspatch.com" |
| 10 | + }, |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/versia-pub/blog/issues" |
| 13 | + }, |
| 14 | + "license": "AGPL-3.0-only", |
| 15 | + "maintainers": [ |
| 16 | + { |
| 17 | + "email": "contact@cpluspatch.com", |
| 18 | + "name": "Jesse Wierzbinski", |
| 19 | + "url": "https://cpluspatch.com" |
| 20 | + } |
| 21 | + ], |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "git+https://github.com/versia-pub/blog.git" |
| 25 | + }, |
| 26 | + "scripts": { |
| 27 | + "build": "nuxt build", |
| 28 | + "dev": "nuxt dev", |
| 29 | + "generate": "nuxt generate", |
| 30 | + "preview": "nuxt preview", |
| 31 | + "postinstall": "nuxt prepare", |
| 32 | + "lint": "bunx @biomejs/biome check .", |
| 33 | + "typecheck": "bunx tsc -p ." |
| 34 | + }, |
| 35 | + "dependencies": { |
| 36 | + "@hackmd/markdown-it-task-lists": "^2.1.4", |
| 37 | + "@nuxt/fonts": "^0.10.3", |
| 38 | + "@nuxt/icon": "^1.10.3", |
| 39 | + "@nuxt/image": "^1.9.0", |
| 40 | + "@nuxtjs/seo": "^2.0.3", |
| 41 | + "@nuxtjs/tailwindcss": "^6.13.1", |
| 42 | + "@shikijs/markdown-it": "^1.27.2", |
| 43 | + "@tailwindcss/forms": "^0.5.10", |
| 44 | + "@tailwindcss/typography": "^0.5.16", |
| 45 | + "@vueuse/nuxt": "^12.4.0", |
| 46 | + "markdown-it": "^14.1.0", |
| 47 | + "markdown-it-anchor": "^9.2.0", |
| 48 | + "markdown-it-container": "^4.0.0", |
| 49 | + "markdown-it-toc-done-right": "^4.2.0", |
| 50 | + "nuxt": "^3.15.2", |
| 51 | + "nuxt-security": "^2.1.5", |
| 52 | + "sharp": "^0.33.5", |
| 53 | + "shiki": "^1.27.2", |
| 54 | + "vue": "^3.5.13", |
| 55 | + "vue-router": "^4.5.0" |
| 56 | + }, |
| 57 | + "devDependencies": { |
| 58 | + "@biomejs/biome": "^1.9.4", |
| 59 | + "@iconify-json/tabler": "^1.2.14", |
| 60 | + "@types/bun": "^1.1.17", |
| 61 | + "@types/markdown-it-container": "^2.0.10", |
| 62 | + "tailwindcss": "^3.4.17" |
| 63 | + }, |
| 64 | + "trustedDependencies": [ |
| 65 | + "@biomejs/biome", |
| 66 | + "@parcel/watcher", |
| 67 | + "esbuild", |
| 68 | + "sharp", |
| 69 | + "vue-demi" |
| 70 | + ] |
65 | 71 | } |
0 commit comments