-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "mozilla-playground",
"description": "Learn about CSS Grid Layout",
"version": "1.0.0",
"author": "Dan Brown <[email protected]>",
"dependencies": {
"autoprefixer": "^7.2.5",
"babel-eslint": "^8.2.1",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-wrap-in-js": "^1.1.0",
"classnames": "^2.2.5",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.0",
"gatsby": "^1.9.169",
"gatsby-link": "^1.6.34",
"gatsby-plugin-google-analytics": "^1.0.16",
"gatsby-plugin-postcss-sass": "^1.0.16",
"gatsby-plugin-react-helmet": "^2.0.4",
"gh-pages": "^1.1.0",
"mappy-breakpoints": "^0.2.3",
"prop-types": "^15.6.0",
"react-bodymovin": "^1.1.1",
"react-helmet": "^5.2.0",
"react-modal-video": "^1.0.7",
"susy": "^3.0.2",
"typeface-antonio": "^1.0.0"
},
"keywords": [
"mozilla"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier-eslint \"src/**/*.js\"",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"gh-pages": "gh-pages -d public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.10.2",
"prettier-eslint-cli": "^4.7.0"
}
}