-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
102 lines (102 loc) · 3.19 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "Athena",
"version": "0.3.0",
"main": "public/index.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git"
},
"scripts": {
"build": "webpack -p --progress --colors --env.mode production",
"start": "webpack-dev-server --env.mode development",
"postinstall": "node helpers/typingsControl"
},
"author": "Odysseus Team",
"dependencies": {
"@types/d3-force": "1.0.7",
"@types/d3-selection": "1.0.14",
"@types/d3-transition": "^1.1.3",
"@types/keymirror": "0.1.1",
"@types/lodash": "4.14.54",
"@types/redux-logger": "2.6.34",
"@types/superagent": "2.0.36",
"arachne-ui-components": "1.19.3",
"classnames": "2.2.6",
"core-js": "2.4.1",
"css-loader": "0.26.2",
"d3-drag": "1.0.4",
"d3-force": "1.0.6",
"d3-selection": "1.0.5",
"d3-transition": "^1.1.3",
"d3-zoom": "^1.7.3",
"es6-promise": "4.0.5",
"feathers-client": "1.9.0",
"feathers-reduxify-services": "0.3.0",
"feathers-rest-arachne": "1.7.3",
"gtagger": "^1.0.1",
"jquery-param": "0.2.0",
"lodash": "4.17.19",
"moment": "^2.29.4",
"node-sass": "4.14.1",
"numeral": "2.0.6",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-datepicker": "0.40.0",
"react-redux": "5.0.3",
"react-router": "3.0.2",
"react-router-redux": "4.0.8",
"react-sanfona": "^0.2.3",
"react-simple-dropdown": "^3.2.3",
"redux": "3.6.0",
"redux-form": "6.8.0",
"redux-logger": "2.8.2",
"redux-promise-middleware": "4.2.0",
"redux-thunk": "2.2.0",
"reselect": "2.5.4",
"shelljs": "0.8.5",
"superagent": "3.7.0",
"urijs": "1.19.11"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@types/classnames": "2.2.9",
"@types/core-js": "0.9.35",
"@types/node": "7.0.5",
"@types/react": "15.0.30",
"@types/react-dom": "15.5.0",
"@types/react-redux": "4.4.36",
"@types/react-router": "3.0.0",
"@types/react-router-redux": "4.0.39",
"@types/redux-form": "6.6.3",
"@types/tapable": "^0.2.5",
"@types/webpack": "2.2.4",
"@types/webpack-env": "1.13.0",
"babel-loader": "^8.2.2",
"babel-plugin-named-asset-import": "^0.3.6",
"copy-webpack-plugin": "5.1.1",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"html-webpack-plugin": "4.0.0-beta.11",
"ohdsi-ui-toolbox": "^1.0.0",
"sass-loader": "^7.2.0",
"source-map-loader": "0.1.6",
"style-loader": "1.1.3",
"ts-loader": "4.5.0",
"typescript": "2.3.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3",
"webpack-notifier": "1.8.0"
}
}