Files
lanyard-profile-readme/package.json
2024-10-20 19:44:03 +07:00

36 lines
925 B
JSON

{
"name": "app-router",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/escape-html": "^1.0.4",
"@types/image-to-base64": "^2.1.2",
"escape-html": "^1.0.3",
"image-to-base64": "^2.2.0",
"ioredis": "^5.4.1",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"swr": "^2.2.5",
"use-smooth-count": "^1.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}