-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.13 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.13 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
{
"name": "@rocket.chat/uikit-playground",
"private": true,
"version": "0.6.25-rc.2",
"type": "module",
"scripts": {
"dev": "vite",
"build-preview": "tsc && vite build",
".:build-preview-move": "mkdir -p ../../.preview/ && cp -r ./dist ../../.preview/uikit-playground",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@hello-pangea/dnd": "^17.0.0",
"@lezer/highlight": "^1.2.1",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.66.3",
"@rocket.chat/fuselage-hooks": "^0.37.0",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-toastbar": "^0.35.0",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/fuselage-ui-kit": "workspace:~",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/logo": "^0.32.2",
"@rocket.chat/styled": "~0.32.0",
"@rocket.chat/ui-avatar": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:~",
"codemirror": "^6.0.2",
"eslint4b-prebuilt": "^6.7.2",
"moment": "^2.30.1",
"prettier": "~3.3.3",
"rc-scrollbars": "^1.1.6",
"react": "~18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "~18.3.1",
"react-router-dom": "^6.28.0",
"react-split-pane": "^0.1.92",
"react-virtuoso": "^4.12.0",
"reactflow": "^11.11.4"
},
"devDependencies": {
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/tsconfig": "workspace:*",
"@types/lodash": "~4.17.18",
"@types/react": "~18.3.23",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "~18.3.7",
"@typescript-eslint/eslint-plugin": "~5.60.1",
"@typescript-eslint/parser": "~5.60.1",
"@vitejs/plugin-react": "~4.5.2",
"eslint": "~8.45.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.20",
"typescript": "~5.9.2",
"vite": "^6.2.4"
},
"volta": {
"extends": "../../package.json"
}
}