countdown/package.json

29 lines
625 B
JSON
Raw Normal View History

2024-06-24 04:23:00 +00:00
{
"name": "timerweb",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^11.2.11",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.19",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "4.8.3"
}
}