-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 1.9 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
{
"name": "gramene-genetree-vis",
"version": "4.1.19",
"main": "index.js",
"source": false,
"description": "Visualize a genetree using d3",
"repository": {
"type": "git",
"url": "[email protected]:warelab/gramene-genetree-vis.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^5.2.3",
"d3-scale": "^1.0.6",
"gramene-search-client": "^3.0.4",
"gramene-trees-client": "^2.5.3",
"immutability-helper": "^3.0.2",
"interact.js": "^1.2.8",
"is-email": "^1.0.0",
"less": "^2.7.2",
"lodash": "^4.17.4",
"lodash.flow": "^3.5.0",
"numeral": "^1.5.6",
"platform": "^1.3.3",
"prop-types": "^15.5.10",
"q": "^1.5.0",
"query-string": "^5.1.0",
"rc-slider": "^6.1.2",
"react": "^17.0.2",
"react-bootstrap": "^2.7.0",
"react-dnd": "^2.5.1",
"react-dnd-html5-backend": "^2.5.1",
"react-dom": "^17.0.2",
"react-icons": "^4.1.0",
"react-recaptcha": "^2.3.7",
"react-toggle-switch": "^2.1.3"
},
"devDependencies": {
"babel-core": "latest",
"babel-preset-env": "latest",
"babel-preset-react": "latest",
"npm-run-all": "^4.0.2",
"react-scripts": "4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"env",
"react",
"es2015"
],
"plugins": [
"transform-object-rest-spread"
]
}
]
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}