-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "this-is-me",
"description": "My personal portfolio site",
"version": "2.0.0",
"private": true,
"author": {
"name": "Aaron Goidel",
"email": "[email protected]",
"url": "https://aarongoidel.com"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@pinecone-database/pinecone": "^0.1.6",
"@tailwindcss/typography": "^0.5.7",
"@vercel/analytics": "^1.0.2",
"@xenova/transformers": "^2.5.1",
"gray-matter": "^4.0.3",
"next": "^13.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom-server": "^0.0.5",
"react-icons": "^4.2.0",
"react-intersection-observer": "^8.32.0",
"react-markdown": "^6.0.2",
"remark-gfm": "^1.0.0",
"remark-highlight.js": "^6.0.0",
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"replicate": "^0.16.0",
"unified": "^9.2.1",
"uuid": "^9.0.1"
},
"license": "MIT",
"devDependencies": {
"@types/node": "20.4.9",
"@types/react": "^18.0.19",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}
}