forked from RocketChat/fuselage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.91 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.91 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
{
"name": "@rocket.chat/fuselage-monorepo",
"private": true,
"workspaces": [
"packages/*",
"tools/*"
],
"scripts": {
"build": "yarn turbo run build",
"build-storybook": "yarn turbo run build-storybook --cache-dir=\".turbo\"",
"changeset": "changeset",
"ci": "yarn turbo run build lint test build-storybook --cache-dir=\".turbo\"",
"clean": "yarn workspaces foreach -vA run clean",
"docs": "yarn turbo run docs",
"postinstall": "husky install && yarn build",
"lint": "yarn turbo run lint",
"lint-and-fix": "yarn workspaces foreach -v --topological-dev --all run lint-and-fix",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prettier": "prettier --plugin=@prettier/plugin-xml",
"release": "yarn changeset publish",
"release-next": "yarn workspaces foreach --no-private -v npm publish --tag next --tolerate-republish",
"resolve-workspace-deps": "yarn workspace scripts run resolve-workspace-deps",
"test": "yarn turbo run test",
"update-readme": "update-readme"
},
"devDependencies": {
"@changesets/changelog-github": "~0.5.2",
"@changesets/cli": "~2.29.8",
"@eslint/js": "~9.39.2",
"@rocket.chat/prettier-config": "workspace:~",
"eslint": "~9.39.2",
"eslint-import-resolver-typescript": "~4.4.4",
"eslint-plugin-import-x": "~4.16.1",
"eslint-plugin-jsx-a11y": "~6.10.2",
"eslint-plugin-mdx": "~3.6.2",
"eslint-plugin-prettier": "~5.5.5",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~5.2.0",
"eslint-plugin-storybook": "~9.1.17",
"globals": "~16.5.0",
"husky": "~9.1.7",
"pinst": "~3.0.0",
"prettier": "~3.6.2",
"storybook": "~9.1.17",
"turbo": "~2.7.6",
"typescript": "~5.9.3",
"typescript-eslint": "~8.46.4",
"update-readme": "workspace:~"
},
"packageManager": "yarn@4.12.0",
"volta": {
"node": "22.20.0",
"yarn": "4.10.3"
}
}