Files

30 lines
640 B
JSON
Raw Permalink Normal View History

2025-05-24 12:53:24 -06:00
{
"name": "frame-motion",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-06-18 18:11:39 -06:00
"bootstrap-icons": "^1.13.1",
"framer-motion": "^12.12.2",
"next": "^15.1.8",
"react": "^19.1.0",
"react-dom": "^19.1.0"
2025-05-24 12:53:24 -06:00
},
"devDependencies": {
2025-06-18 18:11:39 -06:00
"@eslint/eslintrc": "^3",
2025-05-24 12:53:24 -06:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.8",
2025-06-18 18:11:39 -06:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
2025-05-24 12:53:24 -06:00
}
}