-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.81 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
{
"name": "unabanda",
"version": "1.0.0",
"engines": {
"node": "14.x"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"@apollo/react-hooks": "3.0.0",
"@apollo/react-ssr": "3.0.0",
"@firebase/app": "^0.4.19",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"apollo-cache-inmemory": "1.6.3",
"apollo-client": "2.6.4",
"apollo-link-http": "1.5.15",
"bulma": "^0.7.5",
"bulma-helpers": "^0.3.8",
"dotenv": "^8.1.0",
"dotenv-webpack": "^1.7.0",
"firebase-admin": "^8.6.0",
"graphql": "^14.0.2",
"graphql-tag": "2.10.1",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.19",
"moment-timezone": "^0.5.26",
"next": "^13.0.3",
"next-offline": "^5.0.0-beta.7",
"next-seo": "^4.17.0",
"next-sitemap": "^1.5.18",
"node-sass": "^4.12.0",
"prop-types": "^15.6.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-share": "^3.0.1",
"webpack": "^4.19.1"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.16",
"@next/bundle-analyzer": "^9.1.1",
"@types/react": "^17.0.3",
"caniuse-lite": "^1.0.30001204",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.15.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": ">= 1.13.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"webpack": "^4.19.1"
}
}