-
-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
69 lines (69 loc) · 2.12 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
68
69
{
"name": "showcode",
"version": "1.26.1",
"description": "Generate beautiful images of code.",
"repository": {
"type": "git",
"url": "https://github.com/stevebauman/showcode.git"
},
"license": "MIT",
"scripts": {
"dev": "nuxt",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "cd browser && php application pest:dusk",
"shiki:publish": "npx esno ./scripts/publishShikiAssets"
},
"devDependencies": {
"@formkit/auto-animate": "1.0.0-beta.1",
"@nuxt/content": "^1.15.1",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/composition-api": "^0.31.0",
"@nuxtjs/pwa": "^3.3.5",
"@panzoom/panzoom": "^4.4.4",
"@pinia/nuxt": "^0.1.8",
"@stevebauman/shiki": "^0.10.5",
"@tailwindcss/forms": "^0.4.0",
"@vueuse/core": "^8.2.6",
"autoprefixer": "^10.4.19",
"chroma-js": "^2.4.2",
"collect.js": "^4.36.1",
"core-js": "^3.37.0",
"detect-browser": "^5.2.1",
"downloadjs": "^1.4.7",
"electron": "^30.0.3",
"file-select-dialog": "^1.5.4",
"fuse.js": "^7.0.0",
"granim": "^2.0.0",
"hex-alpha": "^1.3.0",
"html-to-image": "^1.9.0",
"idb-keyval": "^6.2.1",
"interactjs": "^1.10.27",
"lodash": "^4.17.21",
"monaco-editor": "^0.30.1",
"monaco-editor-webpack-plugin": "^6.0.0",
"monaco-themes": "^0.4.0",
"nuxt": "2.15.7",
"perfect-scrollbar": "^1.5.5",
"pinia": "^2.0.13",
"postcss": "^8.4.38",
"postcss-hexrgba": "^2.0.1",
"prettier": "^2.3.2",
"queue": "^6.0.2",
"split.js": "^1.6.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.3",
"uuid": "^8.3.2",
"v-tooltip": "^2.1.3",
"vue-advanced-cropper": "^1.10.0",
"vue-color": "^2.8.1",
"vue-feather-icons": "^5.1.0",
"vue-tailwind": "^2.5.0",
"vuedraggable": "^2.24.3"
},
"overrides": {
"@formkit/auto-animate": {
"vue": "vue"
}
}
}