-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 938 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
{
"name": "hress",
"private": true,
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=7000",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.6.8",
"@sidebase/nuxt-auth": "0.5.0",
"@types/bcrypt": "^5.0.2",
"@types/crypto-js": "^4.2.1",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^18",
"@types/nodemailer": "^6.4.14",
"nuxt": "^3.4.3",
"nuxt-icon": "^0.4.0",
"nuxt-simple-robots": "^2.3.0",
"nuxt-simple-sitemap": "^2.7.0"
},
"dependencies": {
"@nuxt/content": "^2.6.0",
"@nuxt/image": "^1.0.0",
"@vee-validate/nuxt": "^4.9.6",
"@vee-validate/yup": "^4.9.6",
"bcrypt": "^5.1.0",
"crypto-js": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.0",
"nodemailer": "^6.9.3",
"yup": "^1.2.0"
}
}