-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 993 Bytes
/
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
{
"name": "app-update",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@arco-design/web-vue": "^2.56.2",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.9",
"@nuxt/ui": "^2.18.7",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
"highlight.js": "^11.10.0",
"html2canvas": "^1.4.1",
"markdown-it": "^14.1.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-mermaid": "^0.2.5",
"marked": "^14.1.3",
"mermaid": "^11.3.0",
"nuxt": "^3.13.2",
"qrcode.vue": "^3.5.1",
"vue-masonry-css": "^1.0.3"
},
"devDependencies": {
"@nuxt/eslint": "^0.6.0",
"@nuxtjs/device": "^3.2.4",
"eslint": "^9.13.0",
"vue-tsc": "^2.1.6"
}
}