|
| 1 | +{ |
| 2 | + "name": "portfolio-other", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "lint": "next lint" |
| 10 | + }, |
| 11 | + "dependencies": { |
| 12 | + "@next/font": "13.3.0", |
| 13 | + "@types/node": "18.15.12", |
| 14 | + "@types/react": "18.0.37", |
| 15 | + "@types/react-dom": "18.0.11", |
| 16 | + "@types/swiper": "^6.0.0", |
| 17 | + "aos": "^2.3.4", |
| 18 | + "axios": "^1.3.6", |
| 19 | + "emailjs-com": "^3.2.0", |
| 20 | + "eslint": "8.38.0", |
| 21 | + "eslint-config-next": "13.3.0", |
| 22 | + "esm": "^3.2.25", |
| 23 | + "formik": "^2.2.9", |
| 24 | + "i18n": "^0.15.1", |
| 25 | + "i18next": "^22.4.15", |
| 26 | + "i18next-browser-languagedetector": "^7.0.1", |
| 27 | + "i18next-http-backend": "^2.2.0", |
| 28 | + "next": "13.3.0", |
| 29 | + "next-translate": "^2.0.5", |
| 30 | + "prism-react-renderer": "^1.3.5", |
| 31 | + "react": "18.2.0", |
| 32 | + "react-dom": "18.2.0", |
| 33 | + "react-i18next": "^12.2.0", |
| 34 | + "react-icon": "^1.0.0", |
| 35 | + "react-icons": "^4.8.0", |
| 36 | + "react-query": "^3.39.3", |
| 37 | + "react-scroll": "^1.8.9", |
| 38 | + "react-toastify": "^9.1.2", |
| 39 | + "react-typed": "^1.2.0", |
| 40 | + "swiper": "^9.2.3", |
| 41 | + "typescript": "5.0.4", |
| 42 | + "yup": "^1.1.1" |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "@types/aos": "^3.0.4", |
| 46 | + "@types/react-scroll": "^1.8.6", |
| 47 | + "autoprefixer": "^10.4.14", |
| 48 | + "postcss": "^8.4.23", |
| 49 | + "tailwindcss": "^3.3.1" |
| 50 | + } |
| 51 | +} |
0 commit comments