-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.13 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "restaurant-reviews",
"version": "1.0.0",
"description": "Simple restaurant reviews app",
"main": "index.js",
"author": "Jacky Efendi <jacky.efendi1@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "node client/dev-server.js"
},
"dependencies": {
"@chakra-ui/core": "^0.6.1",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@types/morgan": "^1.9.1",
"@types/uuid": "^8.0.0",
"body-parser": "^1.19.0",
"connect-redis": "^4.0.4",
"cookie-parser": "^1.4.5",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"emotion": "^10.0.27",
"emotion-theming": "^10.0.19",
"express": "^4.17.1",
"express-session": "^1.17.1",
"graphql-hooks": "^4.5.0",
"http-proxy-middleware": "^0.17.4",
"mime-types": "^2.1.27",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"next": "^9.2.1",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-icons": "^3.10.0",
"redis": "^3.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.5",
"uuid": "^8.1.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.0",
"@types/koa": "^2.11.3",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-logger": "^3.1.1",
"@types/koa__router": "^8.0.2",
"@types/mime-types": "^2.1.0",
"@types/multer": "^1.4.3",
"@types/next": "^9.0.0",
"@types/node": "^14.0.13",
"@types/node-fetch": "^2.5.7",
"@types/passport": "^1.0.3",
"@types/passport-google-oauth20": "^2.0.3",
"@types/react": "^16.9.19",
"@types/redis": "^2.8.22",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"next-images": "^1.4.0",
"prettier": "^1.19.1",
"ts-node-dev": "^1.0.0-pre.44"
}
}