-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
127 lines (127 loc) · 4.51 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "contact-tracker",
"private": true,
"description": "COntract tracker of Coronavirus",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "cross-env CYPRESS_SUPPORT=y gatsby develop",
"dev": "gatsby develop -o",
"start": "yarn develop",
"cy:open": "cypress open",
"cy:run:ci": "cypress run --browser chrome --reporter junit --reporter-options 'mochaFile=results/cypress/result.xml'",
"cy:run": "cypress run",
"format": "prettier --write content/**/*.yaml",
"i18n": "npx @formatjs/cli extract --messages-dir ./src/intl ./src/**/*.tsx",
"lint:fix": "yarn lint --fix",
"lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore",
"serve": "gatsby serve",
"server:ci": "start-server-and-test develop http://localhost:8000 cy:run:ci",
"server:open": "start-server-and-test develop http://localhost:8000 cy:open",
"server:run": "start-server-and-test develop http://localhost:8000 cy:run",
"test:compile": "tsc --project cypress/tsconfig.json",
"type-check": "tsc --noEmit",
"test:compile:watch": "tsc --watch --project cypress/tsconfig.json",
"test": "npm-run-all -s test:compile server:run",
"test:watch": "npm-run-all -p test:compile:watch server:open",
"test:ci": "npm-run-all -s test:compile server:ci",
"types": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.0.0-beta.41",
"@apollo/react-hooks": "^3.1.3",
"@babel/runtime": "^7.8.7",
"@chakra-ui/core": "^0.7.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@graphql-codegen/cli": "^1.13.1",
"add": "^2.0.6",
"apollo-client": "^2.6.8",
"cross-fetch": "^3.0.4",
"emotion-theming": "^10.0.27",
"firebase": "^7.13.0",
"formik": "^2.1.4",
"gatsby": "^2.20.8",
"gatsby-image": "^2.2.42",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-netlify": "^2.1.33",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-typescript": "^2.2.0",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-theme-firebase": "^1.0.8",
"gatsby-transformer-sharp": "^2.4.3",
"gatsby-transformer-yaml": "^2.2.25",
"mobx": "^5.15.4",
"mobx-react-lite": "^1.5.2",
"moment": "^2.24.0",
"polished": "^3.4.4",
"qrcode": "^1.4.4",
"query-string": "^6.11.1",
"react": "^16.13.0",
"react-date-picker": "^7.10.0",
"react-dom": "^16.13.0",
"react-firebase-hooks": "^2.1.1",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-select": "^3.0.8",
"react-share": "^4.1.0",
"react-spring": "^8.0.27",
"react-with-direction": "^1.3.1",
"typeface-poppins": "^0.0.72",
"typescript": "^3.7.5",
"yarn": "^1.22.4",
"yup": "^0.28.3"
},
"devDependencies": {
"@graphql-codegen/fragment-matcher": "1.13.1",
"@graphql-codegen/introspection": "1.13.1",
"@graphql-codegen/typescript": "1.13.1",
"@graphql-codegen/typescript-document-nodes": "1.13.1",
"@graphql-codegen/typescript-graphql-files-modules": "1.13.1",
"@graphql-codegen/typescript-operations": "1.13.1",
"@graphql-codegen/typescript-react-apollo": "1.13.1",
"@testing-library/cypress": "^6.0.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.5",
"@types/qrcode": "^1.3.4",
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.14",
"@types/react-select": "^3.0.11",
"@types/styled-system": "^5.1.4",
"@types/testing-library__cypress": "^5.0.1",
"@types/yup": "^0.26.32",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"cross-env": "^7.0.2",
"cypress": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"gatsby-cypress": "^0.3.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"start-server-and-test": "^1.10.9"
},
"repository": {
"type": "git",
"url": "https://github.com/LekoArts/gatsby-starter-portfolio-jodie"
},
"bugs": {
"url": "https://github.com/LekoArts/gatsby-starter-portfolio-jodie/issues"
},
"prettier": {
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "auto"
}
}