-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "borneo-football",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next ",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"classnames": "^2.2.6",
"eslint-config-next": "13",
"fontfaceobserver": "^2.1.0",
"next": "^15",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-burger-menu": "^2.6.13",
"react-dom": "^18.2.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"
}
}