forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "0.6.2",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./bin/cli.js"
},
"bugs": {
"url": "https://github.com/gatsby-group/gatsby/issues"
},
"dependencies": {
"async": "^1.2.1",
"babel": "^5.8.23",
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"boom": "^2.7.2",
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"commander": "^2.8.1",
"css-loader": "^0.19.0",
"front-matter": "^1.0.0",
"fs-extra": "^0.19.0",
"glob": "^5.0.7",
"hapi": "^8.5.1",
"highlight.js": "^8.6.0",
"json-loader": "^0.5.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"loader-utils": "^0.2.8",
"lodash": "^3.9.3",
"loggy": "^0.2.0",
"markdown-it": "^4.2.2",
"mkdirp": "^0.5.1",
"moment": "^2.10.3",
"ncp": "^2.0.0",
"negotiator": "^0.5.3",
"node-cjsx": "^1.0.0",
"node-libs-browser": "^0.5.2",
"null-loader": "^0.1.1",
"parse-filepath": "^0.5.0",
"raw-loader": "^0.5.1",
"react": "^0.13.3",
"react-document-title": "^1.0.2",
"react-hot-loader": "^1.2.7",
"react-router": "^0.13.3",
"rimraf": "^2.4.2",
"static-site-generator-webpack-plugin": "^1.0.0",
"style-loader": "^0.12.3",
"toml": "^2.2.2",
"toml-loader": "^1.0.0",
"typography": "^0.3.5",
"underscore": "^1.8.3",
"underscore.string": "^3.1.1",
"webpack": "^1.9.8",
"webpack-dev-server": "^1.9.0"
},
"homepage": "https://github.com/gatsby-group/gatsby#readme",
"keywords": [
"react",
"ssg"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsby-group/gatsby.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}