-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.44 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
44
45
46
47
{
"name": "next-app-fe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "[email protected]",
"scripts": {
"build": "next build",
"dev": "next",
"lint": "eslint --fix . && echo 'Lint complete.'",
"start": "next start"
},
"license": "ISC",
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@svgr/webpack": "^4.3.3",
"apollo-boost": "^0.4.4",
"babel-plugin-emotion": "^10.0.23",
"emotion-theming": "^10.0.19",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"next": "^9.1.2",
"next-with-apollo": "^4.3.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-apollo": "^3.1.3",
"react-dom": "^16.11.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0"
}
}