Files
doing-it-website/package.json
2025-12-05 01:01:04 +01:00

28 lines
592 B
JSON

{
"name": "doing-it",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"framer-motion": "^10.16.16",
"react-icons": "^4.12.0"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.3",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4"
}
}