-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.29 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.29 KB
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
{
"name": "@collboard/modules-sdk",
"version": "35.15.4200",
"description": "Modules SDK toolkit for collaborative whiteboard platform Collboard.com.",
"license": "SEE LICENSE IN LICENSE",
"contributors": [
"Pavol Hejný <pavol.hejny@collboard.com> (https://collboard.com/-/about/team)",
"Jonáš Rosecký <jonas.rosecky@collboard.com> (https://collboard.com/-/about/team)"
],
"repository": {
"type": "git",
"url": "https://github.com/collboard/modules-sdk"
},
"homepage": "https://collboard.github.io/modules-sdk/",
"nonce": 2,
"private": false,
"main": "./dist/runtime/runtime.js",
"types": "./types/index.d.ts",
"bin": {
"colldev": "dist/colldev/main.js"
},
"scripts": {
"test": "npx jest --runInBand --forceExit",
"lint": "tslint -p tsconfig.json",
"prepare": "tsc",
"--documentation": "typedoc",
"preversion": "npm run lint && npm test",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@types/react": "17.0.2",
"chalk": "4.1.2",
"commander": "8.3.0",
"css-loader": "6.5.1",
"destroyable": "0.11.0",
"everstorage": "1.10.1",
"express": "4.17.1",
"glob-promise": "4.2.0",
"ink": "3.2.0",
"ink-table": "3.0.0",
"ink-use-stdout-dimensions": "1.0.5",
"localtunnel": "2.0.2",
"locate-app": "2.0.0",
"node-gzip": "1.1.2",
"open": "8.4.0",
"puppeteer": "14.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rxjs": "6.6.3",
"serve-static": "1.14.1",
"setimmediate": "1.0.5",
"socket.io": "3.1.2",
"spacetrim": "0.9.2",
"style-loader": "3.3.1",
"tar-stream": "2.2.0",
"touchcontroller": "4.2.0",
"ts-loader": "8.2.0",
"type-fest": "2.5.2",
"typescript": "^4.9.5",
"uuid": "3.4.0",
"vm2": "3.9.7",
"waitasecond": "1.11.1",
"webpack": "5.35.1",
"xyzt": "5.4.3"
},
"devDependencies": {
"@types/express": "4.17.8",
"@types/jest": "28.1.6",
"@types/localtunnel": "2.0.1",
"@types/node-fetch": "2.5.7",
"@types/node-gzip": "1.1.0",
"@types/tar-stream": "2.2.2",
"@types/uuid": "3.4.10",
"@types/webpack": "5.28.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"node-fetch": "^2.6.7",
"ts-jest": "28.0.7",
"ts-node-dev": "2.0.0",
"tslint": "6.1.3"
}
}