The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rocket.Chat/apps/uikit-playground/package.json

64 lines
2.1 KiB

{
"name": "@rocket.chat/uikit-playground",
"version": "0.7.3-rc.1",
"private": true,
"type": "module",
"scripts": {
".:build-preview-move": "mkdir -p ../../.preview/ && cp -r ./dist ../../.preview/uikit-playground",
"build-preview": "tsc && vite build",
"dev": "vite",
"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.3",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.70.0",
"@rocket.chat/fuselage-hooks": "~0.38.1",
"@rocket.chat/fuselage-toastbar": "~0.35.1",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/fuselage-ui-kit": "workspace:~",
"@rocket.chat/icons": "~0.46.0",
"@rocket.chat/logo": "~0.32.3",
"@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.20",
"@types/react": "~18.3.26",
"@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.24",
"typescript": "~5.9.3",
"vite": "^6.2.4"
},
"volta": {
"extends": "../../package.json"
}
}