b9b523863c
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
35 lines
834 B
JSON
35 lines
834 B
JSON
{
|
|
"name": "canon-docs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"lint": "next lint",
|
|
"start": "concurrently \"next dev\" \"yarn watch-css\"",
|
|
"watch-css": "node scripts/watch-css.js"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@next/mdx": "^15.1.4",
|
|
"@storybook/react": "^8.4.7",
|
|
"@types/mdx": "^2.0.13",
|
|
"next": "14.2.23",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-frame-component": "^5.2.7",
|
|
"shiki": "^1.26.1",
|
|
"storybook": "^8.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"concurrently": "^9.1.2",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.23",
|
|
"lightningcss": "^1.28.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|