-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "elasticsearch-tweets",
"description": "ElasticSearch Visualization of Kaggle Disaster Tweets",
"author": "James McGuigan <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/JamesMcGuigan/elasticsearch-tweets.git"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@elastic/elasticsearch": "~7.10.0",
"@react-google-maps/api": "^1.9.6",
"@zeit/next-less": "^1.0.1",
"@zeit/next-source-maps": "^0.0.3",
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"chardet": "^1.1.0",
"dotenv-override-true": "^6.2.2",
"emotion": "^10.0.27",
"fs-jetpack": "^2.4.0",
"json-keys-sort": "^2.0.0",
"json5": "^2.1.3",
"less": "^3.11.3",
"lodash": "^4.17.19",
"memoizee-decorator": "^1.0.3",
"neat-csv": "^5.2.0",
"next": "^9.4.4",
"now": "^19.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-spinners": "^0.8.3",
"sjcl": "^1.0.8",
"text-encoding": "^0.7.0",
"upath": "^2.0.1",
"utf8": "^3.0.0",
"webpack": "^4.43.0",
"yargs": "^15.3.1"
},
"dependenciesComments": {
"dotenv-override-true": "Fork of dotenv, which avoids process.env.USERNAME == Unix USERNAME",
"@elastic/elasticsearch": "v7.10 is last version to work with AWS/Bonsai servers before ProductNotSupportedError"
},
"version": "0.0.0"
}