-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 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
46
47
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/eslint": "1.5.0",
"@nuxt/scripts": "0.11.8",
"@nuxt/test-utils": "3.19.2",
"@nuxtjs/mdc": "0.17.0",
"@unhead/vue": "^2.0.11",
"axios": "^0.27.2",
"clipboard": "^2.0.11",
"eslint": "^9.30.1",
"formidable": "^3.5.4",
"monaco-editor": "^0.52.2",
"mongodb": "^6.17.0",
"nodemailer": "^7.0.4",
"nuxt": "^3.17.6",
"nuxt-auth-utils": "0.5.20",
"nuxt-monaco-editor": "1.3.2",
"rehype-highlight": "^7.0.2",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0",
"typescript": "^5.8.3",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vuetify": "^3.8.12",
"vuetify-nuxt-module": "0.18.7",
"zod": "^3.25.73"
},
"pnpm": {
"onlyBuiltDependencies": [
"vue-demi"
]
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/nodemailer": "^6.4.17"
}
}