forked from Bootstrap-Academy/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"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": "^13.0.6",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"nuxt": "3.8.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.0",
"vue-i18n": "^9.8.0"
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.1.1",
"@typescript-eslint/parser": "^6.13.2",
"@vueuse/core": "^10.7.0",
"async-mutex": "^0.4.0",
"dompurify": "^3.0.6",
"gleap": "^13.1.1",
"highlight.js": "^11.9.0",
"i": "^0.3.7",
"jwt-decode": "^4.0.0",
"katex": "^0.16.9",
"markdown-it": "^13.0.2",
"monaco-editor": "^0.45.0",
"npm": "^10.2.5",
"qrcode.vue": "^3.4.1",
"vue-recaptcha-v3": "^2.0.1",
"nanoid": "^5.0.4",
"vuedraggable": "^4.1.0"
}
}