Files
starter-e2e-mrf7gcl3/packages/mantine-theme/package.json
2026-07-10 19:24:06 +02:00

26 lines
498 B
JSON

{
"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"
}
}