TerminalTinder/package.json
2024-09-09 16:59:00 -04:00

31 lines
647 B
JSON

{
"name": "terminaltinder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/color": "^3.0.6",
"color": "^4.2.3",
"framer-motion": "^11.5.4",
"next": "14.2.8",
"prism-react-renderer": "^2.4.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}