-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 868 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
39
40
41
42
{
"name": "httbey",
"version": "2.0.0",
"description": "",
"homepage": "https://httbey.com",
"author": {
"name": "Mina Markham",
"url": "https://github.com/minamarkham"
},
"repository": {
"type": "git",
"url": "git://github.com/minamarkham/httbey.git"
},
"bugs": {
"url": "https://github.com/minamarkham/httbey/issues"
},
"license": "MIT",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-external-links": "^3.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"unified": "^11.0.4"
},
"engines": {
"node": ">=18"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}