-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "github-friends",
"version": "1.1.0",
"license": "MIT",
"author": "Andrew Sosa",
"scripts": {
"dev": "next",
"build": "next build",
"flow": "flow",
"start": "next start"
},
"dependencies": {
"@octokit/rest": "^16.43.1",
"@panelbear/panelbear-js": "^1.2.0",
"@primer/css": "^14.2.0",
"@sentry/nextjs": "^6.8.0",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"fathom-client": "^2.0.2",
"fibers": ">=3.1.0",
"moment": "^2.24.0",
"next": "^10.0.0",
"react": "^16.7.0",
"react-cookie": "^4.0.3",
"react-dom": "^16.7.0",
"react-infinite-scroller": "^1.2.4",
"sass": "^1.3.0",
"tachyons": "^4.11.1",
"uuid": "^3.4.0"
},
"devDependencies": {
"babel-eslint": "8.2.6",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"flow-bin": "0.77.0",
"prettier": "^1.19.1"
}
}