educast-plugin-gallery 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ /*! https://mths.be/punycode v1.4.1 by @mathias */
2
+
3
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
package/package.json ADDED
@@ -0,0 +1,128 @@
1
+ {
2
+ "name": "educast-plugin-gallery",
3
+ "version": "1.0.0",
4
+ "description": "Widget set for Agora Flexible Classroom",
5
+ "author": "agora.io",
6
+ "license": "MIT",
7
+ "directories": {
8
+ "lib": "lib",
9
+ "test": "__tests__"
10
+ },
11
+ "files": [
12
+ "lib"
13
+ ],
14
+ "publishConfig": {
15
+ "access": "public",
16
+ "registry": "https://registry.npmjs.org"
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/ggc-educast-team/agora-plugin-gallery.git"
21
+ },
22
+ "exports": {
23
+ "./classroom": "./lib/edu_widget.bundle.js",
24
+ "./scene": "./lib/scene_widget.bundle.js",
25
+ "./proctor": "./lib/proctor_widget.bundle.js"
26
+ },
27
+ "typesVersions": {
28
+ "*": {
29
+ "classroom": [
30
+ "./lib/agora-plugin-gallery/src/classroom.d.ts"
31
+ ],
32
+ "scene": [
33
+ "./lib/agora-plugin-gallery/src/scene.d.ts"
34
+ ],
35
+ "proctor": [
36
+ "./lib/agora-plugin-gallery/src/proctor.d.ts"
37
+ ]
38
+ }
39
+ },
40
+ "scripts": {
41
+ "build:types": "tsc -p tsconfig.json",
42
+ "build:docs": "typedoc",
43
+ "pack:npm": "run-s bundle:npm build:types",
44
+ "bundle:npm:classroom": "cross-env BUNDLE_TARGET=classroom NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 webpack --config ./webpack.config.js",
45
+ "bundle:npm:proctor": "cross-env BUNDLE_TARGET=proctor NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 webpack --config ./webpack.config.js",
46
+ "bundle:npm:scene": "cross-env BUNDLE_TARGET=scene NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 webpack --config ./webpack.config.js",
47
+ "ci:build": "run-s bundle:npm:classroom bundle:npm:proctor bundle:npm:scene",
48
+ "prepare": "npm run ci:build"
49
+ },
50
+ "dependencies": {
51
+ "@netless/app-slide": "0.2.27",
52
+ "@netless/app-talkative": "0.1.0",
53
+ "@netless/combine-player": "1.1.4",
54
+ "@netless/cursor-tool": "0.0.7",
55
+ "@netless/react-seek-slider": "1.0.4",
56
+ "@netless/video-js-plugin": "0.3.2",
57
+ "@netless/white-audio-plugin": "1.2.23",
58
+ "@netless/white-audio-plugin2": "2.0.5",
59
+ "@netless/white-snapshot": "0.4.1",
60
+ "@netless/white-video-plugin": "1.2.23",
61
+ "@netless/white-video-plugin2": "2.0.5",
62
+ "@netless/window-manager": "0.4.57",
63
+ "agora-chat": "1.2.2-3",
64
+ "antd-mobile": "5.28.0",
65
+ "antd": "4.23.0",
66
+ "mobx-react": "6.3.1",
67
+ "rc-notification": "4.4.0",
68
+ "axios": "0.19.2",
69
+ "classnames": "2.2.6",
70
+ "dayjs": "1.10.4",
71
+ "jspdf": "2.5.1",
72
+ "lodash": "4.17.21",
73
+ "plyr": "3.7.2",
74
+ "react": "17.0.0",
75
+ "react-dom": "17.0.0",
76
+ "react-redux": "7.2.4",
77
+ "redux": "4.1.0",
78
+ "twemoji": "13.1.0",
79
+ "white-web-sdk": "2.16.37",
80
+ "agora-common-libs": "~2.9.0",
81
+ "agora-edu-core": "~2.9.0",
82
+ "agora-rte-sdk": "~2.9.0",
83
+ "react-virtualized": "9.22.3",
84
+ "tinycolor2": "1.4.2",
85
+ "react-spring": "9.4.4",
86
+ "svgaplayerweb": "2.3.2",
87
+ "viewerjs": "1.11.3",
88
+ "@antv/g2plot": "2.4.31"
89
+ },
90
+ "devDependencies": {
91
+ "crypto-browserify": "3.12.0",
92
+ "stream-browserify": "3.0.0",
93
+ "buffer": "6.0.3",
94
+ "npm-run-all": "4.1.5",
95
+ "webpack": "5.54.0",
96
+ "webpack-cli": "4.10.0",
97
+ "thread-loader": "3.0.1",
98
+ "url-loader": "4.1.1",
99
+ "@babel/cli": "7.17.6",
100
+ "@babel/core": "7.13.15",
101
+ "@babel/plugin-proposal-class-properties": "7.13.0",
102
+ "@babel/plugin-proposal-decorators": "7.15.8",
103
+ "@babel/plugin-proposal-object-rest-spread": "7.13.8",
104
+ "@babel/plugin-proposal-private-property-in-object": "7.16.7",
105
+ "@babel/plugin-syntax-decorators": "7.12.13",
106
+ "@babel/plugin-syntax-dynamic-import": "7.8.3",
107
+ "@babel/plugin-transform-runtime": "7.13.15",
108
+ "@babel/plugin-transform-typescript": "7.16.1",
109
+ "@babel/preset-env": "7.13.15",
110
+ "@babel/preset-react": "7.13.13",
111
+ "@babel/preset-typescript": "7.13.0",
112
+ "@babel/runtime-corejs3": "7.13.10",
113
+ "@types/lodash": "4.14.145",
114
+ "@types/react": "17.0.44",
115
+ "@types/react-dom": "16.9.2",
116
+ "@types/tinycolor2": "1.4.3",
117
+ "@types/axios": "0.14.0",
118
+ "@types/classnames": "2.2.11",
119
+ "@types/react-virtualized": "^9.21.14",
120
+ "postcss": "8.4.4",
121
+ "postcss-import": "14.0.1",
122
+ "postcss-loader": "4.0.3",
123
+ "tailwindcss": "2.0.3",
124
+ "webpackbar": "5.0.0-3",
125
+ "cross-env": "6.0.3",
126
+ "autoprefixer": "10.2.5"
127
+ }
128
+ }