-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 3.09 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
{
"name": "@hms-dbmi-bgm/shared-portal-components",
"version": "0.1.92",
"description": "Shared components used for DBMI/BGM portal(s).",
"repository": {
"type": "git",
"url": "https://github.com/4dn-dcic/shared-portal-components"
},
"main": "src/index.js",
"module": "./es",
"scripts": {
"build": "rm -rf ./es/* && npx babel ./src --out-dir ./es --env-name esm",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "HMS DBMI/BGM",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.9",
"babel-jest": "^29.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"bufferutil": "^4.0.1",
"eslint": "^8.10.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.29.2",
"gulp": "^4.0.2",
"jest-cli": "^27.1.0",
"plugin-error": "^1.0.1",
"sass": "^1.49.9",
"sinon": "^1.17.6",
"source-map-support": "^0.5.19",
"string-replace-loader": "^2.3.0",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-deadcode-plugin": "^0.1.12",
"auth0-lock": "^12.5.1",
"d3": ">=5.9.0",
"form-serialize": ">=0.6.0",
"markdown-to-jsx": ">=6.9.3",
"memoize-one": "^5.1.1",
"date-fns": "^2.28.0",
"query-string": ">=4.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-bootstrap": "2.10.4",
"react-tooltip": ">=3.11.6",
"react-transition-group": ">=4.4.1",
"underscore": ">=1.9.1",
"utf-8-validate": "^5.0.9"
},
"dependencies": {
"@sentry/react": "^7.35.0",
"@sentry/tracing": "^7.35.0",
"aws-sdk": "^2.1096.0",
"crypto-js": "^4.2.0",
"date-fns-tz": "^1.3.0",
"dom-helpers": "^5.2.1",
"dompurify": "^2.3.6",
"html-react-parser": "^5.1.10",
"js-md5": "^0.7.3",
"jsdom": "^19.0.0",
"jsonwebtoken": ">=7.4.0",
"react-draggable": ">=4.4.5",
"@4dn-dcic/react-infinite": "github:4dn-dcic/react-infinite#1.1.9",
"react-json-tree": "^0.19.0"
},
"peerDependencies": {
"auth0-lock": ">=11.26.3",
"d3": ">=5.9.0",
"form-serialize": ">=0.6.0",
"markdown-to-jsx": ">=6.9.3",
"memoize-one": "^5.1.1",
"date-fns": "^2.28.0",
"query-string": ">=4.3.0",
"react": ">=16.14.0",
"react-dom": ">=16.14.0",
"react-bootstrap": "2.10.4",
"react-tooltip": ">=3.11.6",
"react-transition-group": ">=4.4.2",
"underscore": ">=1.9.1"
}
}