@tinacms/react-screens
Version:
The `@tinacms/react-screens` defines the `ScreenPlugin`, helpers for creating screens, and provides React components for displaying them.
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "@tinacms/react-screens",
"version": "0.43.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "Apache-2.0",
"files": [
"build"
],
"keywords": [
"tinacms",
"cms"
],
"bugs": {
"url": "https://github.com/tinacms/tinacms/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tinacms/tinacms.git",
"directory": "packages/@tinacms/screens"
},
"scripts": {
"test": "jest --passWithNoTests",
"watch": "tinacms-scripts watch",
"dev": "tinacms-scripts dev",
"docs": "npx typedoc",
"build": "tinacms-scripts build"
},
"peerDependencies": {
"@tinacms/core": ">=0.7",
"@tinacms/react-core": ">=0.2.9",
"@tinacms/react-modals": ">=0.1",
"react": ">=16.8"
},
"devDependencies": {
"@tinacms/core": "^0.43.0",
"@tinacms/react-core": "^0.43.0",
"@tinacms/react-modals": "^0.43.0",
"@tinacms/scripts": "^0.42.1"
},
"gitHead": "5df65e2372b9628a8422557a62ad0bb6dbed6bb2"
}