forked from RocketChat/fuselage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "@rocket.chat/fuselage-polyfills",
"version": "0.31.25",
"description": "A bundle of useful poly/ponyfills used by fuselage",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/fuselage.git"
},
"bugs": {
"url": "https://github.com/RocketChat/fuselage/issues"
},
"main": "index.js",
"types": "index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"bump-next": "bump-next"
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"clipboard-polyfill": "^3.0.3",
"element-closest-polyfill": "^1.0.6",
"focus-visible": "^5.2.0",
"focus-within-polyfill": "^5.2.1",
"new-event-polyfill": "^1.0.1"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"bump": "workspace:~",
"eslint": "~8.38.0",
"lint-all": "workspace:~",
"prettier": "~2.8.7"
}
}