-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 931 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 931 Bytes
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
{
"scripts": {
"start": "next",
"build": "next build && next export"
},
"dependencies": {
"next": "^9.0.0",
"next-fonts": "^0.17.0",
"next-optimized-images": "^2.5.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.3.2",
"styled-reset": "^2.0.16"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/node": "^7.5.0",
"babel-eslint": "9.x",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "5.x",
"eslint-config-prettier": "^6.9.0",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-flowtype": "2.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.5.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"prettier": "^1.18.2"
}
}