mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
41 lines
989 B
JSON
41 lines
989 B
JSON
{
|
|
"name": "albert.lol",
|
|
"version": "4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write \"**/*.{js,ts,tsx,md}\""
|
|
},
|
|
"prettier": {
|
|
"arrowParens": "always",
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": true
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "18.0.33",
|
|
"@types/react-dom": "18.0.11",
|
|
"@vercel/analytics": "^0.1.11",
|
|
"autoprefixer": "10.4.14",
|
|
"axios": "^1.3.5",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"eslint": "8.38.0",
|
|
"eslint-config-next": "13.3.0",
|
|
"next": "13.3.0",
|
|
"next-themes": "^0.2.1",
|
|
"postcss": "8.4.21",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-fade-in": "^2.0.1",
|
|
"react-hot-toast": "^2.4.0",
|
|
"react-icons": "^4.8.0",
|
|
"sass": "^1.61.0",
|
|
"swr": "^2.1.2",
|
|
"tailwindcss": "3.3.1",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|