forked from VALIS-software/valis-hpgv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2 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
{
"name": "genome-visualizer",
"version": "1.0.3",
"description": "## [Live Demo](https://valis-software.github.io/valis-hpgv/examples/minimal/index.html)",
"main": "./dist/valis-hpgv.react-peer.js",
"types": "./@types/index.d.ts",
"scripts": {
"clean": "rimraf ./@types ./dist",
"prod": "npm run clean && cti src && webpack --mode=development && webpack --mode=development --env.includeReact",
"dev": "webpack-dev-server --mode=development",
"dev-react": "webpack-dev-server --mode=development --env.includeReact",
"analyze": "npm run clean && cti src && webpack --mode=development --env.analyze",
"build": "npm run prod"
},
"bin": {
"hpgv": "cli.js"
},
"author": "George Corney (haxiomic)",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^3.1.0",
"@material-ui/icons": "^3.0.1",
"axios": "^0.18.0",
"engine": "github:VALIS-software/Engine",
"fast-deep-equal": "^2.0.1",
"genomic-reader": "^1.4.7",
"genomics-formats": "github:VALIS-software/Genomics-Formats",
"mkdirp": "^0.5.1",
"parcel": "1.12.3",
"react": "16.x",
"react-dom": "16.x",
"string-split-by": "^1.0.0"
},
"devDependencies": {
"@babel/polyfill": "^7.6.0",
"@types/node": "10.11.7",
"@types/react": "16.x",
"@types/react-dom": "16.x",
"create-ts-index": "1.0.x",
"file-loader": "2.0.x",
"rimraf": "^2.6.2",
"text-loader": "0.0.1",
"ts-loader": "4.2.x",
"typescript": "3.0.x",
"url-loader": "1.1.x",
"webpack": "4.4.x",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "2.0.x",
"webpack-dev-server": "^3.1.11"
},
"peerDependencies": {
"react": "16.x",
"react-dom": "16.x"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ENCODE-DCC/valis-hpgv.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/ENCODE-DCC/valis-hpgv/issues"
},
"homepage": "https://github.com/ENCODE-DCC/valis-hpgv#readme"
}