Skip to content

austinserb/react-zero-ui-1.0.21 #2290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 125 additions & 0 deletions directory/@austinserb/react-zero-ui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
{
"name": "@austinserb/react-zero-ui",
"version": "1.0.21",
"description": "Zero re-render UI state management for React",
"private": false,
"type": "module",
"main": "./src/index.js",
"module": "./src/index.js",
"types": "./src/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.js"
},
"./postcss": {
"types": "./src/postcss/index.d.ts",
"require": "./src/postcss/index.cjs"
},
"./vite": {
"types": "./src/postcss/vite.d.ts",
"import": "./src/postcss/vite.js"
},
"./cli": {
"types": "./src/cli/init.d.ts",
"require": "./src/cli/init.cjs",
"import": "./src/cli/init.cjs"
}
},
"keywords": [
"react",
"ui",
"state",
"css",
"postcss",
"postcss-plugin",
"zero-config",
"react-zero-ui",
"postcss-react-zero-ui",
"pre-rendering",
"no-rerender",
"zero-ui"
],
"author": {
"name": "Austinserb",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/austin1serb/react-zero-ui.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/austin1serb/react-zero-ui/issues"
},
"homepage": "https://github.com/austin1serb/react-zero-ui#readme",
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"postcss": "^8.5.5",
"react": ">=16.8.0",
"tailwindcss": "^4.1.10",
"@tailwindcss/postcss": "^4.1.10"
},
"dependencies": {
"@babel/generator": "^7.27.5",
"@babel/parser": "^7.27.5",
"@babel/traverse": "^7.27.4",
"@babel/types": "^7.27.4"
},
"devDependencies": {
"@playwright/test": "^1.53.0"
},
"scripts": {
"test:next": "playwright test -c __tests__/config/playwright.next.config.js",
"test:vite": "playwright test -c __tests__/config/playwright.vite.config.js",
"test:unit": "node --test __tests__/unit/index.test.cjs",
"test:cli": "node --test __tests__/unit/cli.test.cjs",
"test:all": "pnpm run test:vite && pnpm run test:next && pnpm run test:unit && pnpm run test:cli",
"test": "pnpm run test:all"
},
"_id": "@austinserb/[email protected]",
"_integrity": "sha512-AHWH6uTn4j2FHF8ewUglX6PEiUAud92UzHsdz7tZ45pBc1+GKmayl0NvraccEIp+dITUHgwS3WYvoWjexp4JXw==",
"_resolved": "/private/var/folders/x1/5c3npyz94rv7w4f5k5hfslw80000gn/T/9e0c0c2029d94dc9aa23ceecd1ac819d/austinserb-react-zero-ui-1.0.21.tgz",
"_from": "file:austinserb-react-zero-ui-1.0.21.tgz",
"_nodeVersion": "20.16.0",
"_npmVersion": "10.8.2",
"dist": {
"integrity": "sha512-AHWH6uTn4j2FHF8ewUglX6PEiUAud92UzHsdz7tZ45pBc1+GKmayl0NvraccEIp+dITUHgwS3WYvoWjexp4JXw==",
"shasum": "b09aebab5c0113a5d4b0ad6f9f6a038c1741fbca",
"tarball": "https://registry.npmjs.org/@austinserb/react-zero-ui/-/react-zero-ui-1.0.21.tgz",
"fileCount": 15,
"unpackedSize": 49150,
"signatures": [
{
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
"sig": "MEYCIQCV3IvUUaQO8+9xYRb3yaz0k+n34OGV3SWSgS5XOQ4bywIhAIWtOdmhjbZRaTt9/d6G96VDPjGvjk8/OzXKDEWXGET9"
}
]
},
"_npmUser": {
"name": "austinserb",
"email": "[email protected]",
"actor": {
"name": "austinserb",
"email": "[email protected]",
"type": "user"
}
},
"directories": {},
"maintainers": [
{
"name": "austinserb",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages-npm-production",
"tmp": "tmp/react-zero-ui_1.0.21_1750458734612_0.8768858391099461"
},
"_hasShrinkwrap": false,
"_time": "2025-06-20T22:32:14.862Z"
}