countdown/package.json
tmddn3070 2251195f9f FIX: many known issues
this commit contained:
-fix dependency
-fix color picker
-fix console spam
-fix styling
2024-06-25 15:38:27 +09:00

31 lines
677 B
JSON

{
"name": "timerweb",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"clsx": "^2.1.1",
"framer-motion": "^11.2.11",
"gsap": "^3.12.5",
"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"
}
}