@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
82 lines (81 loc) • 2.35 kB
JSON
{
"private": false,
"name": "@craftercms/studio-ui",
"description": "Services, components, models & utils to build CrafterCMS authoring extensions.",
"version": "4.3.0",
"keywords": [
"content management",
"craftercms",
"crafter",
"studio",
"cms"
],
"repository": {
"type": "git",
"url": "https://github.com/craftercms/studio-ui.git",
"directory": "ui/app/src"
},
"license": "LGPL-3.0-only",
"main": "./index.js",
"module": "./index.js",
"typings": "./index.d.ts",
"dependencies": {
"@craftercms/uppy": "^4.3.0",
"@graphiql/plugin-explorer": "^3.0.1",
"@mui/x-data-grid": "^7.13.0",
"@mui/x-date-pickers": "^7.13.0",
"@mui/x-tree-view": "^7.13.0",
"@prettier/plugin-xml": "3.3.0",
"@reduxjs/toolkit": "^2.2.5",
"@stomp/stompjs": "^7.0.0",
"@types/ace": "^0.0.52",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-swipeable-views": "^0.13.5",
"@types/video.js": "^7.3.58",
"autosuggest-highlight": "^3.3.4",
"clsx": "^2.1.1",
"fast-xml-parser": "^4.3.6",
"graphiql": "^3.2.2",
"graphql": "^16.8.1",
"graphql-ws": "^5.16.0",
"highlight.js": "^11.9.0",
"jabber": "^1.5.3",
"js-cookie": "^3.0.5",
"marked": "^12.0.2",
"marked-highlight": "^2.1.1",
"moment-timezone": "^0.5.45",
"nanoid": "^5.0.7",
"notistack": "3.0.1",
"prettier": "^3.2.5",
"react-animations": "^1.0.0",
"react-hotkeys-hook": "^4.5.0",
"react-infinite-scroller": "^1.2.6",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"slugify": "^1.6.6",
"tss-react": "^4.9.10",
"uppy": "^3.27.3",
"uuid": "^10.0.0",
"zxcvbn": "^4.4.2"
},
"peerDependencies": {
"@emotion/css": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.15.20 || ^6.0.0",
"@mui/lab": "^5.0.0-alpha.173 || >=^6.0.0-alpha.0",
"@mui/material": "^5.16.7 || ^6.0.0",
"query-string": "^9.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-intl": "^6.6.8",
"react-redux": "^9.1.0",
"react-router-dom": "^6.23.1",
"redux": "^5.0.1",
"redux-observable": "^3.0.0-rc.2",
"rxjs": "^7.8.0",
"video.js": "^8.14.0"
},
"peerDependenciesMeta": {}
}