-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.59 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"private": true,
"scripts": {
"build": "npm run prisma:generate && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prisma:generate": "npx prisma generate",
"prisma:init": "npx prisma migrate dev --name init",
"prisma:push": "npx prisma db push"
},
"devDependencies": {
"@nuxt/image": "^1.3.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@prisma/client": "^5.9.1",
"@types/bcryptjs": "^2.4.6",
"@types/nodemailer": "^6.4.14",
"@types/toastify-js": "^1.12.3",
"@typescript-eslint/parser": "^6.21.0",
"@vueup/vue-quill": "^1.2.0",
"animated-tailwindcss": "^4.0.0",
"bcryptjs": "^2.4.3",
"daisyui": "^4.6.2",
"date-fns": "^3.3.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"floating-vue": "^5.2.2",
"gravatar-url": "^4.0.1",
"h3-zod": "^0.5.3",
"isomorphic-dompurify": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"nitropack": "^2.8.1",
"nodemailer": "^6.9.9",
"nuxt": "^3.10.2",
"nuxt-icon": "^0.6.8",
"ofetch": "^1.3.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.9.1",
"syncpack": "^12.3.0",
"tailwindcss": "^3.4.1",
"toastify-js": "^1.12.0",
"vue-collapsed": "^1.3.0",
"vue-router": "^4.2.5",
"zod": "^3.22.4"
}
}