mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "albert.lol",
|
|
"version": "4.20",
|
|
"author": "albert|skidoodle@gh",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/analytics": "^1.1.1",
|
|
"@vercel/speed-insights": "^1.0.2",
|
|
"axios": "^1.6.5",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"million": "^2.6.4",
|
|
"next": "14.0.4",
|
|
"next-themes": "^0.2.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-fade-in": "^2.0.1",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "^4.12.0",
|
|
"sass": "^1.69.7",
|
|
"socket.io-client": "^4.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^14.0.4",
|
|
"@types/eslint": "^8.56.1",
|
|
"@types/node": "20.10.8",
|
|
"@types/react": "18.2.47",
|
|
"@types/react-dom": "18.2.18",
|
|
"@typescript-eslint/eslint-plugin": "^6.18.1",
|
|
"@typescript-eslint/parser": "^6.18.1",
|
|
"autoprefixer": "10.4.16",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-next": "14.0.4",
|
|
"postcss": "8.4.33",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"tailwindcss": "3.4.1",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|