usehooks-ts-demo/package.json

30 lines
685 B
JSON
Raw Permalink Normal View History

2023-08-21 16:14:04 +08:00
{
"name": "usehooks-ts--demo",
2023-08-21 16:14:04 +08:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.0.22",
2023-08-21 16:14:04 +08:00
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"classnames": "^2.3.2",
2023-08-21 16:14:04 +08:00
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.0",
2023-08-21 16:14:04 +08:00
"next": "13.4.19",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"usehooks-ts": "^2.9.1"
2023-08-21 16:14:04 +08:00
}
}