-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
34 lines (34 loc) · 864 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
{
"name": "nuxt-fullstack-mongo",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.4",
"@iconify-json/logos": "^1.1.40",
"@iconify-json/ph": "^1.1.8",
"@iconify-json/simple-icons": "^1.1.82",
"@nuxt/ui": "^2.11.0",
"@nuxt/ui-pro": "^0.5.0",
"@nuxtjs/mdc": "^0.2.8",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.5",
"@vueuse/nuxt": "^10.7.0",
"bcryptjs": "^2.4.3",
"defu": "^6.1.3",
"eslint": "^8.55.0",
"jose": "^5.1.3",
"jsonwebtoken": "^9.0.2",
"nuxt": "^3.8.2",
"nuxt-mongoose": "^1.0.3",
"ohash": "^1.1.3",
"vue": "^3.3.11",
"vue-router": "^4.2.5"
}
}