-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "nuxt-app",
"private": true,
"overrides": {
"vue": "latest"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/supabase": "^0.3.8",
"@types/node": "^18.16.19",
"@types/nodemailer": "^6.4.8",
"nuxt": "^3.6.3",
"sass": "^1.64.2",
"sass-loader": "^13.3.2"
},
"dependencies": {
"@nuxt/webpack-builder": "^3.6.5",
"@pinia/nuxt": "^0.4.11",
"cookie-universal-nuxt": "^2.2.2",
"mongoose": "^7.4.0",
"nodemailer": "^6.9.4",
"pg": "^8.11.1",
"pinia": "^2.1.4",
"sequelize": "^6.32.1",
"tus-js-client": "^3.1.0",
"typescript": "^5.1.6",
"vue-tsc": "^1.8.5",
"vue3-cookies": "^1.0.6"
},
"description": "Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.",
"version": "1.0.0",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}