d9eaeb28c0
fix(deps): update nextjs monorepo to v15.5.7
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "docs-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"prebuild": "yarn sync:css",
|
|
"build": "next build",
|
|
"lint": "next lint",
|
|
"prestart": "yarn sync:css",
|
|
"start": "next dev",
|
|
"sync:changelog": "node scripts/sync-changelog.mjs",
|
|
"sync:changelog:dry-run": "node scripts/sync-changelog.mjs --dry-run",
|
|
"sync:css": "node scripts/sync-css.js",
|
|
"sync:css:watch": "node scripts/sync-css.js --watch"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "19.1.9",
|
|
"@types/react-dom": "19.1.7"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui-components/react": "^1.0.0-beta.4",
|
|
"@codemirror/lang-sass": "^6.0.2",
|
|
"@codemirror/view": "^6.34.4",
|
|
"@lezer/highlight": "^1.2.1",
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@next/mdx": "15.5.7",
|
|
"@remixicon/react": "^4.6.0",
|
|
"@storybook/react": "^8.6.12",
|
|
"@uiw/codemirror-themes": "^4.23.7",
|
|
"@uiw/react-codemirror": "^4.23.7",
|
|
"clsx": "^2.1.1",
|
|
"html-react-parser": "^5.2.5",
|
|
"motion": "^12.4.1",
|
|
"next": "15.5.7",
|
|
"next-mdx-remote-client": "^2.1.2",
|
|
"prop-types": "^15.8.1",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"shiki": "^3.13.0",
|
|
"storybook": "^8.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/rest": "^22.0.1",
|
|
"@shikijs/transformers": "^3.13.0",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^22.13.14",
|
|
"@types/react": "19.1.9",
|
|
"@types/react-dom": "19.1.7",
|
|
"chokidar": "^3.6.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.5.7",
|
|
"lightningcss": "^1.28.2",
|
|
"typescript": "^5",
|
|
"unified": "^11.0.4"
|
|
}
|
|
}
|