@tinacms/toolkit
Version:
Tina is a lightweight but powerful toolkit for creating a site editing ui with javascript components. Tina surfaces superpowers for dev’s to create, expand on and customize a simple yet intuitive ui for editing content.
112 lines • 3.21 kB
JSON
{
"name": "@tinacms/toolkit",
"version": "1.7.13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "./dist/index.mjs",
"keywords": [
"tinacms",
"cms",
"react"
],
"files": [
"assets",
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"bugs": {
"url": "https://github.com/tinacms/tinacms/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tinacms/tinacms.git",
"directory": "packages/tinacms"
},
"license": "Apache-2.0",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^12.7.0",
"@testing-library/dom": "^7.21.4 ",
"@tinacms/scripts": "1.1.1",
"@types/atob": "^2.1.2",
"@types/codemirror": "^0.0.71",
"@types/color-string": "^1.5.0",
"@types/jest": "^27.0.1",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.get": "^4.4.5",
"@types/prop-types": "^15.7.4",
"@types/react": "^17.0.14",
"@types/react-beautiful-dnd": "^11.0.3",
"@types/react-color": "^3.0.1",
"@types/react-dom": "^17.0.9",
"@types/react-select": "^2.0.11",
"@types/storybook__react": "^4.0.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tslib": "^2.3.0",
"typescript": "4.3.5"
},
"dependencies": {
"@floating-ui/dom": "^1.4.4",
"@floating-ui/react-dom": "^2.0.1",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@monaco-editor/react": "4.4.5",
"@radix-ui/react-popover": "^1.0.6",
"@react-aria/i18n": "^3.3.4",
"@react-hook/window-size": "^3.0.7",
"@react-types/combobox": "^3.2.0",
"@react-types/shared": "^3.10.0",
"@sambego/storybook-styles": "^1.0.0",
"@tinacms/search": "1.0.7",
"@tinacms/sharedctx": "1.0.2",
"@udecode/plate-headless": "^21.4.0",
"react-textarea-autosize": "8.5.2",
"atob": "2.1.2",
"color-string": "^1.5.3",
"date-fns": "2.30.0",
"final-form": "^4.20.2",
"final-form-arrays": "^3.0.1",
"final-form-set-field-data": "^1.0.2",
"is-hotkey": "^0.2.0",
"lodash.get": "^4.4.2",
"moment": "2.29.4",
"monaco-editor": "0.31.0",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.28.0",
"prop-types": "15.7.2",
"react-beautiful-dnd": "^13.1.0",
"react-color": "^2.17.3",
"react-datetime": "^2.16.3",
"react-dropzone": "14.2.3",
"react-final-form": "^6.3.0",
"react-icons": "^4.3.1",
"react-onclickoutside": "^6.13.0",
"scheduler": "0.19.0",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.97.1",
"webfontloader": "1.6.28"
},
"peerDependencies": {
"react": ">=16.14",
"react-dom": ">=16.14"
},
"gitHead": "87c8f9a3ca2c5bf41e1a4c54a73759d12a7c5bfd",
"scripts": {
"types": "pnpm tsc",
"build": "tinacms-scripts build",
"test": "jest --env=jsdom --passWithNoTests",
"test-watch": "jest --watch --env=jsdom --passWithNoTests"
}
}