forked from FredHutch/motuz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.05 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
{
"name": "motuz",
"version": "0.0.2",
"description": "A web based infrastructure for large scale data movements between on-premise and cloud",
"main": "src/frontend/js/main.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack --config src/frontend/webpack/webpack.prod.js",
"watch": "NODE_ENV=development webpack-dev-server --config src/frontend/webpack/webpack.dev.js",
"start": "npm run watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FredHutch/motuz.git"
},
"author": "FredHutch",
"license": "MIT",
"bugs": {
"url": "https://github.com/FredHutch/motuz/issues"
},
"homepage": "https://github.com/FredHutch/motuz#readme",
"dependencies": {
"@githubprimer/octicons-react": "8.5.0",
"bootstrap": "4.3.1",
"connected-react-router": "6.4.0",
"jquery": "3.4.1",
"jwt-decode": "2.2.0",
"rc-tree": "2.1.3",
"react": "16.8.6",
"react-bootstrap": "1.0.0-beta.8",
"react-dom": "16.8.6",
"react-redux": "7.0.3",
"react-router": "5.0.0",
"react-router-dom": "5.0.0",
"react-select": "3.0.4",
"react-toggle": "4.1.1",
"redux": "4.0.1",
"redux-api-middleware": "2.3.0",
"redux-persist": "5.10.0",
"redux-persist-transform-filter": "0.0.18",
"redux-thunk": "2.3.0",
"strftime": "0.10.0",
"regenerator-runtime": "0.13.5",
"upath": "1.1.2"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.6",
"css-loader": "2.1.1",
"eslint": "5.16.0",
"eslint-plugin-react": "7.13.0",
"file-loader": "3.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"regenerator-runtime": "0.13.5",
"style-loader": "0.23.1",
"url-loader": "1.1.2",
"webpack": "4.31.0",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.3.1",
"webpack-merge": "4.2.1"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}
}