-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
{
"name": "demo-blacklight",
"packageManager": "[email protected]",
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "7",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@rails/webpacker": "^5.4.4",
"babel-loader": "8",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"sass": "^1.57.1",
"terser-webpack-plugin": "5",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5",
"shakapacker": "7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-refresh": "^0.14.0",
"redux-saga": "^1.3.0",
"prop-types": "^15.7.2",
"react-copy-to-clipboard": "^5.1.0",
"canvas": "^2.11.2",
"compression-webpack-plugin": "9",
"fscreen": "^1.0.2",
"jquery": "^3.7.1",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"jest": "^24.9.0",
"nwb": "0.23.x",
"mirador": "^3.3.0",
"mirador-image-tools": "^0.8.0",
"mirador-share-plugin": "^0.11.0",
"mirador-textoverlay": "^0.3.8",
"pdfjs-dist": "^3.11.174",
"pdiiif": "^0.1.5",
"streamsaver": "^2.0.6",
"notistack": "^3.0.1",
"react-select": "5.8.0",
"classnames": "^2.5.1"
}
}