@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
83 lines (82 loc) • 2.33 kB
JSON
{
"private": false,
"name": "@craftercms/studio-ui",
"description": "Services, components, models & utils to build CrafterCMS authoring extensions.",
"version": "4.0.3",
"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.0.3",
"@mui/x-data-grid": "^5.17.25",
"@mui/x-date-pickers": "^5.0.20",
"@prettier/plugin-xml": "^2.2.0",
"@reduxjs/toolkit": "^1.9.2",
"@stomp/stompjs": "^7.0.0",
"@types/ace": "^0.0.48",
"@types/graphql": "^14.5.0",
"@types/marked": "^4.0.8",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/react-swipeable-views": "^0.13.1",
"@types/video.js": "^7.3.51",
"@videojs/vhs-utils": "^2.3.0",
"autosuggest-highlight": "^3.3.4",
"clsx": "^1.2.1",
"fast-xml-parser": "^4.1.3",
"graphiql": "^1.11.5",
"graphiql-explorer": "^0.9.0",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
"highlight.js": "^11.7.0",
"jabber": "^1.5.3",
"jquery": "^3.6.3",
"js-cookie": "^3.0.1",
"marked": "^4.2.12",
"moment-timezone": "^0.5.41",
"nanoid": "^3.3.4",
"notistack": "2.0.8",
"prettier": "^2.8.4",
"react-animations": "^1.0.0",
"react-hotkeys-hook": "^3.4.7",
"react-infinite-scroller": "^1.2.6",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"slugify": "^1.6.5",
"tss-react": "^3.7.1",
"uppy": "^2.13.8",
"zxcvbn": "^4.4.2"
},
"peerDependencies": {
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.121",
"@mui/material": "^5.11.11",
"query-string": "^6.14.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "^6.0.5",
"react-redux": "^7.2.9",
"react-router-dom": "^5.3.4",
"redux": "^4.2.1",
"redux-observable": "^2.0.0",
"rxjs": "^7.0.0",
"video.js": "^7.21.2"
},
"peerDependenciesMeta": {}
}