-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.57 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
{
"name": "blog",
"version": "0.0.11",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "pnpm tsc",
"change:add": "changeset add"
},
"dependencies": {
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@mapbox/rehype-prism": "0.6.0",
"@radix-ui/colors": "0.1.8",
"@tailwindcss/typography": "0.5.8",
"@types/node": "14.14.27",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.13",
"date-fns": "2.16.1",
"eslint-config-next": "15.1.2",
"eslint-plugin-unicorn": "56.0.1",
"gray-matter": "4.0.2",
"hazel-ui": "0.4.4",
"husky": "8.0.2",
"next-mdx-remote": "5.0.0",
"postcss": "8.4.20",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.2.1",
"rehype-autolink-headings": "5.0.1",
"rehype-slug": "4.0.1",
"remark-code-titles": "0.1.1",
"tailwindcss": "3.2.4",
"typescript": "5.7.2",
"windy-radix-palette": "0.4.1"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
},
"engines": {
"node": ">= 22.9.0",
"pnpm": ">= 9.15.1",
"yarn": "please-use-pnpm",
"npm": "please-use-pnpm"
},
"packageManager": "[email protected]"
}