word-to-code / package.json
tinazone's picture
Upload 44 files
21d7fc3 verified
raw
history blame contribute delete
646 Bytes
{
"name": "word-to-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@google/generative-ai": "^0.21.0",
"gif.js": "^0.2.0",
"lucide-react": "^0.330.0",
"next": "14.1.0",
"p5": "^1.9.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.5.2",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}