-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 870 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@nuxtjs/tailwindcss": "^6.0.1",
"@tailwindcss/forms": "^0.5.3",
"@vueuse/core": "^9.3.0",
"@vueuse/nuxt": "^9.3.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"nuxt": "^3.0.0-rc.13",
"nuxt-icon": "^0.1.6",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.4.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@prisma/client": "4.4.0",
"bcrypt": "^5.1.0",
"cuid": "^2.1.8",
"jsonwebtoken": "^8.5.1",
"nuxt-security": "^0.6.0"
}
}