-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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
{
"name": "next-navigation-boilerplate",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.9",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"babel-loader": "^8.0.6",
"bootstrap": "^4.4.1",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"express": "^4.17.1",
"jquery": "^3.5.0",
"next": "^9.3.2",
"next-i18next": "^5.0.0-beta.3",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-tooltip": "^4.1.2",
"reactstrap": "^8.4.1",
"styled-components": "^5.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0"
}
}