-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 897 Bytes
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
{
"name": "styfle.dev",
"repository": "https://github.com/styfle/styfle.dev",
"license": "MIT",
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next",
"build": "next build",
"lint": "next lint",
"start": "next start",
"prettier": "prettier \"./**/*.ts\" \"./**/*.tsx\" \"./styles/*.css\" --write",
"git-pre-commit": "yarn prettier && git add -A"
},
"dependencies": {
"@octokit/rest": "19.0.5",
"gray-matter": "4.0.3",
"highlight.js": "11.6.0",
"marked": "4.2.2",
"next": "13.0.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@octokit/types": "8.0.0",
"@types/gtag.js": "0.0.12",
"@types/marked": "4.0.7",
"@types/node": "16.18.3",
"@types/react": "18.0.25",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"prettier": "2.7.1",
"typescript": "4.9.3"
}
}