imajin/node_modules/@lilith/ui-theme/package.json
2026-01-10 04:52:11 -08:00

38 lines
No EOL
903 B
JSON

{
"name": "@lilith/ui-theme",
"version": "1.0.4",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"react": "^18.3.1",
"styled-components": "^6.1.8",
"@lilith/ui-design-tokens": "1.0.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/react": "^18.3.1",
"typescript": "^5.7.3"
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
},
"scripts": {
"type-check": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"lint": "echo 'Skipping lint - theme-provider is a minimal package'",
"test": "echo 'Skipping test - theme-provider has no tests yet'"
}
}