-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.13 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
{
"name": "ontdetective",
"author": "Matus Zamborsky",
"version": "0.1.0",
"license": "LGPL",
"private": true,
"dependencies": {
"@types/promise-timeout": "^1.3.0",
"aws-sdk": "^2.222.1",
"axios": "^0.18.0",
"date-fns": "^1.29.0",
"dotenv": "^5.0.1",
"elasticsearch": "^14.2.1",
"file-saver": "^1.3.8",
"final-form": "^4.5.2",
"html5-websocket": "^2.0.2",
"http-aws-es": "^4.0.0",
"lodash": "^4.17.5",
"make-runnable": "^1.3.6",
"numeral": "^2.0.6",
"ont-sdk-ts": "backslash47/ontology-ts-sdk#exported",
"promise-timeout": "^1.3.0",
"query-string": "^6.0.0",
"react": "^16.2.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.2.0",
"react-file-reader-input": "^1.1.4",
"react-final-form": "^3.3.1",
"react-router-dom": "^4.2.2",
"react-router-ga": "^1.0.0",
"react-scripts-ts": "2.14.0",
"recompose": "^0.26.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.79.1",
"util": "^0.10.3"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "REACT_APP_API_URL='http://api.ontdetective.org' react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"buildOntSdk": "cd node_modules/ont-sdk-ts && yarn build:prod",
"buildServer": "tsc -p src/server",
"mappings": "node build/server/server mappings",
"ingest": "node build/server/server ingest",
"recalculate": "node build/server/server recalculate",
"fixTxMapping": "node build/server/server fixTxMapping"
},
"devDependencies": {
"@types/elasticsearch": "^5.0.22",
"@types/file-saver": "^1.3.0",
"@types/http-aws-es": "^1.1.3",
"@types/jest": "^22.2.0",
"@types/lodash": "^4.14.105",
"@types/node": "^9.4.7",
"@types/numeral": "^0.0.22",
"@types/query-string": "^5.1.0",
"@types/react": "^16.0.40",
"@types/react-copy-to-clipboard": "^4.2.5",
"@types/react-dom": "^16.0.4",
"@types/react-file-reader-input": "^1.1.2",
"@types/react-router-dom": "^4.2.5",
"@types/recompose": "^0.24.6",
"@types/ws": "^4.0.2",
"typescript": "^2.7.2"
}
}