-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 996 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
34
35
36
37
{
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.14",
"bootstrap": "5.1.3",
"date-fns": "^2.23.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"js-yaml": "^3.14.1",
"next": "^14.2.21",
"react": "^18.2.0",
"react-bootstrap": "^2.0.0",
"react-dom": "^18.2.0",
"remark": "^13.0.0",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.2",
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"sass": "^1.36.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && prettier --check .",
"export": "next build"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@types/react": "^17.0.15",
"eslint": "^7.31.0",
"eslint-config-next": "^13.0.1",
"eslint-config-prettier": "^8.3.0",
"prettier": "2.3.2",
"typescript": "^4.3.5"
}
}