- Bumped `next` version from `15.4.2` to `15.4.3` across multiple packages for improved compatibility. - Updated `react-i18next` from `15.6.0` to `15.6.1` in several packages to incorporate the latest features and fixes. - Incremented `@stripe/react-stripe-js` from `3.7.0` to `3.8.0` and `@stripe/stripe-js` from `7.5.0` to `7.6.1` for enhanced functionality. - Updated `@keystatic/core` from `0.5.47` to `0.5.48` for better integration. - Incremented `supabase` from `2.30.4` to `2.31.8` to ensure the latest improvements and bug fixes are included.
42 lines
1011 B
JSON
42 lines
1011 B
JSON
{
|
|
"name": "@kit/keystatic",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./renderer": "./src/content-renderer.tsx",
|
|
"./admin": "./src/keystatic-admin.tsx",
|
|
"./route-handler": "./src/keystatic-route-handler.ts"
|
|
},
|
|
"dependencies": {
|
|
"@keystatic/core": "0.5.48",
|
|
"@keystatic/next": "^5.0.4",
|
|
"@markdoc/markdoc": "^0.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/cms-types": "workspace:*",
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@types/node": "^24.0.15",
|
|
"@types/react": "19.1.8",
|
|
"react": "19.1.0",
|
|
"zod": "^3.25.74"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|