forked from omc/jekyll-elasticsearch-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "shakestat",
"version": "1.0.0",
"description": "The fastest and easiest way to search through Shakespeare's work and",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack -w --development",
"build": "webpack --progress -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omc/jekyll-elasticsearch-boilerplate.git"
},
"keywords": [
"shakespeare",
"elasticsearch",
"bonsai",
"one",
"more",
"cloud"
],
"author": "Allison Zadrozny",
"license": "ISC",
"bugs": {
"url": "https://github.com/omc/jekyll-elasticsearch-boilerplate/issues"
},
"homepage": "https://github.com/omc/jekyll-elasticsearch-boilerplate#readme",
"dependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"lodash": "^4.17.3",
"react": "^15.2.1",
"react-addons-update": "^15.2.1",
"react-dom": "^15.2.1",
"searchkit": "^0.10.0",
"webpack": "^1.13.1"
}
}