-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.62 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
{
"name": "bitdevs-upgrade",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "contentlayer build && next dev",
"build": "contentlayer build && next build",
"start": "next start",
"lint": "next lint",
"summarize": "cp meetup.ts ai/src/meetup.ts && cp types/Meetup.ts ai/src/types/Meetup.ts && cd ai && yarn start",
"summarizeold": "node --loader ts-node/esm ./scripts/summarize-md.ts"
},
"dependencies": {
"@bitcoin-design/bitcoin-icons-react": "^0.1.9",
"@heroicons/react": "^2.0.18",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"gray-matter": "^4.0.3",
"ignore": "^5.2.4",
"langchain": "^0.0.112",
"marked": "^6.0.0",
"marked-mangle": "^1.1.0",
"next": "13.4.9",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"path": "^0.12.7",
"postcss": "8.4.25",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"rimraf": "^5.0.1",
"shiki": "^0.14.3",
"strip-markdown": "^5.0.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}