2026-06-29 13:04:10 -04:00
|
|
|
{
|
|
|
|
|
"name": "@cocotte/ui-dev-content",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"type": "module",
|
2026-06-29 15:10:20 -04:00
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "http://134.199.243.61:4873/"
|
|
|
|
|
},
|
2026-06-29 13:04:10 -04:00
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"react": "^19.2.3"
|
2026-06-29 21:46:49 -04:00
|
|
|
},
|
|
|
|
|
"_": {
|
|
|
|
|
"registry": "forgejo",
|
|
|
|
|
"publish": true,
|
|
|
|
|
"build": false
|
2026-06-29 13:04:10 -04:00
|
|
|
}
|
|
|
|
|
}
|