-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
150 lines (150 loc) · 6.3 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "fourfront",
"version": "0.0.0",
"scripts": {
"test": "jest",
"build": "node --max-old-space-size=6000 ./node_modules/.bin/gulp build",
"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",
"dev-analyzed": "gulp dev-analyzed --preserve-symlinks",
"dev-quick": "gulp dev-quick --preserve-symlinks",
"cypress:open": "node_modules/.bin/cypress open --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret",
"cypress:open-staging": "node_modules/.bin/cypress open --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=https://staging.4dnucleome.org",
"cypress:open-local": "node_modules/.bin/cypress open --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=http://localhost:8000",
"cypress:open-hotseat": "node_modules/.bin/cypress open --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=http://fourfront-hotseat-1650461284.us-east-1.elb.amazonaws.com",
"cypress:test": "node_modules/.bin/cypress run --project './deploy/post_deploy_testing' --browser chrome --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 --browser chrome --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret",
"cypress:test-recorded-staging": "node_modules/.bin/cypress run --project './deploy/post_deploy_testing' --record --key $CYPRESS_KEY --browser chrome --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=https://staging.4dnucleome.org",
"cypress:test-recorded-hotseat": "node_modules/.bin/cypress run --project './deploy/post_deploy_testing' --record --key $CYPRESS_KEY --browser chrome --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=http://fourfront-hotseat-1650461284.us-east-1.elb.amazonaws.com"
},
"author": "4DN DCIC",
"license": "MIT",
"files": [],
"repository": "4dn-dcic/fourfront",
"sideEffects": false,
"jest": {
"globals": {
"window": {},
"document": {},
"Element": {},
"onmouseenter": {},
"regeneratorRuntime": {}
},
"rootDir": "src/encoded/static",
"setupFiles": [
"../../../jest/environment.js"
],
"timers": "fake",
"unmockedModulePathPatterns": [
"node_modules/react",
"node_modules/underscore",
"libs/react-patches",
"jsdom"
],
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!(@hms-dbmi-bgm/shared-portal-components|micro-meta-app-react|d3-brush|d3-drag|d3-selection|d3-array|@hms-dbmi-bgm/react-workflow-viz|@babel|react-bootstrap|react-infinite)/).+\\.js$"
],
"testPathIgnorePatterns": [
"node_modules/",
"src/encoded/static/components/lib/"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/jest/",
"/src/encoded/static/store.js",
"/src/encoded/static/components/util/layout.js",
"/src/encoded/static/components/action.js",
"/src/encoded/static/components/inputs/"
],
"collectCoverage": true
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-proposal-pipeline-operator": "^7.23.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.23.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/register": "^7.23.7",
"@babel/runtime": "^7.23.8",
"babel-jest": "^29.1.2",
"babel-loader": "^8.2.3",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"bootstrap": "^5.3.0",
"bufferutil": "^4.0.1",
"eslint": "^8.10.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.29.2",
"fancy-log": "^2.0.0",
"gulp": "^5.0.0",
"jest-cli": "^27.1.0",
"jsdom": "^19.0.0",
"mutation-observer": "^1.0.3",
"path-browserify": "1.0.1",
"plugin-error": "^1.0.1",
"sass": "^1.39.0",
"sass-loader": "^13.2.0",
"sinon": "^13.0.1",
"source-map-support": "^0.5.19",
"stream-browserify": "3.0.0",
"string-replace-loader": "^3.1.0",
"terser-webpack-plugin": "^5.3.6",
"utf-8-validate": "^5.0.9",
"webpack": "5.92.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-deadcode-plugin": "^0.1.15"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@hms-dbmi-bgm/react-workflow-viz": "0.1.11",
"@hms-dbmi-bgm/shared-portal-components": "git+https://github.com/4dn-dcic/shared-portal-components#0.1.91",
"@reduxjs/toolkit": "^2.2.6",
"auth0-lock": "^12.5.1",
"d3": "^7.5.0",
"date-fns": "^2.28.0",
"detect-browser": "^5.3.0",
"domready": "^1.0.8",
"form-serialize": "^0.7.2",
"higlass": "1.13.4",
"higlass-multivec": "0.3.1",
"higlass-register": "^0.3.0",
"html-react-parser": "^5.1.10",
"jose": "^4.14.4",
"markdown-to-jsx": "^7.1.6",
"memoize-one": "^5.1.1",
"micro-meta-app-react": "git+https://github.com/WU-BIMAC/MicroMetaApp-React#1.7.28-b1",
"nuka-carousel": "^8.0.1",
"pixi.js": "^6.5.10",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"rc-tabs": "^9.7.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.4",
"react-json-tree": "^0.19.0",
"react-jsx-parser": "^2.0.0",
"react-redux": "^9.1.2",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.2",
"redux": "^5.0.1",
"subprocess-middleware": "0.2.0",
"underscore": "^1.13.6",
"url": "^0.11.0",
"uuid": "^8.3.2",
"vitessce": "3.4.9"
},
"optionalDependencies": {
"cypress": "^13.7.0"
}
}