Some checks failed
Publish / publish (push) Failing after 1s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@lilith/ui-error-pages",
|
|
"version": "1.1.17",
|
|
"description": "Error page components with provocative anime girl illustrations for lilith platform",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src/*.ts",
|
|
"src/*.tsx",
|
|
"src/styles"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --project tsconfig.json && mkdir -p dist/assets && cp src/assets/*.webp dist/assets/",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --fix",
|
|
"lint:check": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/ui-theme": "^1.5.2",
|
|
"@lilith/ui-zname": "^1.2.4",
|
|
"cookie": "^1.1.1",
|
|
"react-router": "^7.12.0",
|
|
"react-router-dom": "^7.12.0",
|
|
"set-cookie-parser": "^2.7.2",
|
|
"@lilith/ui-styled-components": "^6.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/ui-router": "^1.3.2",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"vite": "^6.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
"react-router-dom": "^6.0.0 || ^7.0.0",
|
|
"styled-components": "^6.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
}
|
|
}
|