-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 966 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 966 Bytes
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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "NUXT_HOST=0.0.0.0 nuxt dev --force",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^18",
"@types/nodemailer": "^6.4.8",
"nuxt": "^3.5.3"
},
"dependencies": {
"@nuxt/http": "^0.6.4",
"@pinia/nuxt": "^0.4.11",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"@vueuse/core": "^10.1.2",
"date-fns": "^2.30.0",
"joi": "^17.9.2",
"lodash": "^4.17.21",
"nodemailer": "^6.9.4",
"nuxt-svgo": "^3.1.0",
"pinia": "^2.1.4",
"prettier": "^3.4.2",
"sass": "^1.62.1"
},
"packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}