-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 900 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/mongo-sanitize": "^1.0.1",
"@types/nanoid-dictionary": "^4.2.0",
"@types/node": "^18.17.1",
"eslint": "^8.46.0",
"nuxt": "^3.6.5"
},
"dependencies": {
"@formkit/nuxt": "^0.17.5",
"@pinia/nuxt": "^0.4.11",
"bcrypt": "^5.1.0",
"jsonwebtoken": "^9.0.1",
"mongo-sanitize": "^1.1.0",
"mongoose": "^7.4.2",
"mongoose-sanitize": "^1.1.0",
"nanoid": "^4.0.2",
"nanoid-dictionary": "^4.3.0",
"xss": "^1.0.14"
}
}