This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
forked from MoMI-G/MoMI-G
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.81 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
{
"name": "MoMIG",
"version": "1.0.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.5.5",
"@types/d3": "^4.9.0",
"@types/d3-sankey": "^0.7.0",
"@types/express": "^4.0.37",
"@types/jest": "^22.0.0",
"@types/node": "^9.0.24",
"@types/react": "^16.0.3",
"@types/react-dom": "^16.0.1",
"babel-cli": "^6.26.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.0.0-beta.2",
"d3": "^4.9.1",
"d3-sankey": "https://github.com/6br/d3-sankey",
"d3-svg-legend": "^2.24.1",
"express": "^4.15.3",
"express-http-proxy": "^1.0.4",
"ideogram": "https://github.com/6br/ideogram#zoom",
"jquery": "^3.2.1",
"keymaster": "^1.6.2",
"maryamyriameliamurphies": "^1.0.4",
"mathjs": "^4.0.0",
"pileup": "^0.6.8",
"query-string": "^5.0.1",
"raven-js": "^3.17.0",
"rc-slider": "^8.1.3",
"react": "^16.0.0",
"react-autosuggest": "^9.3.1",
"react-beautiful-dnd": "^4.0.0",
"react-csv": "^1.0.19",
"react-dazzle": "^1.2.7",
"react-dom": "^16.0.0",
"react-draggable": "^3.0.3",
"react-fontawesome": "^1.6.1",
"react-input-autosize": "^2.1.2",
"react-lazy-load": "^3.0.12",
"react-loader": "^2.4.2",
"react-modal": "^3.0.0",
"react-modal-video": "^1.2.2",
"react-scrollspy": "^3.3.5",
"react-select": "^1.1.0",
"react-table": "^6.5.1",
"react-tabs": "^2.1.1",
"react-tagsinput": "^3.19.0",
"react-tooltip": "^3.3.0",
"reactstrap": "^5.0.0-alpha.4",
"sequenceTubeMap": "https://github.com/6br/sequenceTubeMap.git#develop",
"source-map-explorer": "^1.5.0",
"styled-components": "^3.0.2"
},
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react-app": "^3.1.0",
"eslint-config-prettier": "^2.2.0",
"eslint-plugin-prettier": "^2.2.0",
"gh-pages": "^1.0.0",
"postcss-loader": "^2.0.6",
"prettier": "^1.4.4",
"react-app-rewired": "^1.3.8",
"react-scripts-ts": "^2.6.0",
"sass-loader": "^7.2.0",
"tslint-config-prettier": "^1.6.0",
"webpack-parallel-uglify-plugin": "^1.0.2"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"build": "react-app-rewired build --scripts-version react-scripts-ts",
"build:ssr": "./run_server.sh #webpack --config webpack.config.prod.js --watch & && nodemon build/server.js",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"readme": "bash -x scripts/build_readme.sh"
},
"proxy": {
"/api/v2": {
"_target": "http://localhost:8081/",
"target": "http://chm1.momig.tokyo/",
"secure": false,
"_comment": "For alternative server."
}
},
"homepage": "http://chm1.momig.tokyo/demo2"
}