67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "ysandler-work",
|
|
"version": "1.0.0",
|
|
"description": "Personal Portfolio Site",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
|
|
"dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
|
|
"devsafe": "rm -rf .next && cross-env NODE_OPTIONS=--no-deprecation next dev",
|
|
"generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
|
|
"generate:types": "cross-env NODE_OPTIONS=--no-deprecation payload generate:types",
|
|
"lint": "cross-env NODE_OPTIONS=--no-deprecation next lint",
|
|
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
|
|
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/db-postgres": "3.33.0",
|
|
"@payloadcms/next": "3.33.0",
|
|
"@payloadcms/payload-cloud": "3.33.0",
|
|
"@payloadcms/richtext-lexical": "3.33.0",
|
|
"@payloadcms/storage-s3": "3.33.0",
|
|
"@radix-ui/react-avatar": "^1.1.7",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-separator": "^1.1.4",
|
|
"@radix-ui/react-tooltip": "^1.2.4",
|
|
"@tailwindcss/postcss": "^4.1.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"graphql": "^16.8.1",
|
|
"lucide-react": "^0.503.0",
|
|
"motion": "^12.7.4",
|
|
"next": "15.3.0",
|
|
"next-themes": "^0.4.6",
|
|
"payload": "3.33.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-markdown": "^10.1.0",
|
|
"sharp": "0.32.6",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tw-animate-css": "^1.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@types/node": "^22.5.4",
|
|
"@types/react": "19.1.0",
|
|
"@types/react-dom": "19.1.2",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.16.0",
|
|
"eslint-config-next": "15.3.0",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "^3.4.2",
|
|
"tailwindcss": "^4.1.4",
|
|
"typescript": "5.7.3"
|
|
},
|
|
"engines": {
|
|
"node": "^18.20.2 || >=20.9.0",
|
|
"pnpm": "^9 || ^10"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|