forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 4.73 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "0.12.46",
"author": "Kyle Mathews <[email protected]>",
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"bin": {
"gatsby": "./bin/gatsby.js"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"async": "^1.2.1",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-traverse": "^6.24.1",
"babylon": "^6.16.1",
"boom": "^2.7.2",
"chalk": "^1.1.3",
"cjsx-loader": "^3.0.0",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.4",
"commander": "^2.9.0",
"css-loader": "^0.28.0",
"debug": "^2.6.3",
"detect-port": "^1.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.11.1",
"front-matter": "^2.1.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
"global": "^4.3.1",
"hapi": "^8.5.1",
"hapi-webpack-plugin": "^1.3.0",
"highlight.js": "^9.10.0",
"history": "^2.1.2",
"html-frontmatter": "^1.6.0",
"image-webpack-loader": "^2.0.0",
"invariant": "^2.2.1",
"json-loader": "^0.5.2",
"json5": "^0.5.0",
"less": "^2.7.1",
"less-loader": "^2.2.0",
"loader-utils": "^0.2.15",
"lodash": "^4.15.0",
"markdown-it": "^7.0.1",
"markdown-it-replace-link": "^1.0.1",
"moment": "^2.18.1",
"negotiator": "^0.6.1",
"node-cjsx": "^1.0.0",
"node-libs-browser": "^2.0.0",
"node-sass": "^4.5.2",
"null-loader": "^0.1.1",
"object-assign": "^4.1.0",
"opn": "^4.0.2",
"parse-filepath": "^1.0.1",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "2.9.0",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.13.0",
"postcss-reporter": "^1.4.1",
"prop-types": "^15.5.8",
"raw-loader": "^0.5.1",
"react": "^15.5.4",
"react-document-title": "^2.0.3",
"react-dom": "^15.5.4",
"react-hot-loader": "^1.3.0",
"react-router": "^2.6.1",
"react-router-scroll": "^0.3.1",
"sass-loader": "^4.0.0",
"slash": "^1.0.0",
"static-site-generator-webpack-plugin": "^2.1.0",
"style-loader": "^0.16.1",
"toml": "^2.3.2",
"toml-loader": "^1.0.0",
"tracer": "^0.8.3",
"ts-loader": "^1.2.2",
"url-loader": "^0.5.8",
"webpack": "^1.13.2",
"webpack-configurator": "^0.3.0",
"webpack-hot-middleware": "^2.17.1",
"webpack-require": "0.0.16",
"yaml-loader": "^0.4.0"
},
"devDependencies": {
"ava": "0.16",
"ava-http": "^0.2.1",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-plugin-lodash": "^3.2.8",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-register": "^6.24.1",
"bluebird": "^3.5.0",
"cheerio": "^0.22.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-google": "^0.7.1",
"eslint-config-prettier": "^1.6.0",
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-import": "2.2.x",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-react": "^6.10.3",
"flow-bin": "^0.42.0",
"iflow-debug": "^1.0.15",
"iflow-lodash": "^1.1.23",
"iflow-react-router": "^1.1.17",
"nyc": "^10.1.2",
"prettier": "^1.1.0"
},
"engines": {
"node": ">0.12.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby#readme",
"keywords": [
"blog",
"generator",
"jekyll",
"markdown",
"react",
"ssg",
"website"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby.git"
},
"scripts": {
"build": "babel lib --out-dir dist/",
"clean-test-bundles": "find test/ -type f -name bundle.js* -exec rm -rf {} +",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"lib/**/*.js\" \"test/**/*.js\"",
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore --ignore-pattern interfaces .",
"lint:flow": "babel-node scripts/flow-check.js",
"publish-patch": "npm run build && npm version patch && npm publish; git push; git push --tags",
"test": "npm run lint && npm run test-node && npm run test-integration",
"test-coverage": "node_modules/.bin/nyc --reporter=lcov --reporter=text npm test",
"test-integration": "node_modules/.bin/ava test/integration",
"test-node": "node_modules/.bin/ava test/utils",
"watch": "babel -w lib --out-dir dist/"
}
}