-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
package.json
38 lines (38 loc) · 929 Bytes
/
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
{
"name": "overreacted",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "run-p next-dev watch-content",
"next-dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"watch-content": "node ./watcher.js",
"postinstall": "patch-package"
},
"dependencies": {
"chokidar": "^3.5.3",
"colorjs.io": "^0.4.5",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"next": "^14.0.1-canary.2",
"next-mdx-remote": "^4.4.1",
"npm-run-all": "^4.1.5",
"overnight": "^1.8.0",
"react": "^18",
"react-dom": "^18",
"rehype-pretty-code": "^0.10.2",
"remark-smartypants": "^2.0.0",
"shiki": "^0.14.5",
"ws": "^8.14.2"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"patch-package": "^8.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}