-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 4.5 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@ali4heydari/portfolio",
"version": "3.1.2",
"description": "My personal portfolio",
"keywords": [
"Nextjs",
"typescript",
"tailwindcss"
],
"bugs": {
"url": "https://github.com/ali4heydari/ali4heydari.github.io/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ali4heydari/ali4heydari.github.io"
},
"license": "MIT",
"scripts": {
"build:app": "pnpm build:velite && pnpm build:next",
"build:next": "next build",
"build:storybook": "storybook build",
"build:velite": "velite build",
"dev:app": "concurrently --kill-others \"pnpm dev:velite\" \"pnpm dev:next\"",
"dev:next": "next dev",
"dev:storybook": "storybook dev -p 6006",
"dev:velite": "velite --watch --verbose --debug",
"export:next": "pnpm build && next export -o build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
"lint:css": "stylelint \"**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@jsdevtools/rehype-toc": "^3.0.2",
"@next/third-parties": "15.0.3",
"@notionhq/client": "^2.2.15",
"@sentry/nextjs": "^8.41.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.62.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.8",
"cheerio": "1.0.0",
"classnames": "^2.5.1",
"disqus-react": "^1.1.2",
"mdi-react": "^8.6.0",
"million": "^2.6.4",
"next": "15.0.3",
"next-themes": "^0.4.3",
"plaiceholder": "^3.0.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-calendly": "^4.3.1",
"react-dom": "^18.3.1",
"react-hotjar": "^6.3.1",
"react-web-share": "^2.0.2",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.0.3",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "4.0.0",
"sharp": "^0.33.5",
"shiki": "^1.24.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"tailwindcss-hocus": "^0.0.7",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.2",
"xml": "^1.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@next/eslint-plugin-next": "15.0.3",
"@ngneat/falso": "^7.2.0",
"@storybook/addon-actions": "^8.4.6",
"@storybook/addon-backgrounds": "^8.4.6",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/nextjs": "^8.4.6",
"@storybook/react": "^8.4.6",
"@tanstack/eslint-plugin-query": "^5.61.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/gtag.js": "^0.0.20",
"@types/node": "^20.14.10",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/xml": "^1.0.11",
"babel-loader": "^9.2.1",
"concurrently": "^9.1.0",
"css-loader": "^7.1.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-package-json": "^0.17.0",
"eslint-plugin-perfectionist": "^4.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-testing-library": "^7.0.0",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"globals": "^15.12.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"postcss-loader": "^8.1.1",
"prettier": "^3.4.1",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-tailwindcss": "^0.6.9",
"storybook": "^8.4.6",
"storybook-css-modules-preset": "^1.1.1",
"storybook-tailwind-dark-mode": "^1.0.22",
"style-loader": "^4.0.0",
"stylelint": "^16.11.0",
"stylelint-config-recommended": "^14.0.1",
"typescript-eslint": "^8.16.0",
"undici": "^7.0.0",
"velite": "0.1.0"
},
"packageManager": "pnpm@8.15.5",
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"nextBundleAnalysis": {
"buildOutputDirectory": ".next"
}
}