Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

ALapaque/amaury-lapaque.io

Repository files navigation

Initialization of the project

Steps to reproduce :

  • run the following commands
    • yarn
    • yarn run dev
  • access to the url localhost
  • if you want to access to the application you can use the following credentials
    • username: Administrateur
    • password: Administrateur

Technologies used :

Libraries used :

"dependencies": {
  "@heroicons/react": "^2.0.15",
  "@portabletext/react": "^2.0.1",
  "@sanity/image-url": "^1.0.2",
  "framer-motion": "^9.0.2",
  "next": "^13.1.6",
  "next-pwa": "^5.6.0",
  "next-sanity": "^4.1.2",
  "react": "^18.2.0",
  "react-dom": "^18.2.0",
  "react-ga": "^3.3.1",
  "react-gtm-module": "^2.0.11",
  "react-hook-form": "^7.43.1",
  "react-simple-typewriter": "^5.0.1",
  "react-social-icons": "^5.15.0",
  "recoil": "^0.7.6",
  "tailwind-scrollbar": "^2.1.0"
},
"devDependencies": {
  "@argos-ci/cli": "^0.4.3",
  "@argos-ci/cypress": "^0.0.6",
  "@types/node": "18.13.0",
  "@types/react": "18.0.28",
  "@types/react-dom": "^18.0.9",
  "autoprefixer": "^10.4.13",
  "cypress": "^12.5.1",
  "eslint": "8.34.0",
  "eslint-config-next": "^13.1.6",
  "postcss": "^8.4.21",
  "start-server-and-test": "^1.15.3",
  "tailwindcss": "^3.2.6",
  "typescript": "4.9.5"
}