-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "feather",
"description": "Simply beautiful open source icons",
"version": "0.0.0",
"author": "Cole Bemis <[email protected]>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "eslint ."
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@mdx-js/react": "^1.5.1",
"@primer/primitives": "^2.0.0",
"@rebass/forms": "^4.0.6",
"@styled-system/css": "^5.0.23",
"classnames": "2.2.6",
"copy-to-clipboard": "^3.0.8",
"downloadjs": "1.4.7",
"feather-icons": "^4.29.0",
"formik": "^2.0.3",
"fuse.js": "3.4.5",
"gatsby": "^2.17.11",
"gatsby-plugin-google-analytics": "^2.1.25",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-source-filesystem": "^2.1.0",
"jszip": "^3.2.2",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"polished": "^3.4.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "5.2.0",
"react-virtualized": "^9.21.1",
"theme-ui": "^0.2.46",
"use-query-params": "^0.4.4"
},
"devDependencies": {
"eslint-config-prettier": "^6.5.0",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.19.1"
}
}