planning/package.json

29 lines
573 B
JSON
Raw Permalink Normal View History

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