5998ce722b
Bumps [next](https://github.com/vercel/next.js) from 15.3.4 to 15.4.7. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.3.4...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
52 lines
1.4 KiB
JSON
52 lines
1.4 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": "concurrently \"yarn sync:css:watch\" \"next dev\"",
|
|
"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": {
|
|
"@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.3.4",
|
|
"@remixicon/react": "^4.6.0",
|
|
"@storybook/react": "^8.6.12",
|
|
"@uiw/codemirror-themes": "^4.23.7",
|
|
"@uiw/react-codemirror": "^4.23.7",
|
|
"html-react-parser": "^5.2.5",
|
|
"motion": "^12.4.1",
|
|
"next": "15.4.7",
|
|
"next-mdx-remote-client": "^2.1.2",
|
|
"prop-types": "^15.8.1",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"shiki": "^1.26.1",
|
|
"storybook": "^8.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^20",
|
|
"@types/react": "19.1.9",
|
|
"@types/react-dom": "19.1.7",
|
|
"chokidar": "^3.6.0",
|
|
"concurrently": "^8.2.2",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.3.4",
|
|
"lightningcss": "^1.28.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|