-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
55
56
57
58
59
{
"name": "@jakob-kruse/maltesphotography.de",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write '**/*.{ts,tsx}'",
"lint": "next lint",
"prepare": "git config --local core.hooksPath .githooks",
"postinstall": "prisma generate"
},
"dependencies": {
"@fontsource/inter": "^4.5.11",
"@heroicons/react": "^1.0.6",
"@hookform/resolvers": "^2.9.1",
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^3.15.1",
"@tailwindcss/typography": "^0.5.2",
"cuid": "^2.1.8",
"daisyui": "^2.15.3",
"formidable": "^2.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"ky": "^0.30.0",
"next": "12.1.6",
"next-auth": "^4.5.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-seo": "^5.4.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.32.1",
"sharp": "^0.30.6",
"slugify": "^1.6.5",
"swiper": "^8.2.4",
"zod": "^3.17.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/formidable": "^2.0.5",
"@types/node": "^17.0.42",
"@types/react": "18.0.12",
"@types/sharp": "^0.30.4",
"autoprefixer": "^10.4.7",
"cssnano": "^5.1.11",
"eslint": "^8.17.0",
"eslint-config-next": "^12.1.6",
"eslint-config-prettier": "^8.5.0",
"lint-staged": "^13.0.1",
"postcss": "^8.4.14",
"prettier": "^2.7.0",
"prisma": "^3.15.1",
"tailwindcss": "^3.1.2",
"typescript": "^4.7.3"
}
}