-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.82 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
{
"name": "evidencestrong.com",
"private": true,
"description": "Evidence Strong website",
"version": "0.1.0",
"author": "Tomek Kolasa <kolasa.tomek@gmail.com>",
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"emotion": "^10.0.27",
"formik": "^2.1.4",
"gatsby": "^2.19.45",
"gatsby-image": "^2.2.44",
"gatsby-plugin-catch-links": "^2.3.1",
"gatsby-plugin-emotion": "^4.2.1",
"gatsby-plugin-feed-mdx": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.1.38",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-mdx": "^1.2.12",
"gatsby-plugin-offline": "^3.0.41",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-sharp": "^2.4.13",
"gatsby-plugin-typography": "^2.3.25",
"gatsby-remark-copy-linked-files": "^2.1.40",
"gatsby-remark-images": "^3.1.50",
"gatsby-remark-responsive-iframe": "^2.2.34",
"gatsby-remark-smartypants": "^2.1.23",
"gatsby-source-filesystem": "^2.1.56",
"gatsby-transformer-sharp": "^2.3.19",
"gatsby-transformer-yaml": "^2.3.3",
"lodash": "^4.17.15",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-icons": "^3.10.0",
"react-typography": "^0.16.19",
"typeface-lato": "^0.0.75",
"typography": "^0.16.19",
"typography-theme-fairy-gates": "^0.16.19",
"yup": "^0.29.1"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}