-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 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
{
"name": "tbrowse",
"version": "1.0.13",
"description": "tbrowse React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"deploy": "rm demo/dist/* && npm run build && cp demo/dist/* docs",
"prepublishOnly": "npm run build -- --copy-files",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"@emotion/core": "^10.0.10",
"@reduxjs/toolkit": "^1.2.5",
"bootstrap": "^4.4.1",
"cross-fetch": "^3.0.6",
"d3-scale": "^3.1.0",
"d3-scale-chromatic": "^1.5.0",
"font-awesome": "^4.7.0",
"gramene-gene-positions": "^2.1.1",
"interactjs": "^1.8.4",
"lodash": "^4.17.20",
"rc-slider": "^8.6.9",
"rc-tooltip": "^3.7.3",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.13.1",
"react-redux": "^6.0.1",
"react-spinners": "^0.9.0",
"react-toggle-switch": "^3.0.4",
"react-tooltip": "^3.11.1",
"reactablejs": "0.2.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"swagger-client": "^3.11.1",
"tree-model": "^1.0.7",
"units-css": "^0.4.0",
"url-parse": "^1.4.4"
},
"devDependencies": {
"nwb": "^0.25.2",
"nwb-sass": "^0.10.2"
},
"author": "Andrew Olson",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/warelab/tbrowse.git"
},
"keywords": [
"react-component"
]
}