owned-by/package.json

32 lines
750 B
JSON
Raw Normal View History

2025-01-05 16:00:50 -05:00
{
"name": "owned-by",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-03-09 00:23:44 -05:00
"@fontsource-variable/manrope": "^5.2.5",
"@vercel/analytics": "^1.5.0",
2025-01-05 16:00:50 -05:00
"next": "15.1.3",
"react": "^19.0.0",
2025-03-09 00:23:44 -05:00
"react-dom": "^19.0.0",
"react-icons": "^5.5.0"
2025-01-05 16:00:50 -05:00
},
"devDependencies": {
2025-03-09 00:23:44 -05:00
"@eslint/eslintrc": "^3.3.0",
"@tailwindcss/postcss": "^4.0.12",
"@types/node": "^20.17.24",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9.22.0",
2025-01-05 16:00:50 -05:00
"eslint-config-next": "15.1.3",
2025-03-09 00:23:44 -05:00
"postcss": "^8.5.3",
"tailwindcss": "^4.0.12",
"typescript": "^5.8.2"
2025-01-05 16:00:50 -05:00
}
}