-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.3 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
{
"name": "covid-freeze",
"private": true,
"description": "Open data on impact of COVID-19 on business and people in Ukraine",
"version": "1.1.2",
"author": "Oleksiy Rudenko <oleksiy.rudenko@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kottans/covid-freeze"
},
"bugs": {
"url": "https://github.com/kottans/covid-freeze/issues"
},
"keywords": [
"covid",
"covid-19",
"covid-data",
"impact",
"ukraine"
],
"scripts": {
"telemetry-off": "gatsby telemetry --disable",
"start": "gatsby develop -o",
"build": "gatsby build --prefix-paths",
"gh-pages": "gatsby build --prefix-paths && push-dir --dir=public --branch=gh-pages",
"clean": "gatsby clean",
"test": "jest",
"test:watch": "jest --watch",
"format": "prettier --write \"./src/**/*.{jsx,js}\"",
"lint:scripts": "eslint ./src/**/*.{jsx,js}",
"lint:styles": "stylelint ./src/**/*.{jsx,js}"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && yarn lint:styles",
"pre-push": "yarn lint:scripts"
}
},
"dependencies": {
"@styled-system/prop-types": "^5.1.5",
"@styled-system/theme-get": "^5.1.2",
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.19.32",
"gatsby-image": "^2.2.40",
"gatsby-plugin-catch-links": "^2.2.1",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-lodash": "^3.1.19",
"gatsby-plugin-manifest": "^2.2.42",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sharp": "^2.4.7",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-plugin-typography": "^2.3.22",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-transformer-sharp": "^2.3.17",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-burger-menu": "^2.6.13",
"react-dom": "16.12.0",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-iframe": "^1.8.0",
"react-typography": "^0.16.19",
"react-uid": "^2.2.0",
"smooth-scroll": "^16.1.3",
"styled-components": "^4.4.1",
"styled-system": "^5.1.5",
"typography": "^0.16.19"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@testing-library/jest-dom": "^5.0.2",
"@testing-library/react": "^10.0.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
"babel-preset-gatsby": "^0.2.29",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^3.1.0",
"jest": "^25.1.0",
"jest-styled-components": "^6.3.4",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"push-dir": "^0.4.1",
"stylelint": "^13.2.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.9.0"
}
}