-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.72 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
{
"name": "cascadiajs2018-web",
"description": "Website for CascadiaJS 2018, powered by GatsbyJS",
"version": "1.0.0",
"author": "Carter Rabasa <carter@cascadiajs.com>",
"dependencies": {
"autobind-decorator": "^2.1.0",
"gatsby": "^1.9.247",
"gatsby-link": "^1.6.40",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-mailchimp": "^2.2.3",
"gatsby-plugin-manifest": "^1.0.25",
"gatsby-plugin-offline": "^1.0.18",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-twitter": "^1.0.20",
"gatsby-source-filesystem": "^1.5.38",
"gatsby-transformer-remark": "^1.7.41",
"lodash": "^4.17.11",
"pure-react-carousel": "^1.13.2",
"react-helmet": "^5.2.0",
"react-twitter-conversion-tracker": "^1.0.0",
"react-youtube": "^7.8.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"lint": "eslint --ignore-path .gitignore --ext js,jsx .",
"test": "npm run lint"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-standard": "^3.1.0",
"prettier": "^1.12.0",
"prettier-eslint-cli": "^4.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/cascadiajs/2018.cascadiajs.com"
}
}