-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.73 KB
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
{
"name": "capzient_landing_page",
"version": "1.1.0",
"private": true,
"engines": {
"npm": "^10.4.0",
"node": ">=18.18.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"commit": "git-cz",
"release": "commit-and-tag-version",
"push": "git push --follow-tags origin main"
},
"dependencies": {
"@fontsource/inter": "^5.0.18",
"@hookform/resolvers": "^3.6.0",
"@next/third-parties": "^14.2.4",
"@studio-freight/react-lenis": "^0.0.47",
"@svgr/webpack": "^8.1.0",
"framer-motion": "^11.1.9",
"jquery": "^3.7.1",
"markdown-to-jsx": "^7.4.7",
"next": "14.2.3",
"query-string": "^9.0.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"simplex-noise": "^4.0.1",
"sonner": "^1.5.0",
"swiper": "^11.1.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"clsx": "^2.1.1",
"commit-and-tag-version": "^12.4.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.34.2",
"next-sitemap": "^4.2.3",
"postcss": "^8",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}