forked from RocketChat/EmbeddedChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 797 Bytes
/
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
{
"name": "embeddedchat",
"version": "1.0.0",
"description": "Integrate RocketChat into any React based web app using this extensible, robust component library",
"packageManager": "[email protected]",
"workspaces": [
"packages/*",
"!packages/docs"
],
"scripts": {
"preinstall": "node scripts/node-check.js",
"postinstall": "yarn build",
"build": "lerna run build",
"lint": "lerna run lint",
"build:storybook": "lerna run build-storybook",
"format": "lerna run format",
"format:check": "lerna run format:check",
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"esbuild": "^0.17.19",
"husky": "^9.0.11",
"lerna": "^6.6.2",
"typescript": "^5.1.3"
},
"dependencies": {
"dompurify": "^3.1.6"
}
}