This commit implements the core admin dashboard functionality including NextAuth authentication, Cloudflare D1 database integration with complete schema, and Cloudflare R2 file upload system for portfolio images. Features include artist management, appointment scheduling, and data migration capabilities.
20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"name": "client-only",
|
|
"description": "This is a marker package to indicate that a module can only be used in Client Components.",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"version": "0.0.1",
|
|
"homepage": "https://reactjs.org/",
|
|
"bugs": "https://github.com/facebook/react/issues",
|
|
"license": "MIT",
|
|
"files": ["index.js", "error.js"],
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": {
|
|
"react-server": "./error.js",
|
|
"default": "./index.js"
|
|
}
|
|
}
|
|
}
|