Files
meeting-app/package.json
T
2023-03-01 11:44:20 +01:00

25 lines
508 B
JSON

{
"name": "projet-web4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"framer-motion": "^10.0.1",
"next": "13.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"eslint": "8.35.0",
"eslint-config-next": "13.2.3"
}
}