anycoder-e7ad4b16 / package.json
hailsbop's picture
Upload package.json with huggingface_hub
30aa982 verified
Raw
History Blame
427 Bytes
{
"name": "perplexity-exporter",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"lucide-react": "^0.292.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}