-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "jessechen.net",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/0xjessel/jessechen.net"
},
"scripts": {
"dev:inspect": "NODE_OPTIONS='--inspect' next dev",
"dev": "next-remote-watch ./posts",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.10.9",
"@chakra-ui/theme-tools": "^2.2.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/mukta": "^5.2.8",
"@fontsource/noto-serif": "^5.2.9",
"@mdx-js/react": "^3.1.1",
"@typescript-eslint/parser": "^8.49.0",
"cloudinary": "^2.8.0",
"framer-motion": "^12.23.26",
"globby": "^16.0.0",
"gray-matter": "^4.0.3",
"mdx-prism": "^0.3.4",
"next": "16.0.10",
"next-cloudinary": "^6.17.5",
"next-mdx-remote": "^5.0.0",
"next-remote-watch": "2.0.0",
"next-seo": "^6.8.0",
"react": "^19.2.3",
"react-awesome-reveal": "^4.3.1",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"reading-time": "^1.5.0",
"rehype": "^13.0.2",
"rehype-slug": "^6.0.0",
"remark-breaks": "^4.0.0"
},
"license": "MIT",
"devDependencies": {
"eslint": "^9.39.2",
"eslint-config-next": "^16.0.10"
}
}