-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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
{
"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": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.0",
"@next/eslint-plugin-next": "^13.4.19",
"@next/mdx": "^14.0.1",
"@nextui-org/react": "^2.2.5",
"@tailwindcss/typography": "^0.5.10",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.61",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"autoprefixer": "^10.4.15",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint": "^8.57.0",
"framer-motion": "^10.16.1",
"gray-matter": "^4.0.3",
"husky": "^8.0.3",
"next-mdx-remote": "^4.4.1",
"next": "^14.0.4",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"react-dom": "^18.2.0",
"react": "^18.2.0",
"remark-directive": "^3.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-prism": "^1.3.6",
"remark": "^15.0.1",
"tailwindcss": "^3.1.8",
"typescript": "^5.2.2",
"unist-util-visit": "^5.0.0"
},
"license": "MIT"
}