25 lines
468 B
JSON
25 lines
468 B
JSON
{
|
|
"name": "@cocotte/ui-auth",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"registry": "http://134.199.243.61:4873/"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/ui-primitives": "*",
|
|
"@lilith/ui-styled-components": "*",
|
|
"react": "*"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": false
|
|
}
|
|
}
|