-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 885 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
35
36
{
"name": "star-wars",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@styled-icons/styled-icon": "^10.6.3",
"@svgr/webpack": "^5.5.0",
"axios": "^0.21.1",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"next": "10.0.6",
"next-pwa": "^5.2.21",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-paginate": "^7.1.0",
"styled-components": "^5.2.1",
"styled-icons": "^10.27.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"next-images": "^1.7.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
}
}