-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1021 Bytes
/
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
{
"name": "osaka01",
"description": "Osaka RubyKaigi 01",
"private": true,
"version": "1.0.0",
"author": "RubyKansai",
"dependencies": {
"gatsby": "^1.9.243",
"gatsby-image": "^1.0.42",
"gatsby-link": "^1.6.40",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sass": "^1.0.25",
"gatsby-plugin-sharp": "^1.6.41",
"gatsby-remark-copy-linked-files": "^1.5.30",
"gatsby-remark-images": "^1.5.60",
"gatsby-source-filesystem": "^1.5.27",
"gatsby-transformer-remark": "^1.7.39",
"gatsby-transformer-sharp": "^1.6.22",
"lodash": "^4.17.5"
},
"keywords": [
"osaka",
"ruby",
"rubykaigi"
],
"license": "MIT",
"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"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"prettier": "^1.11.1"
}
}