forked from Bootstrap-Academy/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --open",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.vue,.ts ."
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/katex": "^0.16.7",
"@types/markdown-it": "^14.1.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"nuxt": "3.11.2",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"vue-i18n": "^9.13.1"
},
"dependencies": {
"@floating-ui/dom": "^1.6.5",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.3",
"@typescript-eslint/parser": "^7.11.0",
"@vueuse/core": "^10.10.0",
"async-mutex": "^0.5.0",
"dompurify": "^3.1.4",
"gleap": "^13.7.1",
"highlight.js": "^11.9.0",
"i": "^0.3.7",
"jwt-decode": "^4.0.0",
"katex": "^0.16.10",
"markdown-it": "^14.1.0",
"monaco-editor": "^0.49.0",
"nanoid": "^5.0.7",
"npm": "^10.8.0",
"qrcode.vue": "^3.4.1",
"vue-recaptcha-v3": "^2.0.1",
"vuedraggable": "^4.1.0"
}
}