-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 930 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@sidebase/nuxt-auth": "^0.9.4",
"@types/d3": "^7.4.3",
"nuxt": "^3.11.2"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.7.4",
"@element-plus/nuxt": "^1.1.0",
"@josango/nuxt3-build-banner": "^3.0.2",
"@nuxt/content": "^2.13.4",
"@nuxtjs/robots": "^4.1.11",
"@types/nodemailer": "^6.4.17",
"@vueuse/core": "^11.3.0",
"csv-parse": "^5.6.0",
"d3": "^7.9.0",
"element-plus": "^2.8.8",
"mongodb": "^6.10.0",
"next-auth": "4.21.1",
"node-xlsx": "^0.24.0",
"nodemailer": "^6.9.16",
"vue-matomo": "^4.2.0"
}
}