-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "contentful-typescript-codegen --output src/types/generated/contentful.d.ts",
"prepare": "husky install",
"postinstall": "npm run gen"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^1",
"contentful": "^10.6.21",
"contentful-management": "^11.16.0",
"dotenv-safe": "^9.0.0",
"geist": "^1.2.2",
"lucide-react": "^0.331.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.33.2"
},
"devDependencies": {
"@types/dotenv-safe": "^8.1.5",
"@types/node": "20.11.19",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"autoprefixer": "^10.4.17",
"contentful-typescript-codegen": "^3.4.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}