-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "borneo-football",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next --port $PORT",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"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",
"classnames": "^2.2.6",
"fontfaceobserver": "^2.1.0",
"next": "^12.1.5",
"normalize.css": "^8.0.1",
"react": "^18.0.0",
"react-burger-menu": "^2.6.13",
"react-dom": "^18.0.0",
"react-ga": "^2.7.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.2"
}
}