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 35
/
package.json
90 lines (90 loc) · 2.52 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
{
"name": "state-of-js-2019",
"description": "State of JS 2019 survey report",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/StateOfJS/state-of-js-2019"
},
"contributors": [
{
"name": "Sacha Greif"
},
{
"name": "Raphaël Benitte"
}
],
"engineStrict": true,
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@nivo/bar": "0.62.0",
"@nivo/bump": "0.62.0",
"@nivo/circle-packing": "0.62.0",
"@nivo/core": "0.62.0",
"@nivo/geo": "0.62.0",
"@nivo/line": "0.62.0",
"@nivo/pie": "0.62.0",
"@nivo/sankey": "0.62.0",
"@nivo/scatterplot": "0.62.0",
"@nivo/stream": "0.62.0",
"@nivo/sunburst": "0.62.0",
"@nivo/treemap": "0.62.0",
"@nivo/waffle": "0.62.0",
"babel-plugin-styled-components": "^1.11.1",
"bowser": "2.11.0",
"classnames": "^2.2.6",
"d3-array": "^2.8.0",
"d3-format": "^2.0.0",
"d3-scale": "^3.2.3",
"dotenv": "^8.2.0",
"gatsby": "^2.24.65",
"gatsby-cli": "^2.12.100",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-netlify": "^2.3.17",
"gatsby-plugin-react-helmet": "^3.3.13",
"gatsby-plugin-sass": "^2.3.16",
"gatsby-plugin-styled-components": "^3.3.11",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-source-graphql": "^2.7.4",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-yaml": "^2.4.12",
"html-loader": "^1.3.1",
"js-yaml": "^3.14.0",
"json2csv": "^5.0.3",
"lodash": "^4.17.20",
"markdown-it": "^11.0.1",
"markdown-loader": "^5.1.0",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"object-assign": "^4.1.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-confetti": "^6.0.0",
"react-dom": "16.13.1",
"react-ga": "^3.1.2",
"react-helmet": "^6.1.0",
"react-markdown": "^4.3.1",
"react-modal": "^3.11.2",
"react-tabs": "^3.1.1",
"remove-markdown": "^0.3.0",
"styled-components": "^5.2.0",
"tinycolor2": "^1.4.1",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"eslint-config-prettier": "^6.11.0",
"prettier": "^2.1.2"
},
"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}\""
}
}