-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 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
42
{
"name": "lex-search",
"version": "0.2.0",
"description": "Fast medical lexicon search",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress --colors --watch",
"build": "NODE_ENV=production webpack --progress --colors --optimize-dedupe",
"start": "node server-atlas-search.js"
},
"author": "Jason Hostetter",
"license": "ISC",
"dependencies": {
"async": "^2.1.2",
"cors": "^2.8.1",
"dotenv": "^16.0.1",
"elasticsearch": "^13.3.1",
"express": "^4.14.0",
"lunr": "^0.7.1",
"mongodb": "^4.6.0",
"morgan": "^1.7.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"single-line-log": "^1.1.2"
},
"devDependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"csv2": "^0.1.1",
"csvtojson": "^1.0.2",
"encoding": "^0.1.12",
"split2": "^2.1.0",
"through2": "^2.0.1",
"webpack": "^1.13.2"
},
"": {
"elasticsearch": "^13.3.1"
}
}