forked from WeAreAVP/aviary-iiif-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.8 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
{
"name": "aviary-iiif-player",
"version": "1.3.0",
"description": "This package can read the iiif manifest file to build the player, metadata, and annotations",
"main": "./dist/application.js",
"scripts": {
"start": "webpack serve --open --config ./webpack/configuration/development.js",
"build": "webpack --config ./webpack/configuration/production.js"
},
"contributors": [
"Nouman Tayyab <[email protected]>"
],
"author": "WeAreAVP",
"license": "AGPL-3.0-or-later",
"keywords": [
"IIIF",
"audio",
"video",
"react",
"aviary"
],
"homepage": "https://github.com/WeAreAVP/aviary-iiif-player",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-syntax-jsx": "^7.16.5",
"@babel/plugin-transform-react-jsx": "^7.16.5",
"@babel/plugin-transform-regenerator": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.0.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"style-loader": "^3.3.1",
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.13.3",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@devmobiliza/videojs-vimeo": "^0.6.0",
"@elastic/react-search-ui": "^1.7.0",
"@elastic/search-ui-app-search-connector": "^1.7.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@hisolver/videojs-youtube": "^0.0.1",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.0.6",
"@reduxjs/toolkit": "^1.7.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"axios": "^0.24.0",
"buffer": "^6.0.3",
"connected-react-router": "^6.8.0",
"history": "^5.0.0",
"interweave": "^12.9.0",
"manifesto.js": "^4.1.0",
"moment": "^2.29.1",
"react-content-loader": "^6.1.0",
"react-highlight-words": "^0.17.0",
"react-hot-loader": "^4.13.0",
"react-html-parser": "^2.0.2",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.9",
"video.js": "^7.21.5",
"videojs-vr": "^1.7.2",
"videojs-youtube": "^2.6.1",
"@streamroot/videojs-hlsjs-plugin": "^1.0.16"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"repository": {
"type": "git",
"url": "[email protected]:WeAreAVP/aviary-iiif-player.git"
},
"overrides": {
"semver": "^7.5.3"
},
"resolutions": {
"semver": "^7.5.3"
}
}