-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.8 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
{
"name": "fall-guys-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier --write \"**/*.{html,js,json,md,mdx,yml}\"",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git@github.com-ielijose:ielijose/fall-guys-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@chakra-ui/core": "0.8.0",
"@emotion/core": "10.0.35",
"@emotion/styled": "10.0.27",
"@mapbox/rehype-prism": "0.5.0",
"@mdx-js/loader": "1.5.8",
"@mdx-js/react": "1.5.8",
"@next/mdx": "9.5.3",
"babel-plugin-import-glob-array": "0.2.0",
"big.js": "5.2.2",
"comma-number": "2.0.1",
"date-fns": "2.16.1",
"emotion-theming": "10.0.27",
"fathom-client": "^3.0.0",
"firebase": "7.19.1",
"firebase-admin": "9.1.1",
"googleapis": "48.0.0",
"iframe-resizer-react": "^1.0.4",
"mdx-prism": "0.3.1",
"mongoose": "^5.10.3",
"next": "^10.0.0",
"next-google-fonts": "1.2.1",
"next-mdx-enhanced": "4.0.0",
"next-seo": "4.7.3",
"patch-package": "6.2.2",
"postinstall-postinstall": "2.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-tweet-embed": "1.2.2",
"reading-time": "1.2.0",
"remark-autolink-headings": "6.0.1",
"remark-capitalize": "1.1.0",
"remark-code-titles": "0.1.1",
"remark-slug": "6.0.0",
"swr": "0.3.2",
"unsplash-js": "6.0.0"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-plugin-react": "^7.20.6",
"globby": "11.0.1",
"prettier": "2.1.1",
"rehype": "11.0.0"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}