-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 4.39 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "cgap-portal",
"version": "0.0.0",
"scripts": {
"build": "node --max-old-space-size=2048 ./node_modules/.bin/gulp build",
"build-quick": "gulp build-quick",
"build-scss": "gulp build-scss",
"watch-scss": "gulp build-scss-dev && sass ./src/encoded/static/scss/style.scss ./src/encoded/static/css/style.css --watch --style expanded --no-verbose --quiet-deps",
"watch-scss-print": "gulp build-scss-dev && sass ./src/encoded/static/scss/print.scss ./src/encoded/static/css/print.css --watch --style expanded --no-verbose",
"dev-quick": "gulp dev-quick --preserve-symlinks",
"dev-analyzed": "gulp dev-analyzed --preserve-symlinks",
"cypress:open": "node_modules/.bin/cypress open --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret",
"cypress:open-local": "node_modules/.bin/cypress open --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=http://localhost:8000",
"cypress:test": "node_modules/.bin/cypress run --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config videoRecording=false",
"cypress:test-recorded": "node_modules/.bin/cypress run --project './deploy/post_deploy_testing' --record --key $CYPRESS_KEY --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret"
},
"author": "",
"license": "MIT",
"files": [],
"repository": "dbmi-bgm/cgap-portal",
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.19.3",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.19.4",
"babel-jest": "^29.1.2",
"babel-loader": "^8.2.3",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"bootstrap": "^4.6.1",
"bufferutil": "^4.0.7",
"eslint": "^8.10.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.29.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"plugin-error": "^1.0.1",
"sass": "^1.51.0",
"sinon": "^1.17.6",
"source-map-support": "^0.5.21",
"string-replace-loader": "^3.1.0",
"terser-webpack-plugin": "^5.3.1",
"utf-8-validate": "^5.0.10",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-deadcode-plugin": "^0.1.16"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@gmod/tabix": "^1.5.11",
"@gmod/vcf": "^5.0.6",
"@hms-dbmi-bgm/react-workflow-viz": "0.1.5",
"@hms-dbmi-bgm/shared-portal-components": "github:4dn-dcic/shared-portal-components#0.1.80",
"auth0-lock": "^11.33.0",
"buffer": "^6.0.3",
"d3": "^5.16.0",
"date-fns": "^2.28.0",
"detect-browser": "^3.0.1",
"domready": "^1.0.8",
"form-serialize": "^0.7.2",
"generic-filehandle": "^3.0.0",
"higlass": "1.12.2",
"higlass-bigwig-datafetcher": "0.2.0",
"higlass-clinvar": "0.2.5",
"higlass-cohort": "0.3.5",
"higlass-general-vcf": "0.1.4",
"higlass-gnomad": "0.2.4",
"higlass-orthologs": "0.2.4",
"higlass-pileup": "1.5.0",
"higlass-register": "^0.3.0",
"higlass-sequence": "0.4.2",
"higlass-sv": "1.0.5",
"higlass-text": "0.1.6",
"higlass-transcripts": "0.3.8",
"markdown-to-jsx": "^6.11.4",
"memoize-one": "^5.1.1",
"pagedjs": "^0.2.0",
"pixi.js": "^5.2.4",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"query-string": "^4.3.4",
"react": "^17.0.2",
"react-bootstrap": "1.6.4",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-jsx-parser": "^1.25.1",
"react-redux": "^7.2.6",
"react-tooltip": "4.2.10",
"react-transition-group": "^4.4.2",
"redux": "^3.7.0",
"stream-browserify": "^3.0.0",
"subprocess-middleware": "0.2.0",
"underscore": "^1.10.2",
"url": "^0.11.0"
},
"optionalDependencies": {
"cypress": "^10.3.0"
}
}