-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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": "es6-all-the-things",
"description": "ES6 All The Things!",
"author": "Melanie Seltzer <melleh11@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/melanieseltzer/es6-all-the-things.git"
},
"version": "1.0.0",
"browserslist": [
"last 5 versions"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-brands-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/react-fontawesome": "^0.1.2",
"browserslist": "^4.0.2",
"bulma": "^0.7.1",
"gatsby": "^1.9.277",
"gatsby-link": "^1.6.46",
"gatsby-plugin-postcss-sass": "^1.0.22",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-react-next": "^1.0.11",
"prismjs": "^1.15.0",
"react-helmet": "^5.2.0"
},
"devDependencies": {
"autoprefixer": "^9.1.1",
"gh-pages": "^1.2.0",
"prettier": "^1.14.2"
},
"keywords": [
"gatsby",
"es6",
"cheat sheet",
"javascript"
],
"license": "MIT"
}