@tinacms/vercel-previews
Version:
⚠️ You must be a Vercel Enterprise customer for Visual Editing ⚠️
55 lines • 1.15 kB
JSON
{
"name": "@tinacms/vercel-previews",
"version": "0.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "./dist/index.mjs",
"keywords": [
"tinacms",
"cms",
"react"
],
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"buildConfig": {
"entryPoints": [
"src/index.ts"
]
},
"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": {
"@types/react": "^18.3.18",
"react": "^18.3.1",
"typescript": "^5.7.3",
"@tinacms/scripts": "1.4.0"
},
"dependencies": {
"@vercel/stega": "^0.0.5",
"tinacms": "2.8.2"
},
"peerDependencies": {
"react": ">=16.14"
},
"gitHead": "87c8f9a3ca2c5bf41e1a4c54a73759d12a7c5bfd",
"scripts": {
"types": "pnpm tsc",
"build": "tinacms-scripts build",
"test": "echo 'no tests for vercel previews'"
}
}