-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
156 lines (156 loc) · 4.74 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
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "1.9.69",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"async": "^2.1.2",
"babel-code-frame": "^6.22.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"babel-traverse": "^6.24.1",
"babylon": "^6.17.3",
"bluebird": "^3.5.0",
"boom": "^2.7.2",
"chalk": "^1.1.3",
"chokidar": "^1.7.0",
"chunk-manifest-webpack-plugin": "0.1.0",
"commander": "^2.11.0",
"common-tags": "^1.4.0",
"convert-hrtime": "^2.0.0",
"copyfiles": "^1.2.0",
"core-js": "^2.5.0",
"css-loader": "^0.26.1",
"debug": "^2.6.0",
"del": "^3.0.0",
"detect-port": "^1.2.1",
"domready": "^1.0.8",
"dotenv": "^4.0.0",
"eventemitter2": "^4.1.0",
"express": "^4.14.0",
"express-graphql": "^0.6.6",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"flat": "^2.0.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"front-matter": "^2.1.0",
"fs-extra": "^4.0.1",
"gatsby-1-config-css-modules": "^1.0.4",
"gatsby-cli": "^1.1.10",
"gatsby-module-loader": "^1.0.7",
"gatsby-react-router-scroll": "^1.0.2",
"glob": "^7.1.1",
"graphql": "^0.10.3",
"graphql-relay": "^0.5.1",
"graphql-skip-limit": "^1.0.6",
"gray-matter": "^2.1.0",
"hapi": "^8.5.1",
"history": "^4.6.2",
"invariant": "^2.2.2",
"is-relative": "^0.2.1",
"is-relative-url": "^2.0.0",
"joi": "^9.1.1",
"json-loader": "^0.5.2",
"json-stringify-safe": "^5.0.1",
"json5": "^0.5.0",
"lodash": "^4.17.4",
"lodash-id": "^0.14.0",
"lowdb": "^0.16.2",
"md5-file": "^3.1.1",
"mime": "^1.3.6",
"mitt": "^1.1.2",
"mkdirp": "^0.5.1",
"moment": "^2.16.0",
"node-libs-browser": "^2.0.0",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
"observable": "^2.1.4",
"opn": "^5.1.0",
"parse-filepath": "^1.0.1",
"path-exists": "^3.0.0",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^2.8.0",
"postcss-import": "^8.2.0",
"postcss-loader": "^0.13.0",
"postcss-reporter": "^1.4.1",
"raw-loader": "^0.5.1",
"react": "^15.6.0",
"react-dom": "^15.6.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"redux": "^3.6.0",
"relay-compiler": "1.3.0",
"remote-redux-devtools": "^0.5.7",
"sift": "^3.2.6",
"slash": "^1.0.0",
"socket.io": "^2.0.3",
"static-site-generator-webpack-plugin": "^3.4.1",
"string-similarity": "^1.2.0",
"style-loader": "^0.13.0",
"type-of": "^2.0.1",
"underscore.string": "^3.3.4",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-configurator": "^0.3.0",
"webpack-dev-middleware": "^1.8.4",
"webpack-dev-server": "^1.16.1",
"webpack-hot-middleware": "^2.13.2",
"webpack-md5-hash": "0.0.5",
"webpack-stats-plugin": "^0.1.4",
"webpack-validator": "^2.2.7",
"yaml-loader": "^0.4.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5",
"iflow-debug": "^1.0.15",
"iflow-lodash": "^1.1.24",
"iflow-react-router": "^1.2.1",
"nyc": "^7.0.0",
"rimraf": "^2.6.1"
},
"engines": {
"node": ">4.0.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": "rimraf dist && npm run build:src && npm run build:internal-plugins && npm run build:rawfiles",
"build:internal-plugins": "copyfiles -u 1 src/internal-plugins/**/package.json dist",
"build:rawfiles": "copyfiles -u 1 src/internal-plugins/**/raw_* dist",
"build:src": "babel src --out-dir dist --source-maps --ignore gatsby-cli.js,raw_*,__tests__",
"clean-test-bundles": "find test/ -type f -name bundle.js* -exec rm -rf {} +",
"prepublish": "cross-env NODE_ENV=production npm run build",
"test-coverage": "node_modules/.bin/nyc --reporter=lcov --reporter=text npm test",
"watch": "rimraf dist && mkdir dist && npm run build:internal-plugins && npm run build:rawfiles && npm run build:src -- --watch"
}
}