test de proyecto t1 design
Showing
.npmrc
0 → 100644
next.config.js
0 → 100644
next.config.mjs
deleted
100644 → 0
This diff is collapsed.
| ... | ... | @@ -9,19 +9,24 @@ |
| "lint": "next lint" | ||
| }, | ||
| "dependencies": { | ||
| "@afrodita/ui-kit-t1": "^0.0.10", | ||
| "@emotion/react": "^11.11.3", | ||
| "@emotion/styled": "^11.11.0", | ||
| "@mui/material": "^5.15.7", | ||
| "@svgr/webpack": "^8.1.0", | ||
| "next": "14.1.0", | ||
| "react": "^18", | ||
| "react-dom": "^18", | ||
| "next": "14.1.0" | ||
| "react-dom": "^18" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "^5", | ||
| "@types/node": "^20", | ||
| "@types/react": "^18", | ||
| "@types/react-dom": "^18", | ||
| "autoprefixer": "^10.0.1", | ||
| "eslint": "^8", | ||
| "eslint-config-next": "14.1.0", | ||
| "postcss": "^8", | ||
| "tailwindcss": "^3.3.0", | ||
| "eslint": "^8", | ||
| "eslint-config-next": "14.1.0" | ||
| "typescript": "^5" | ||
| } | ||
| } |
This diff is collapsed.
Please register or sign in to comment