TerminalTinder/package.json

33 lines
720 B
JSON
Raw Normal View History

2024-09-09 09:50:12 -04:00
{
"name": "terminaltinder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/canvas-confetti": "^1.6.4",
2024-09-09 16:59:00 -04:00
"@types/color": "^3.0.6",
"canvas-confetti": "^1.9.3",
2024-09-09 16:59:00 -04:00
"color": "^4.2.3",
2024-09-09 13:31:32 -04:00
"framer-motion": "^11.5.4",
2024-09-09 11:51:54 -04:00
"next": "14.2.8",
"prism-react-renderer": "^2.4.0",
2024-09-09 09:50:12 -04:00
"react": "^18",
2024-09-09 11:51:54 -04:00
"react-dom": "^18"
2024-09-09 09:50:12 -04:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-09-09 11:51:54 -04:00
"eslint": "^8",
"eslint-config-next": "14.2.8",
2024-09-09 09:50:12 -04:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-09-09 11:51:54 -04:00
"typescript": "^5"
2024-09-09 09:50:12 -04:00
}
}