-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 902 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
{
"name": "drewhoo.com",
"packageManager": "yarn@3.6.4",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"typecheck": "tsc",
"deploy": "next build && touch out/.nojekyll && git add out/ && git commit -m \"Deploy\" && git subtree push --prefix out origin gh-pages"
},
"dependencies": {
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"grommet": "^2.33.2",
"grommet-icons": "^4.11.0",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-remark": "^2.1.0",
"remark": "^14.0.2",
"styled-components": "^5.3.9",
"typescript": "^4.7.4"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.51.0",
"react-is": "^18.2.0",
"typescript-language-server": "^4.3.3"
}
}