-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 985 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
{
"name": "craigzheng.com",
"description": "craigzheng.com",
"version": "0.0.1",
"author": "Craig Zheng <[email protected]>",
"dependencies": {
"classnames": "^2.2.5",
"gatsby": "^1.0.1",
"gatsby-link": "^1.0.1",
"gatsby-plugin-catch-links": "^1.0.1",
"gatsby-plugin-react-helmet": "^1.0.1",
"gatsby-plugin-sharp": "^1.6.0",
"gatsby-plugin-twitter": "^1.0.10",
"gatsby-remark-copy-linked-files": "^1.5.0",
"gatsby-remark-images": "^1.5.1",
"gatsby-remark-responsive-iframe": "^1.4.7",
"gatsby-source-filesystem": "^1.4.1",
"gatsby-transformer-remark": "^1.6.3",
"react-addons-css-transition-group": "^15.6.0"
},
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.5.2"
}
}