Add template
This commit is contained in:
parent
9aa3caa0c2
commit
5800a5ebbf
27 changed files with 7866 additions and 1 deletions
18
packages/mtp/package.json
Normal file
18
packages/mtp/package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "@methanium/template-mtp",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.ts"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@methanium/ui": "*",
|
||||
"mtp": "*",
|
||||
"react": "^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@methanium/ui": "*",
|
||||
"mtp": "*",
|
||||
"react": "^19.2.0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue