Files
storycove/frontend/package.json
Stefan Hardegger c8249c94d6 new editor
2025-09-26 08:22:54 +02:00

39 lines
986 B
JSON

{
"name": "storycove-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"autoprefixer": "^10.4.16",
"axios": "^1.7.7",
"cheerio": "^1.0.0-rc.12",
"dompurify": "^3.2.6",
"next": "^14.2.32",
"postcss": "^8.4.31",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"rxjs": "^7.8.1",
"server-only": "^0.0.1",
"slate": "^0.118.1",
"slate-react": "^0.117.4",
"slate-history": "^0.113.1",
"tailwindcss": "^3.3.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.0",
"typescript": "^5"
}
}