forked from igvteam/igv-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.26 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
{
"name": "igv-webapp",
"version": "1.4.6",
"description": "igv web app",
"keywords": [],
"author": "Douglass Turner and Jim Robinson",
"license": "MIT",
"scripts": {
"start": "npx http-server -a localhost dist",
"build": "node scripts/updateVersion.js && node scripts/clean.js && rollup -c && node scripts/copyArtifacts.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/igvteam/igv-webapp.git"
},
"bugs": {
"url": "https://github.com/igvteam/igv-webapp/issues"
},
"homepage": "https://github.com/igvteam/igv-webapp#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-regenerator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"core-js": "^3.6.5",
"eslint": "^6.8.0",
"fs-extra": "^8.1.0",
"regenerator-runtime": "^0.13.7",
"rollup": "^2.28.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-strip": "^1.2.2",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"igv-utils": "github:igvteam/igv-utils#b01d4e5c",
"igv-widgets": "github:igvteam/igv-widgets#c0041b1f"
}
}