chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-28 18:56:43 +02:00
commit b58ae55df5
202 changed files with 9063 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": "^9.2.1",
"chroma-js": "^3.1.2"
},
"devDependencies": {
"@mantine/core": "^9.2.1",
"typescript": "^5.9"
},
"peerDependencies": {
"@mantine/core": "^9.2.1"
}
}