-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.32 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
{
"name": "netless-demo-whiteboard",
"version": "2.0.0",
"main": "src/index.ts",
"author": "Wushuang",
"license": "MIT",
"theme": "./theme.js",
"private": true,
"proxy": "http://localhost:3009/",
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"build": "rimraf build && NODE_ENV=production react-app-rewired --max-old-space-size=4096 build --scripts-version react-scripts-ts"
},
"dependencies": {
"@netless/fetch-middleware": "^1.0.4",
"@netless/i18n-react-router": "^1.0.5",
"@netless/oss-upload-manager": "^1.0.6",
"@netless/react-loading-bar": "^1.0.0",
"@netless/react-mb-tool-box": "^1.0.3",
"@netless/react-scale-controller": "^1.0.2",
"@netless/react-seek-slider": "^1.0.4",
"@netless/react-tool-box": "^1.0.6",
"@types/html2canvas": "^0.0.35",
"agora-rtc-sdk": "^2.8.0",
"ali-oss": "^6.1.1",
"antd": "^3.10.4",
"html2canvas": "^1.0.0-rc.3",
"is-touch-device": "^1.0.1",
"qrcode.react": "^0.9.3",
"query-string": "5",
"rc-queue-anim": "^1.6.12",
"rc-tween-one": "^2.4.1",
"react": "^16.3.2",
"react-burger-menu": "^2.6.10",
"react-clipboard.js": "^2.0.7",
"react-device-detect": "^1.6.2",
"react-dom": "^16.3.2",
"react-draggable": "^3.3.0",
"react-dropzone": "4.2.10",
"react-identicons": "^1.1.7",
"uuid": "^3.3.2",
"white-react-sdk": "^2.2.10"
},
"devDependencies": {
"@livechat/ui-kit": "^0.4.0-1",
"@types/agora-rtc-sdk": "^2.6.0",
"@types/ali-oss": "^6.0.3",
"@types/is-touch-device": "^1.0.0",
"@types/js-yaml": "^3.11.2",
"@types/node": "^11.12.2",
"@types/qrcode.react": "^0.8.2",
"@types/query-string": "5",
"@types/react": "^16.4.12",
"@types/react-burger-menu": "^2.2.5",
"@types/react-dom": "^16.0.5",
"@types/react-dropzone": "4.2.0",
"@types/uuid": "^3.4.4",
"@types/video.js": "^7.2.10",
"@types/webaudioapi": "^0.0.27",
"fork-ts-checker-webpack-plugin": "^1.3.4",
"js-yaml": "^3.12.0",
"react-app-rewire-define-plugin": "^1.0.0",
"react-app-rewire-less": "^2.1.1",
"react-app-rewire-yaml": "^1.1.0",
"react-app-rewired": "^1.5.2",
"react-scripts-ts": "^2.16.0",
"rimraf": "^2.6.3",
"ts-import-plugin": "^1.5.0",
"tslint": "^5.9.1",
"typescript": "^3.5.1"
}
}