{
  "name": "ns-fivem-react-boilerplate",
  "version": "1.0.5",
  "description": "A React boilerplate template for FiveM NUI development",
  "main": "index.js",
  "type": "module",
  "keywords": [
    "fivem",
    "react",
    "nui",
    "boilerplate",
    "template",
    "typescript",
    "vite",
    "tailwindcss"
  ],
  "author": "Nebula Studios",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nebula-Studios/ns-fivem-react-boilerplate.git"
  },
  "bugs": {
    "url": "https://github.com/Nebula-Studios/ns-fivem-react-boilerplate/issues"
  },
  "files": [
    "src/",
    "index.html",
    "vite.config.ts",
    "tsconfig.json",
    "tsconfig.node.json",
    "postcss.config.mjs",
    ".gitignore",
    "README.md",
    "bin/",
    "LICENSE"
  ],
  "compilerOptions": {
    "moduleResolution": "bundler"
  },
  "scripts": {
    "start": "vite",
    "start:game": "vite build --watch",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "@radix-ui/react-slot": "^1.2.3",
    "@tabler/icons-react": "^3.34.1",
    "@tailwindcss/vite": "^4.1.11",
    "clsx": "^2.1.1",
    "framer-motion": "^12.23.12",
    "lucide-react": "^0.525.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tailwind-merge": "^3.3.1",
    "tailwindcss": "^4.1.11"
  },
  "devDependencies": {
    "@eslint/js": "^9.30.1",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@vitejs/plugin-react": "^4.6.0",
    "eslint": "^9.30.1",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "globals": "^16.3.0",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.35.1",
    "vite": "^7.0.4"
  }
}
