-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
136 lines (136 loc) · 4.13 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "agora-classroom-sdk",
"version": "2.9.40",
"keywords": [
"agora",
"WebRTC",
"latest",
"AgoraFlexibleClassroom",
"Education"
],
"main": "lib/edu_sdk.bundle.js",
"types": "lib/infra/api/index.d.ts",
"scripts": {
"build:types": "tsc -p tsconfig.json",
"build:docs": "typedoc",
"pack:npm": "run-s bundle:npm build:types",
"bundle:npm": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 webpack --config ./webpack.config.js",
"storybook": "start-storybook -p 6006 --no-manager-cache",
"ci:build": "run-s bundle:npm build:types"
},
"browserslist": {
"production": [
">0.3%",
"not dead",
"not op_mini all"
],
"development": [
">0.3%",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/js-md5": "0.7.0",
"@types/react-copy-to-clipboard": "5.0.4",
"@types/axios": "0.14.0",
"@types/classnames": "2.2.11",
"@types/lodash": "4.14.145",
"@types/react": "17.0.44",
"@types/react-dom": "16.9.2",
"@types/react-helmet": "6.1.5",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.1",
"@types/uuid": "3.4.6",
"@types/tinycolor2": "1.4.3",
"@types/react-select": "4.0.15",
"cross-env": "6.0.3",
"cpx": "1.5.0",
"concurrently": "5.0.0",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addon-essentials": "6.5.13",
"@storybook/addon-links": "6.5.13",
"@storybook/react": "6.5.13",
"@types/react-virtualized": "^9.21.14",
"babel-loader": "8.2.2",
"mini-css-extract-plugin": "2.4.5",
"storybook": "6.5.13",
"svg-sprite-loader": "6.0.7",
"svgaplayerweb": "2.3.2",
"crypto-browserify": "3.12.0",
"stream-browserify": "3.0.0",
"npm-run-all": "4.1.5",
"null-loader": "4.0.1",
"@nicolo-ribaudo/semver-v6": "6.3.3",
"webpack": "5.54.0",
"webpack-cli": "4.10.0",
"webpackbar": "5.0.0-3",
"thread-loader": "3.0.1",
"url-loader": "4.1.1",
"@babel/cli": "7.17.6",
"@babel/core": "7.13.15",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.15.8",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/plugin-syntax-decorators": "7.12.13",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/plugin-transform-typescript": "7.16.1",
"@babel/preset-env": "7.13.15",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@babel/runtime-corejs3": "7.13.10",
"postcss": "8.4.4",
"postcss-import": "14.0.1",
"postcss-loader": "4.0.3"
},
"dependencies": {
"tinycolor2": "1.4.2",
"@use-gesture/react": "10.2.11",
"agora-edu-core": "~2.9.0",
"agora-rte-sdk": "~2.9.0",
"agora-common-libs": "~2.9.0",
"animate.css": "4.1.1",
"autoprefixer": "10.2.5",
"axios": "0.19.2",
"buffer": "6.0.3",
"classnames": "2.2.6",
"clipboard": "^2.0.11",
"dayjs": "1.10.4",
"electron-screenshots": "0.0.13",
"js-md5": "0.7.3",
"lodash": "4.17.21",
"matchmedia-polyfill": "0.3.2",
"mobx": "5.15.4",
"mobx-react": "6.3.1",
"promise-polyfill": "8.2.0",
"react": "17.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "17.0.0",
"react-draggable": "4.4.3",
"react-helmet": "6.1.0",
"react-rnd": "10.3.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-spring": "9.4.4",
"react-transition-group": "4.4.1",
"react-use-measure": "2.1.1",
"tailwindcss": "2.0.3",
"typescript": "4.4.4",
"uuid": "3.3.3",
"agora-extension-virtual-background": "1.1.1",
"agora-extension-beauty-effect": "1.0.1-beta",
"agora-extension-ai-denoiser": "1.0.0",
"antd": "4.23.0",
"patch-package": "6.4.7",
"react-virtualized": "9.22.3",
"rc-notification": "4.4.0",
"rc-pagination": "3.1.6",
"rc-tooltip": "5.1.1",
"rc-trigger": "5.2.3",
"rc-util": "5.21.0",
"react-select": "4.3.0"
}
}