forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.78 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "0.8.4",
"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.35",
"babel-core": "^5.8.35",
"babel-loader": "^5.4.0",
"babel-plugin-react-transform": "^1.1.1",
"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.23.1",
"cssnano": "^3.5.2",
"debug": "^2.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"front-matter": "^2.0.5",
"fs-extra": "^0.26.5",
"glob": "^7.0.0",
"hapi": "^8.5.1",
"hapi-webpack-plugin": "^1.3.0",
"highlight.js": "^9.1.0",
"html-frontmatter": "^1.5.1",
"json-loader": "^0.5.2",
"less": "^2.6.0",
"less-loader": "^2.2.0",
"loader-utils": "^0.2.8",
"lodash": "^4.5.0",
"loggy": "^0.2.0",
"markdown-it": "^6.0.0",
"moment": "^2.11.2",
"negotiator": "^0.6.0",
"node-cjsx": "^1.0.0",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.4.2",
"null-loader": "^0.1.1",
"object-assign": "^4.0.1",
"parse-filepath": "^0.6.3",
"postcss-browser-reporter": "^0.4.0",
"postcss-cssnext": "^2.4.0",
"postcss-import": "^8.0.2",
"postcss-loader": "^0.8.1",
"postcss-url": "^5.1.1",
"raw-loader": "^0.5.1",
"react": "^0.14.7",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-router": "^2.0.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.0",
"redbox-react": "^1.0.1",
"sass-loader": "^3.1.2",
"slash": "^1.0.0",
"static-site-generator-webpack-plugin": "^2.0.1",
"style-loader": "^0.13.0",
"toml": "^2.2.2",
"toml-loader": "^1.0.0",
"typography": "^0.7.0",
"underscore": "^1.8.3",
"underscore.string": "^3.2.3",
"webpack": "^1.12.13",
"webpack-configurator": "^0.3.0",
"webpack-hot-middleware": "^2.7.1",
"webpack-require": "0.0.16",
"yaml-loader": "^0.1.0"
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"eslint": "^1.10.2",
"eslint-config-airbnb": "^5.0.0",
"eslint-plugin-react": "^3.11.2"
},
"homepage": "https://github.com/gatsby-group/gatsby#readme",
"keywords": [
"blog",
"generator",
"jekyll",
"markdown",
"react",
"ssg",
"website"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsby-group/gatsby.git"
},
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern dist .",
"test": "npm run lint"
}
}