-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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
49
50
51
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"antd": "^3.6.1",
"gatsby": "^1.9.247",
"gatsby-link": "^1.6.40",
"gatsby-paginate": "^1.0.16",
"gatsby-plugin-glamor": "^1.6.13",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-typography": "^1.7.18",
"gatsby-source-filesystem": "^1.5.38",
"gatsby-transformer-remark": "^1.7.41",
"glamorous": "^4.13.1",
"react-helmet": "^5.2.0",
"typography-theme-bootstrap": "^0.16.7"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"babel-plugin-import": "^1.7.0",
"gh-pages": "^1.2.0",
"prettier": "^1.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"babel": {
"plugins": [
[
"import",
{
"libraryName": "antd",
"style": "css"
}
]
]
}
}