5f65d741ed
- Section: responsive prop with media query injection - visual-weights: fontSize clamp() for responsive sizing - variables.css: add border-radius/shadow/transition/z-index tokens - ESLint flat config + Prettier + Changeset init - New components: Footer, NewsSidebar, BreakingNewsBanner - Image/Figure: loading=lazy, aspectRatio, sizes props
36 lines
924 B
JSON
36 lines
924 B
JSON
{
|
|
"name": "@newspaperui/docs",
|
|
"version": "0.0.0",
|
|
"description": "Documentation site for newspaperui",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"clean": "rm -rf .next"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^3.1.1",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@next/mdx": "^16.2.6",
|
|
"@types/mdx": "^2.0.13",
|
|
"next": "^15.1.6",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"rehype-pretty-code": "^0.14.3",
|
|
"shiki": "^4.1.0",
|
|
"newspaperui-components": "workspace:*",
|
|
"newspaperui-theme": "workspace:*",
|
|
"newspaperui-utils": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
} |