albert.lol/package.json
2022-08-14 18:50:46 +02:00

30 lines
660 B
JSON

{
"name": "albertfasz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.7.3",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"copy-to-clipboard": "^3.3.2",
"postcss": "^8.4.16",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"sass": "^1.54.4",
"swr": "^1.3.0",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}