mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
* include contact and navbar changes * removereact references * tweak contacts APi route * change font
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"name": "@katanemo/shared-styles",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "./globals.css",
|
|
"exports": {
|
|
"./globals.css": "./globals.css"
|
|
},
|
|
"files": [
|
|
"globals.css"
|
|
],
|
|
"scripts": {
|
|
"build": "echo 'Skipping build'",
|
|
"lint": "biome check",
|
|
"typecheck": "echo 'Skipping typecheck - CSS-only package'"
|
|
}
|
|
}
|