-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
116 lines (116 loc) · 3.69 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
{
"name": "qri-website",
"description": "Qri's main website and documentation site",
"version": "0.0.1",
"dependencies": {
"@babel/helper-builder-react-jsx": "^7.15.4",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-export-default-from": "7.7.4",
"@emotion/core": "10.0.22",
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"@emotion/styled-base": "10.0.24",
"@fortawesome/fontawesome-svg-core": "1.2.26",
"@fortawesome/free-brands-svg-icons": "5.12.0",
"@fortawesome/free-regular-svg-icons": "5.12.0",
"@fortawesome/free-solid-svg-icons": "5.12.0",
"@fortawesome/react-fontawesome": "0.1.8",
"@mdx-js/loader": "1.5.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@philpl/buble": "0.19.7",
"@playlyfe/gql": "2.6.2",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"@turf/turf": "5.1.6",
"algoliasearch": "^4.10.3",
"autoprefixer": "10.3.1",
"babel-eslint": "10.1.0",
"bootstrap": "4.4.1",
"browserify-fs": "1.0.0",
"buffer": "6.0.3",
"core-js": "3.6.5",
"d3": "5.15.0",
"dotenv": "8.2.0",
"emotion": "10.0.23",
"emotion-server": "10.0.17",
"emotion-theming": "10.0.19",
"eslint-webpack-plugin": "2.5.4",
"gatsby": "3.9.1",
"gatsby-cli": "2.8.26",
"gatsby-link": "2.2.27",
"gatsby-plugin-algolia": "^0.22.0",
"gatsby-plugin-breadcrumb": "12.1.1",
"gatsby-plugin-catch-links": "3.9.0",
"gatsby-plugin-emotion": "6.9.0",
"gatsby-plugin-eslint": "3.0.0",
"gatsby-plugin-layout": "1.1.18",
"gatsby-plugin-manifest": "2.2.33",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-netlify": "3.9.0",
"gatsby-plugin-offline": "3.0.29",
"gatsby-plugin-react-helmet": "4.9.0",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-sass": "4.9.0",
"gatsby-plugin-sharp": "2.3.7",
"gatsby-plugin-sitemap": "4.5.0",
"gatsby-plugin-use-query-params": "1.0.1",
"gatsby-remark-autolink-headers": "2.3.11",
"gatsby-remark-copy-linked-files": "2.1.33",
"gatsby-plugin-remove-trailing-slashes": "^4.5.0",
"gatsby-remark-images": "3.1.37",
"gatsby-source-filesystem": "3.9.0",
"graphql": "14.5.8",
"http-browserify": "1.7.0",
"is-absolute-url": "3.0.3",
"lodash.flatten": "4.4.0",
"lodash.startcase": "4.4.0",
"mapbox-gl": "1.7.0",
"markdown-to-jsx": "7.1.3",
"mobx": "6.3.2",
"moment": "2.24.0",
"node-sass": "4.13.1",
"numeral": "2.0.6",
"papaparse": "5.2.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"react": "16.12.0",
"react-bootstrap": "1.0.0-beta.16",
"react-dom": "16.13.1",
"react-feather": "2.0.3",
"react-github-btn": "1.1.1",
"react-helmet": "5.2.1",
"react-highlight.js": "1.0.7",
"react-id-generator": "3.0.0",
"react-instantsearch-dom": "^6.12.0",
"react-live": "2.2.2",
"react-loadable": "5.5.0",
"react-masonry-css": "1.0.16",
"react-multivalue-text-input": "1.0.0",
"react-tooltip": "4.2.21",
"readable-stream": "3.6.0",
"redoc": "2.0.0-rc.55",
"stream-browserify": "3.0.0",
"styled-components": "^5.3.0",
"tailwindcss": "2.2.4",
"use-debounce": "^7.0.0",
"use-query-params": "1.2.3",
"util": "0.12.4",
"yaml": "1.10.2"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths"
},
"devDependencies": {
"eslint": "7.31.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"prism-react-renderer": "1.0.2"
}
}