chore: kanban template

This commit is contained in:
e2e
2026-06-21 21:47:10 +02:00
commit 908a5eae6c
209 changed files with 215578 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "@project/mantine-themes",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
".": "./index.ts",
"./base.json": "./base.json",
"./active.json": "./active.json"
},
"scripts": {
"tsc": "tsc --noEmit"
},
"dependencies": {
"@mantine/colors-generator": "^8.3.8",
"chroma-js": "^3.1.2"
},
"devDependencies": {
"@mantine/core": "^8.3.8",
"typescript": "^5.9"
},
"peerDependencies": {
"@mantine/core": "^8.3.8"
}
}