-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.07 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
72
73
74
75
76
{
"name": "yasbr.com",
"version": "0.1.0",
"author": {
"name": "Yassine Bridi",
"email": "[email protected]",
"url": "https://yasbr.com"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"check-types": "tsc --noEmit",
"lint": "next lint",
"docker": "docker compose --env-file .env up -d",
"typecheck": "tsc --noEmit",
"gen": "graphql-codegen --config codegen.yml",
"docker:build": "docker compose --env-file .env build"
},
"dependencies": {
"@brainhubeu/react-carousel": "^2.0.4",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^3.0.0",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"comma-number": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"markdown-to-jsx": "^7.2.0",
"next": "14.2.3",
"next-plausible": "^3.12.0",
"next-seo": "^5.15.0",
"next-themes": "^0.0.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "7.43.8",
"react-notion": "^0.10.0",
"react-scroll-up": "^1.4.0",
"sitemap": "^7.1.1",
"tailwind-merge": "^1.11.0",
"zlib": "^1.0.5",
"zod": "^3.21.4",
"zustand": "^3.4.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-document-nodes": "^3.0.2",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@tailwindcss/typography": "^0.5.9",
"@types/comma-number": "^2.1.0",
"@types/gtag.js": "^0.0.12",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.14",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"prettier": "2.8.7",
"tailwindcss": "^3.2.7",
"typescript": "^5.4.5"
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"semi": true,
"tabWidth": 2
}
}