albert.lol/package.json
2023-12-31 16:46:20 +01:00

44 lines
1.1 KiB
JSON

{
"name": "albert.lol",
"version": "4.20",
"author": "albert|skidoodle@gh",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"axios": "^1.6.2",
"copy-to-clipboard": "^3.3.3",
"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.5",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@types/eslint": "^8.44.8",
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"postcss": "8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "3.3.6",
"typescript": "5.3.3"
}
}