-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.82 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": "reynadi.com-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"contentlayer-dev": "contentlayer dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"format": "prettier --write src",
"lint:fix": "eslint src --fix && pnpm format",
"prepare": "husky",
"type-check": "tsc --noEmit",
"release": "standard-version"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.11.0",
"@tabler/icons-react": "^3.7.0",
"@tailwindcss/typography": "^0.5.13",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"date-fns": "^3.6.0",
"framer-motion": "^11.2.12",
"next": "14.2.4",
"next-contentlayer": "^0.3.4",
"react": "^18",
"react-dom": "^18",
"rehype-autolink-headings": "^7.1.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"commitlint": "^19.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^4.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"next-sitemap": "^4.2.3",
"postcss": "^8",
"prettier": "^3.3.2",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}