This repository has been archived by the owner on Dec 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.1 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
{
"name": "jsne.co.uk",
"private": true,
"description": "Website for JavaScript North East – made with Gatsby",
"version": "1.2.0",
"author": "JSNE",
"homepage": "https://github.com/jsne/jsne.co.uk#jsne-website",
"repository": {
"type": "git",
"url": "https://github.com/jsne/jsne.co.uk.git"
},
"bugs": {
"url": "https://github.com/jsne/jsne.co.uk/issues"
},
"dependencies": {
"@mdx-js/runtime": "~0.16.8",
"babel-plugin-transform-regenerator": "~6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
"dotenv": "~6.0.0",
"emotion": "~9.2.10",
"emotion-server": "~9.2.12",
"emotion-theming": "~9.2.9",
"fetch-jsonp": "^1.1.3",
"gatsby": "~2.0.7",
"gatsby-image": "~2.0.8",
"gatsby-link": "2.0.1",
"gatsby-plugin-emotion": "~2.0.6",
"gatsby-plugin-google-analytics": "2.0.6",
"gatsby-plugin-react-helmet": "3.0.0",
"gatsby-plugin-sharp": "~2.0.5",
"gatsby-source-contentful": "2.0.1",
"gatsby-source-filesystem": "2.0.1",
"gatsby-transformer-remark": "2.1.3",
"gatsby-transformer-sharp": "2.1.1",
"google-map-react": "~1.0.0",
"lodash": "~4.17.5",
"lodash-webpack-plugin": "~0.11.4",
"prop-types": "15.6.2",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-emotion": "~9.2.6",
"react-helmet": "~5.2.0",
"react-typography": "~0.16.13",
"smoothscroll-polyfill": "~0.4.3",
"typography": "~0.16.17",
"uuid": "~3.3.2"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"prestart": "rm -rf ./cache",
"start": "yarn develop",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --single-quote \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "~8.2.3",
"eslint": "~5.6.0",
"eslint-config-airbnb": "~17.1.0",
"eslint-import-resolver-webpack": "~0.10.1",
"eslint-plugin-import": "~2.14.0",
"eslint-plugin-jsx-a11y": "~6.1.2",
"eslint-plugin-react": "~7.11.1",
"prettier": "~1.7.4"
}
}