-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.38 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
{
"name": "showcode",
"version": "1.0.0",
"description": "Generate beautiful images of code.",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/composition-api": "^0.31.0",
"@stevebauman/shiki": "^0.10.0",
"@tailwindcss/forms": "^0.4.0",
"autoprefixer": "^10.4.2",
"collect.js": "^4.29.0",
"core-js": "^3.15.1",
"detect-browser": "^5.2.1",
"downloadjs": "^1.4.7",
"file-select-dialog": "^1.5.4",
"hex-alpha": "^1.3.0",
"html-to-image": "^1.9.0",
"localforage": "^1.10.0",
"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",
"postcss": "^8.4.6",
"prettier": "^2.3.2",
"queue": "^6.0.2",
"split-grid": "^1.0.11",
"split.js": "^1.6.4",
"tailwind-safelist-generator": "^0.1.3",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.0.18",
"uuid": "^8.3.2",
"v-dragged": "^0.0.5",
"v-tooltip": "^2.1.3",
"vue-advanced-cropper": "^1.10.0",
"vue-feather-icons": "^5.1.0",
"vue-tailwind": "^2.5.0"
}
}