You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "localbites-landing-page",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepare": "panda codegen",
|
|
"dev": "next dev --turbo",
|
|
"generate:importmap": "payload generate:importmap",
|
|
"generate:types": "payload generate:types",
|
|
"payload": "payload",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx}\""
|
|
},
|
|
"dependencies": {
|
|
"@ark-ui/react": "^3.9.0",
|
|
"@payloadcms/db-mongodb": "3.0.0-beta.94",
|
|
"@payloadcms/next": "^3.0.0-beta.94",
|
|
"@payloadcms/richtext-lexical": "^3.0.0-beta.94",
|
|
"@payloadcms/translations": "^3.0.0-beta.94",
|
|
"graphql": "^16.9.0",
|
|
"lucide-react": "^0.436.0",
|
|
"next": "^15.0.0-canary.134",
|
|
"next-international": "^1.2.4",
|
|
"payload": "^3.0.0-beta.94",
|
|
"react": "19.0.0-rc-eb3ad065-20240822",
|
|
"react-dom": "19.0.0-rc-eb3ad065-20240822",
|
|
"sharp": "^0.33.5"
|
|
},
|
|
"devDependencies": {
|
|
"@pandacss/dev": "^0.45.1",
|
|
"@park-ui/panda-preset": "^0.42.0",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.0-canary.132",
|
|
"typescript": "^5"
|
|
}
|
|
}
|