-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"name": "caulagi-blog",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"format": "prettier --write .",
"lint": "prettier --check .",
"typecheck": "tsc",
"postinstall": "husky install"
},
"devDependencies": {
"@heroui/react": "^3.0.1",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/eslint-plugin-next": "^16.2.1",
"@next/mdx": "^16.2.1",
"@tailwindcss/typography": "^0.5.19",
"@types/jest": "^30.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@tailwindcss/postcss": "^4.2.2",
"@types/react-dom": "^19.2.3",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"eslint": "^10.1.0",
"eslint-config-next": "^16.2.1",
"eslint-config-prettier": "^10.1.8",
"framer-motion": "^12.38.0",
"gray-matter": "^4.0.3",
"husky": "^9.1.7",
"next": "^16.2.1",
"next-mdx-remote": "^6.0.0",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"remark": "^15.0.1",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-prism": "^1.3.6",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"unist-util-visit": "^5.1.0"
},
"license": "MIT"
}