-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
{
"name": "censuranao.com",
"version": "1.0.1",
"description": "Censura não!",
"repository": {
"type": "git",
"url": "https://github.com/hugomn/censuranao.com.git"
},
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen --config codegen.yml"
},
"keywords": [
"covid",
"saude"
],
"author": "Hugo Nogueira <[email protected]>",
"license": "ISC",
"dependencies": {
"@apollo/react-common": "3.1.4",
"@apollo/react-components": "3.1.5",
"@apollo/react-hoc": "3.1.5",
"@apollo/react-hooks": "3.1.5",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link-http": "1.5.17",
"axios": "0.19.2",
"clsx": "^1.1.1",
"cookie": "0.4.1",
"faunadb": "2.14.2",
"graphql": "14.3.1",
"graphql-tag": "2.10.3",
"moment": "2.27.0",
"next": "9.4.4",
"next-seo": "4.5.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-ga": "3.0.0",
"react-number-format": "^4.4.1",
"recharts": "1.8.5",
"sass": "^1.26.8"
},
"devDependencies": {
"@graphql-codegen/cli": "1.15.1",
"@graphql-codegen/fragment-matcher": "1.15.1",
"@graphql-codegen/introspection": "1.15.1",
"@graphql-codegen/typescript": "1.15.1",
"@graphql-codegen/typescript-operations": "1.15.1",
"@graphql-codegen/typescript-react-apollo": "1.15.1",
"@types/react": "16.9.35",
"@types/recharts": "1.8.10",
"cli-progress": "3.8.2",
"csv-parser": "2.3.3",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.4.6",
"typescript": "3.9.5"
}
}