-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"engines": {
"node": ">=22.16.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@rocket.chat/apps-engine": "1.40",
"@types/crypto-js": "^4.1.2",
"@types/emojione": "^2.2.6",
"@types/eslint": "^9.6.1",
"@types/node": "^14.18.63",
"emojione": "^4.5.0",
"emojione-assets": "^4.5.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-anti-trojan-source": "^1.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.4.0",
"jiti": "^2.6.1",
"prettier": "^3.8.1",
"typescript": "^4.0.5",
"typescript-eslint": "^8.58.0"
},
"dependencies": {
"@rocket.chat/icons": "^0.32.0",
"@rocket.chat/ui-kit": "^0.31.22",
"crypto-js": "^4.1.1",
"he": "^1.2.0",
"himalaya": "^1.1.1",
"ms": "^2.1.3"
}
}