-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.46 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
{
"name": "bisctuitsindustrial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dbupdate": "prisma db push --schema=./prisma/biscuits/schema.prisma --skip-generate && prisma generate --generator=biscuits --schema=./prisma/biscuits/schema.prisma && prisma db push --schema=./prisma/evedump/schema.prisma --skip-generate && prisma generate --generator=evedump --schema=./prisma/evedump/schema.prisma"
},
"dependencies": {
"@prisma/client": "^5.1.1",
"@types/bcrypt": "^5.0.0",
"animate.css": "^4.1.1",
"bcrypt": "^5.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"fs": "^0.0.1-security",
"next": "13.4.12",
"next-auth": "^4.22.3",
"nodemailer": "^6.9.4",
"passport": "^0.6.0",
"passport-eveonline": "^0.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-password-checklist": "^1.4.3",
"react-select": "^5.7.4",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"swr": "^2.2.0",
"tailwind-animatecss": "^1.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@prisma/nextjs-monorepo-workaround-plugin": "^5.1.1",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prisma": "^5.1.1",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
}