Files
backstage/canon-docs/package.json
T
Charles de Dreuille b9b523863c Cleanup after feedbacks
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2025-01-10 11:36:15 +00:00

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"
}
}