-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "@davidsouther/resume",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "echo 'davidsouther.com' > docs/CNAME && touch docs/.nojekyll",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@davidsouther/jiffies": "^2.0.6",
"@dqbd/tiktoken": "^1.0.7",
"@types/node": "18.15.10",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"eslint": "8.36.0",
"gray-matter": "^4.0.3",
"marked-react": "^1.3.2",
"next": "^13.4.19",
"nextjs-google-analytics": "^2.3.3",
"openai": "^4.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"typescript": "5.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.22.15",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.4",
"babel-jest": "^29.7.0",
"eslint-config-next": "^13.4.19",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
}
}