-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.37 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.37 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
{
"name": "showcode",
"version": "2.0.0",
"private": true,
"description": "Generate beautiful images of code.",
"repository": {
"type": "git",
"url": "https://github.com/stevebauman/showcode.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"format": "prettier --write 'app/**/*.{vue,js,ts}'",
"generate": "nuxt generate",
"preview": "nuxt preview",
"fetch-themes": "npx tsx scripts/themes/fetch.ts",
"test": "vitest"
},
"devDependencies": {
"@formkit/auto-animate": "^0.9.0",
"@guolao/vue-monaco-editor": "^1.6.0",
"@nuxt/test-utils": "^4.0.2",
"@nuxtjs/tailwindcss": "^6.14.0",
"@panzoom/panzoom": "^4.6.1",
"@pinia/nuxt": "^0.11.3",
"@tailwindcss/forms": "^0.5.11",
"@types/adm-zip": "^0.5.8",
"@vite-pwa/nuxt": "^1.1.1",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^14.2.1",
"adm-zip": "^0.5.17",
"chroma-js": "^3.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"collect.js": "^4.36.1",
"detect-browser": "^5.3.0",
"downloadjs": "^1.4.7",
"file-select-dialog": "^1.5.4",
"floating-vue": "^5.2.2",
"fuse.js": "^7.1.0",
"granim": "^2.0.0",
"happy-dom": "^20.8.9",
"hex-alpha": "^1.3.0",
"html-to-image": "^1.11.13",
"idb-keyval": "^6.2.2",
"interactjs": "^1.10.27",
"lodash": "^4.17.23",
"lucide-vue-next": "^1.0.0",
"marked": "^17.0.5",
"mitt": "^3.0.1",
"monaco-editor": "^0.55.1",
"monaco-themes": "^0.4.7",
"nuxt": "^4.4.2",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"queue": "^7.0.0",
"radix-vue": "^1.9.17",
"reka-ui": "^2.9.2",
"shadcn-nuxt": "^2.4.3",
"shiki": "^4.0.2",
"split.js": "^1.6.5",
"tailwind-merge": "^3.5.0",
"tailwind-scrollbar-hide": "^4.0.0",
"uuid": "^13.0.0",
"vitest": "^4.1.2",
"vue": "^3.5.13",
"vue-advanced-cropper": "^2.8.9",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.2",
"vuedraggable": "^4.1.0"
}
}