planning/package.json
2024-01-26 21:10:25 +01:00

29 lines
573 B
JSON

{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.6.7",
"framer-motion": "^11.0.3",
"moment": "^2.30.1",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"sass": "^1.70.0",
"universal-cookie": "^7.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
}
}