transfer_tdms_tcs/frontend/package.json
2026-02-11 20:49:50 +03:00

24 lines
552 B
JSON

{
"dependencies": {
"@chakra-ui/react": "^3.32.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"framer-motion": "^12.31.0",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0"
},
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "25.2.0",
"@types/react": "19.2.11",
"typescript": "5.9.3"
}
}