forked from stevebauman/showcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.51 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
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "showcode",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stevebauman/showcode.git"
},
"description": "Generate beautiful images of code.",
"scripts": {
"build": "nuxt build",
"test:unit": "vue-cli-service test:unit",
"dev": "nuxt",
"generate": "nuxt generate",
"shiki:publish": "npx esno ./scripts/publishShikiAssets",
"start": "nuxt start",
"test": "cd browser && php application pest:dusk"
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.1",
"@nuxt/content": "^1.15.1",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/composition-api": "^0.31.0",
"@panzoom/panzoom": "^4.4.4",
"@pinia/nuxt": "^0.1.8",
"@stevebauman/shiki": "^0.10.0",
"@tailwindcss/forms": "^0.4.0",
"@vueuse/core": "^8.2.6",
"autoprefixer": "^10.4.2",
"chroma-js": "^2.4.2",
"collect.js": "^4.29.0",
"core-js": "^3.15.1",
"cssjson": "^2.1.3",
"detect-browser": "^5.2.1",
"downloadjs": "^1.4.7",
"file-select-dialog": "^1.5.4",
"fuse.js": "^6.6.2",
"granim": "^2.0.0",
"hex-alpha": "^1.3.0",
"html-to-image": "^1.9.0",
"idb-keyval": "^6.2.0",
"interactjs": "^1.10.11",
"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.6",
"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.0.18",
"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"
},
"devDependencies": {
"@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-service": "^5.0.4",
"@vue/test-utils": "^1.1.3",
"@vue/vue2-jest": "^27.0.0-alpha.2",
"babel-jest": "^27.0.6",
"jest": "^27.0.5",
"node-ray": "^1.18.0",
"sinon": "^13.0.2",
"vue-composable-tester": "^0.1.3"
},
"overrides": {
"@formkit/auto-animate": {
"vue": "vue"
}
}
}