-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 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": "bean-code.github.io",
"version": "1.0.0",
"description": "Welcome to a wonderful world of Web Development",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bean-code/bean-code.github.io.git"
},
"keywords": [
"web Development",
"SSR",
"SWR"
],
"author": "Odhiambo Dormnic",
"license": "ISC",
"bugs": {
"url": "https://github.com/bean-code/bean-code.github.io/issues"
},
"homepage": "https://github.com/bean-code/bean-code.github.io#readme",
"dependencies": {
"date-fns": "^2.16.1",
"fs": "0.0.1-security",
"gray-matter": "^4.0.2",
"next": "^10.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"husky": "^4.3.7",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
}
}