-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.85 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "pozywka-pl",
"description": "Blog and personal website for Pożywka",
"author": "Bartosz Zagrodzki",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bartek532/pozywka.pl.me"
},
"bugs": {
"url": "https://github.com/Bartek532/pozywka.pl.me/issues"
},
"homepage": "https://pozywka.pl",
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"**/*.{json,css,scss,md,mdx}": [
"prettier --write"
]
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.4.2",
"@hookform/resolvers": "^3.1.1",
"@supabase/supabase-js": "^2.26.0",
"@vercel/analytics": "^1.0.1",
"dayjs": "^1.11.9",
"lodash": "4.17.21",
"next": "14.0.0",
"next-pwa": "^5.6.0",
"nextjs-toploader": "1.4.2",
"nprogress": "0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.33.1",
"react-multi-carousel": "^2.8.4",
"server-only": "0.0.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@svgr/webpack": "8.0.1",
"@types/lodash": "4.14.195",
"@types/next-pwa": "5.6.4",
"@types/node": "18.0.3",
"@types/nprogress": "0.2.0",
"@types/react": "^18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"clsx": "^1.2.1",
"encoding": "0.1.13",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-unused-imports": "3.0.0",
"husky": "^8.0.0",
"lint-staged": "13.2.3",
"prettier": "3.0.0",
"sass": "1.64.0",
"typescript": "5.1.6"
}
}