Files
STANDART/frontend/package.json
2025-10-08 00:27:25 +02:00

22 lines
498 B
JSON

{
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.12.2",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"framer-motion": "^12.23.22",
"react-icons": "^5.5.0",
"react-router-dom": "^7.9.3",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/react": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4"
},
"scripts": {
"dev": "vite",
"build": "vite build"
}
}