All checks were successful
Lint / Lint and Typecheck (push) Successful in 46s
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "fire",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"check": "next lint && tsc --noEmit",
|
|
"dev": "next dev --turbo",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
|
|
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
|
|
"lint:fix": "next lint --fix",
|
|
"preview": "next build && next start",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@radix-ui/react-accordion": "^1.2.8",
|
|
"@radix-ui/react-label": "^2.1.4",
|
|
"@radix-ui/react-select": "^2.2.2",
|
|
"@radix-ui/react-slider": "^1.3.2",
|
|
"@radix-ui/react-slot": "^1.2.0",
|
|
"@t3-oss/env-nextjs": "^0.13.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.509.0",
|
|
"next": "^15.2.3",
|
|
"next-plausible": "^3.12.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.56.1",
|
|
"recharts": "^2.15.3",
|
|
"tailwind-merge": "^3.2.0",
|
|
"zod": "^3.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "3.3.1",
|
|
"@tailwindcss/postcss": "4.1.6",
|
|
"@types/node": "22.15.17",
|
|
"@types/react": "19.1.3",
|
|
"@types/react-dom": "19.1.3",
|
|
"eslint": "9.26.0",
|
|
"eslint-config-next": "15.3.2",
|
|
"postcss": "8.5.3",
|
|
"prettier": "3.5.3",
|
|
"prettier-plugin-tailwindcss": "0.6.11",
|
|
"tailwindcss": "4.1.6",
|
|
"tw-animate-css": "1.2.9",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "8.32.0"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.39.3"
|
|
},
|
|
"packageManager": "npm@11.3.0"
|
|
}
|