-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 966 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
{
"name": "fiber-website",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build && next export",
"dev": "next dev",
"lint": "eslint . --ext .ts --ext .tsx",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"highlight.js": "^11.8.0",
"next": "^12.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.26.5"
},
"devDependencies": {
"@types/node": "^13.13.4",
"@types/react": "^16.9.34",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"typescript": "^4.3.5"
}
}