-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 5.29 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
{
"name": "smaht-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:open-devtest": "node_modules/.bin/cypress open --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=https://devtest.smaht.org",
"cypress:open-staging": "node_modules/.bin/cypress open --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=https://staging.smaht.org",
"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",
"cypress:test-recorded-staging": "node_modules/.bin/cypress run --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=https://staging.smaht.org",
"cypress:test-recorded-devtest": "node_modules/.bin/cypress run --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=https://devtest.smaht.org",
"cypress:test-recorded-local": "node_modules/.bin/cypress run --project './deploy/post_deploy_testing' --env Auth0Client=$Auth0Client,Auth0Secret=$Auth0Secret --config baseUrl=http://localhost:8000",
"format": "prettier-eslint --write \"{,!(node_modules)/**/}*.{js,jsx}\"",
"lint": "eslint src --ext '.js,.jsx'",
"lint:fix": "npm run lint -- --fix"
},
"author": "",
"license": "MIT",
"files": [],
"repository": "smaht-dac/smaht-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": "^5.3.0",
"bufferutil": "^4.0.7",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.29.2",
"fancy-log": "^1.3.3",
"gulp": "^5.0.0",
"plugin-error": "^1.0.1",
"prettier": "^2.8.7",
"prettier-eslint-cli": "^7.1.0",
"sass": "^1.51.0",
"sinon": "^1.17.6",
"source-map-support": "^0.5.21",
"string-replace-loader": "^3.1.0",
"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": "^6.6.0",
"@gmod/tabix": "^1.5.3",
"@gmod/vcf": "^5.0.6",
"@hms-dbmi-bgm/react-workflow-viz": "0.1.11",
"@hms-dbmi-bgm/shared-portal-components": "github:4dn-dcic/shared-portal-components#0.1.91",
"@reduxjs/toolkit": "^2.2.6",
"auth0-lock": "^12.5.1",
"d3": "^7.8.5",
"date-fns": "^2.28.0",
"detect-browser": "^3.0.1",
"domready": "^1.0.8",
"form-serialize": "^0.7.2",
"generic-filehandle": "^3.0.0",
"jose": "^4.14.4",
"markdown-to-jsx": "^7.1.6",
"memoize-one": "^5.1.1",
"pixi.js": "^6.5.10",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"query-string": "^4.3.4",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.4",
"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",
"stream-browserify": "^3.0.0",
"subprocess-middleware": "0.2.0",
"topojson-client": "^3.1.0",
"underscore": "^1.10.2",
"url": "^0.11.0"
},
"optionalDependencies": {
"cypress": "^13.7.0"
}
}