-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.12 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.12 KB
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
{
"name": "@olasearch/project-quickstart",
"version": "1.0.0",
"description": "Ola Search project starter kit",
"scripts": {
"clean": "rimraf dist",
"production": "cross-env NODE_ENV=production webpack --config webpack.config.production.js",
"initfile": "cross-env NODE_ENV=production webpack --config webpack.config.initfile.js",
"start": "node devServer.js"
},
"repository": {
"type": "git",
"url": "https://github.com/olasearch/project-quickstart.git"
},
"keywords": [],
"author": "Vinay M <vinay@olasearch.com> (http://github.com/OlaSearch)",
"license": "Copyright Ola Search",
"bugs": {
"url": "https://github.com/olasearch/project-quickstart#issues"
},
"homepage": "https://github.com/olasearch/project-quickstart",
"devDependencies": {
"autoprefixer": "^8.6.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-olasearch": "^1.0.4",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-react": "^7.10.0",
"eventsource-polyfill": "^0.9.6",
"expose-loader": "^0.7.5",
"express": "^4.16.3",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.5",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2"
},
"dependencies": {
"@olasearch/chat": "^3.7.3",
"@olasearch/core": "^3.9.4",
"@olasearch/elasticsearch-adapter": "^1.0.9",
"@olasearch/logger": "^1.4.1",
"@olasearch/solr-adapter": "^2.0.4",
"@olasearch/styled-jsx": "^2.2.7",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
}
}