Init commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@evofw/db",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "echo \"db: scaffold — skip\"",
|
||||
"lint": "echo \"db: scaffold — skip\""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export {}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@evofw/shared",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./contracts/*": "./src/contracts/*.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "echo \"shared: scaffold — skip\"",
|
||||
"lint": "echo \"shared: scaffold — skip\""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export {}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema.json",
|
||||
"style": "base-nova",
|
||||
"rsc": false,
|
||||
"tsx": true,
|
||||
"tailwind": {
|
||||
"config": "",
|
||||
"css": "src/styles/globals.css",
|
||||
"baseColor": "neutral",
|
||||
"cssVariables": true,
|
||||
"prefix": ""
|
||||
},
|
||||
"iconLibrary": "lucide",
|
||||
"rtl": false,
|
||||
"aliases": {
|
||||
"components": "@evofw/ui/components",
|
||||
"utils": "@evofw/ui/lib/utils",
|
||||
"ui": "@evofw/ui/components",
|
||||
"lib": "@evofw/ui/lib",
|
||||
"hooks": "@evofw/ui/hooks"
|
||||
},
|
||||
"menuColor": "default",
|
||||
"menuAccent": "subtle"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@evofw/ui",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./globals.css": "./src/styles/globals.css",
|
||||
"./lib/*": "./src/lib/*.ts",
|
||||
"./hooks/*": "./src/hooks/*.ts",
|
||||
"./components/*": "./src/components/*.tsx"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "echo \"ui: scaffold — skip\"",
|
||||
"lint": "echo \"ui: scaffold — skip\""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
/** Placeholder — theme via `pnpm dlx shadcn@latest apply b2fA --only theme -y` from apps/web. */
|
||||
Reference in New Issue
Block a user