forked from searchkit/searchkit-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.17 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
{
"name": "searchkit-demo",
"version": "1.0.0",
"description": "searchkit poc",
"main": "index.js",
"scripts": {
"start": "node start.js",
"test": "echo tests tbd",
"test:watch": "./node_modules/.bin/karma start karma.conf.js --auto-watch",
"build": "rm -rf dist && NODE_ENV=production node ./node_modules/webpack/bin/webpack -p --config ./webpack.prod.config.js --progress --profile --colors",
"test:e2e": "rm -rf test/e2e/generated; tsc -p test/e2e; protractor test/e2e/config/protractor.conf.js"
},
"engines": {
"node":"6.7.x"
},
"author": "",
"license": "MIT",
"dependencies": {
"@types/node": "^7.0.23",
"axios": "^0.8.1",
"body-parser": "^1.14.1",
"classnames": "^2.2.0",
"compression": "^1.6.0",
"cors": "^2.7.1",
"ejs": "^2.3.4",
"elasticsearch": "13.0.0-beta2",
"express": "^4.13.3",
"history": "1.13.1",
"lodash": "^4.2.0",
"method-override": "^2.3.5",
"normalize.css": "^3.0.3",
"qs": "^4.0.0",
"react": "^15.4.0",
"react-addons-update": "^15.4.0",
"react-dom": "^15.4.0",
"react-google-maps": "^4.7.2",
"react-hot-loader": "^1.3.0",
"searchkit": "^2.1.0",
"searchkit-express": "^0.2.1"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"bluebird": "^3.0.5",
"coffee-script": "^1.10.0",
"css-loader": "^0.20.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.14",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"moment": "^2.10.6",
"node-sass": "^3.3.3",
"null-loader": "^0.1.1",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"react-router": "^1.0.0",
"request": "^2.67.0",
"sass-loader": "^3.0.0",
"style-loader": "^0.13.0",
"ts-loader": "^0.7.2",
"tsd": "^0.6.5",
"typescript": "^2.2.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-config": "^2.3.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-dev-server": "^1.12.1",
"webpack-hot-middleware": "^2.5.0",
"xenon": "ten-eleven/xenon"
}
}