HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/propbase/propbase_website/package.json
{
  "name": "propbase-next",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "env-cmd -f .env.development next dev",
    "build": "npx next build",
    "build-development": "env-cmd -f .env.development npx next build",
    "start": "next start",
    "lint": "next lint",
    "prepare": "husky"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.62.7",
    "@tanstack/react-query-devtools": "^5.62.7",
    "@types/react-anchor-link-smooth-scroll": "^1.0.5",
    "@types/react-slick": "^0.23.13",
    "axios": "^1.7.9",
    "bootstrap": "^5.3.2",
    "crypto-js": "^4.2.0",
    "framer-motion": "^11.11.17",
    "next": "14.2.15",
    "react": "^18",
    "react-anchor-link-smooth-scroll": "^1.0.12",
    "react-bootstrap": "^2.10.7",
    "react-dom": "^18",
    "react-final-form": "^6.5.9",
    "react-loading-skeleton": "^3.5.0",
    "react-slick": "^0.30.2",
    "react-toastify": "^11.0.0",
    "sass": "^1.81.0",
    "slick-carousel": "^1.8.1",
    "zustand": "^5.0.1"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "env-cmd": "^10.1.0",
    "eslint": "^8",
    "eslint-config-next": "14.2.15",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "husky": "^9.1.7",
    "lint-staged": "^15.2.10",
    "postcss": "^8",
    "prettier": "^3.3.3",
    "typescript": "^5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  }
}