forked from mateusfg7/mateusf.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.81 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
{
"name": "mateusf.com",
"version": "9.5.2",
"homepage": "https://mateusf.com",
"license": "GPL-3.0",
"author": "Mateus Felipe Gonçalves <[email protected]>",
"private": true,
"scripts": {
"dev:content": "velite --watch",
"build:content": "velite --clean",
"dev:next": "next dev",
"build:next": "next build",
"dev": "run-p dev:*",
"build": "run-s build:*",
"start": "next start",
"lint": "next lint",
"bump-tag": "tsx tools/bump-tag-version.ts",
"new": "tsx tools/new-content.ts",
"prepare": "husky",
"check-unused": "npx depcheck"
},
"dependencies": {
"@commitlint/types": "^19.0.0",
"@giscus/react": "^3.0.0",
"@headlessui/react": "^2.0.0",
"@next/bundle-analyzer": "^14.2.3",
"@phosphor-icons/react": "^2.0.8",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-dialog": "^1.0.3",
"date-fns": "3.6.0",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"katex": "^0.16.8",
"kbar": "0.1.0-beta.45",
"next": "14.2.8",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.11",
"react-github-calendar": "^4.0.8",
"react-icons": "5.2.1",
"react-parallax-tilt": "^1.7.154",
"react-simple-typewriter": "^5.0.1",
"reading-time": "^1.5.0",
"recharts": "^2.10.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "7.0.1",
"rehype-pretty-code": "^0.13.0",
"rehype-shift-heading": "^2.0.0",
"rehype-slug": "6.0.0",
"rehype-stringify": "^10.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"sharp": "^0.33.0",
"shiki": "^1.1.7",
"tailwindcss-animated": "^1.0.1",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"use-prefers-color-scheme": "^1.1.3"
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/mdx": "^2.0.3",
"@types/node": "20.14.2",
"@types/react": "18.3.5",
"@types/semver": "^7.5.0",
"@types/shuffle-array": "^1.0.5",
"autoprefixer": "^10.4.13",
"esbuild": "^0.23.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.8",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "^9.0.0",
"npm-run-all2": "^6.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.19",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.0",
"semver": "^7.5.1",
"simple-git": "^3.18.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.0.0",
"typescript": "5.6.2",
"velite": "0.1.1",
"vercel": "^34.0.0"
}
}