-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
54 lines (54 loc) · 1.24 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
48
49
50
51
52
53
54
{
"name": "goofi",
"version": "1.0.0",
"description": "This is how to find good first issues in GitHub",
"author": "ohbarye",
"bugs": {
"url": "https://github.com/ohbarye/goofi/issues"
},
"homepage": "https://github.com/ohbarye/goofi#readme",
"engines": {
"node": "16"
},
"scripts": {
"dev": "next",
"build": "next build",
"type-check": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ohbarye/goofi.git"
},
"dependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "^4.5.1",
"apollo-boost": "^0.4.9",
"apollo-server-micro": "^2.22.1",
"axios": "^1.4.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.1",
"isomorphic-unfetch": "^3.0.0",
"jss": "^9.8.7",
"lru-cache": "^5.1.1",
"next": "^9.3.2",
"react": "^16.14.0",
"react-apollo": "^2.2.4",
"react-dom": "^16.14.0",
"react-jss": "^8.6.1"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/react": "17.0.38",
"@types/react-dom": "^17.0.20",
"typescript": "^5.0.4"
},
"resolutions": {
"@types/react": "17.0.38",
"@types/react-dom": "17.0.20"
},
"license": "MIT",
"volta": {
"node": "16.20.0",
"yarn": "1.22.19"
}
}