- Implement code highlighting utility using Highlight.js library - Add dedicated code-slide layout with proper pre/code structure - Update HTML sanitizer to allow pre and code elements - Add comprehensive VS Code dark theme syntax colors - Fix whitespace preservation in highlighted code blocks - Support code slot type in template rendering system - Add code-specific styling and editor improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "slideshare",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "npm run generate-manifest && vite",
|
|
"build": "npm run generate-manifest && tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"generate-manifest": "node scripts/generate-themes-manifest.js"
|
|
},
|
|
"dependencies": {
|
|
"@types/prismjs": "^1.26.5",
|
|
"dompurify": "^3.2.6",
|
|
"highlight.js": "^11.11.1",
|
|
"loglevel": "^1.9.2",
|
|
"marked": "^16.2.0",
|
|
"mermaid": "^11.10.0",
|
|
"postcss": "^8.5.6",
|
|
"prismjs": "^1.30.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-router-dom": "^7.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.33.0",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/node": "^24.3.0",
|
|
"@types/react": "^19.1.10",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"eslint": "^9.33.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.39.1",
|
|
"vite": "^7.1.2"
|
|
}
|
|
}
|