This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
76 lines (76 loc) · 2.06 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
{
"name": "state-of-css-2019",
"description": "State of CSS 2019 survey report",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/StateOfJS/state-of-css-2019"
},
"contributors": [
{
"name": "Sacha Greif"
},
{
"name": "Raphaël Benitte"
}
],
"engineStrict": true,
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@nivo/bar": "0.59.0",
"@nivo/bump": "0.59.0",
"@nivo/circle-packing": "0.59.0",
"@nivo/core": "0.59.0",
"@nivo/geo": "0.59.0",
"@nivo/pie": "0.59.0",
"@nivo/sankey": "0.59.0",
"@nivo/scatterplot": "^0.59.0",
"@nivo/sunburst": "0.59.0",
"@nivo/treemap": "0.59.0",
"@nivo/waffle": "0.59.0",
"bowser": "2.1.0",
"classnames": "^2.2.6",
"d3-format": "^1.3.2",
"d3-scale": "^2.2.2",
"gatsby": "^2.4.2",
"gatsby-plugin-google-analytics": "^2.0.19",
"gatsby-plugin-netlify": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-source-filesystem": "^2.0.33",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-yaml": "^2.1.12",
"html-loader": "^0.5.5",
"js-yaml": "^3.12.1",
"lodash": "^4.17.11",
"markdown-it": "^8.4.2",
"markdown-loader": "^4.0.0",
"node-fetch": "^2.5.0",
"node-sass": "^4.12.0",
"object-assign": "^4.1.1",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-confetti": "^3.1.0",
"react-dom": "npm:@hot-loader/react-dom",
"react-ga": "^2.5.7",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.8",
"remove-markdown": "^0.3.0",
"tinycolor2": "^1.4.1",
"topojson-client": "^3.0.0"
},
"devDependencies": {
"eslint-config-prettier": "^4.1.0",
"prettier": "^1.17.0"
},
"private": true,
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public",
"dev": "gatsby develop",
"dev:clean": "rm -rf .cache && yarn run dev",
"fmt": "prettier --write \"src/**/*.{js,jsx}\" \"node_src/**/*.{js}\" \"config/**/*.{yaml,yml}\""
}
}