-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 962 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
{
"name": "cball.me",
"description": "Personal site of Chris Ball",
"version": "1.0.0",
"author": "Chris Ball <chris@echobind.com>",
"dependencies": {
"babel-plugin-emotion": "^8.0.12",
"emotion": "^8.0.12",
"emotion-server": "^8.0.12",
"gatsby": "^1.9.119",
"gatsby-link": "^1.6.28",
"gatsby-plugin-emotion": "^1.1.9",
"gatsby-plugin-netlify": "^1.0.9",
"gatsby-plugin-react-helmet": "^1.0.8",
"lodash.groupby": "^4.6.0",
"lodash.partition": "^4.6.0",
"mdi-react": "^2.0.46-hotfix.0",
"moment": "^2.19.3",
"react-emotion": "^8.0.12"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"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.8.2"
}
}