1+ {
2+ "name" : " @austinserb/react-zero-ui" ,
3+ "version" : " 1.0.21" ,
4+ "description" : " Zero re-render UI state management for React" ,
5+ "private" : false ,
6+ "type" : " module" ,
7+ "main" : " ./src/index.js" ,
8+ "module" : " ./src/index.js" ,
9+ "types" : " ./src/index.d.ts" ,
10+ "sideEffects" : false ,
11+ "exports" : {
12+ "." : {
13+ "types" : " ./src/index.d.ts" ,
14+ "import" : " ./src/index.js"
15+ },
16+ "./postcss" : {
17+ "types" : " ./src/postcss/index.d.ts" ,
18+ "require" : " ./src/postcss/index.cjs"
19+ },
20+ "./vite" : {
21+ "types" : " ./src/postcss/vite.d.ts" ,
22+ "import" : " ./src/postcss/vite.js"
23+ },
24+ "./cli" : {
25+ "types" : " ./src/cli/init.d.ts" ,
26+ "require" : " ./src/cli/init.cjs" ,
27+ "import" : " ./src/cli/init.cjs"
28+ }
29+ },
30+ "keywords" : [
31+ " react" ,
32+ " ui" ,
33+ " state" ,
34+ " css" ,
35+ " postcss" ,
36+ " postcss-plugin" ,
37+ " zero-config" ,
38+ " react-zero-ui" ,
39+ " postcss-react-zero-ui" ,
40+ " pre-rendering" ,
41+ " no-rerender" ,
42+ " zero-ui"
43+ ],
44+ "author" : {
45+ "name" : " Austinserb" ,
46+ 47+ },
48+ "license" : " MIT" ,
49+ "repository" : {
50+ "type" : " git" ,
51+ "url" : " git+https://github.com/austin1serb/react-zero-ui.git" ,
52+ "directory" : " packages/core"
53+ },
54+ "bugs" : {
55+ "url" : " https://github.com/austin1serb/react-zero-ui/issues"
56+ },
57+ "homepage" : " https://github.com/austin1serb/react-zero-ui#readme" ,
58+ "engines" : {
59+ "node" : " >=18.0.0"
60+ },
61+ "peerDependencies" : {
62+ "postcss" : " ^8.5.5" ,
63+ "react" : " >=16.8.0" ,
64+ "tailwindcss" : " ^4.1.10" ,
65+ "@tailwindcss/postcss" : " ^4.1.10"
66+ },
67+ "dependencies" : {
68+ "@babel/generator" : " ^7.27.5" ,
69+ "@babel/parser" : " ^7.27.5" ,
70+ "@babel/traverse" : " ^7.27.4" ,
71+ "@babel/types" : " ^7.27.4"
72+ },
73+ "devDependencies" : {
74+ "@playwright/test" : " ^1.53.0"
75+ },
76+ "scripts" : {
77+ "test:next" : " playwright test -c __tests__/config/playwright.next.config.js" ,
78+ "test:vite" : " playwright test -c __tests__/config/playwright.vite.config.js" ,
79+ "test:unit" : " node --test __tests__/unit/index.test.cjs" ,
80+ "test:cli" : " node --test __tests__/unit/cli.test.cjs" ,
81+ "test:all" : " pnpm run test:vite && pnpm run test:next && pnpm run test:unit && pnpm run test:cli" ,
82+ "test" : " pnpm run test:all"
83+ },
84+ "_id" :
" @austinserb/[email protected] " ,
85+ "_integrity" : " sha512-AHWH6uTn4j2FHF8ewUglX6PEiUAud92UzHsdz7tZ45pBc1+GKmayl0NvraccEIp+dITUHgwS3WYvoWjexp4JXw==" ,
86+ "_resolved" : " /private/var/folders/x1/5c3npyz94rv7w4f5k5hfslw80000gn/T/9e0c0c2029d94dc9aa23ceecd1ac819d/austinserb-react-zero-ui-1.0.21.tgz" ,
87+ "_from" : " file:austinserb-react-zero-ui-1.0.21.tgz" ,
88+ "_nodeVersion" : " 20.16.0" ,
89+ "_npmVersion" : " 10.8.2" ,
90+ "dist" : {
91+ "integrity" : " sha512-AHWH6uTn4j2FHF8ewUglX6PEiUAud92UzHsdz7tZ45pBc1+GKmayl0NvraccEIp+dITUHgwS3WYvoWjexp4JXw==" ,
92+ "shasum" : " b09aebab5c0113a5d4b0ad6f9f6a038c1741fbca" ,
93+ "tarball" : " https://registry.npmjs.org/@austinserb/react-zero-ui/-/react-zero-ui-1.0.21.tgz" ,
94+ "fileCount" : 15 ,
95+ "unpackedSize" : 49150 ,
96+ "signatures" : [
97+ {
98+ "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U" ,
99+ "sig" : " MEYCIQCV3IvUUaQO8+9xYRb3yaz0k+n34OGV3SWSgS5XOQ4bywIhAIWtOdmhjbZRaTt9/d6G96VDPjGvjk8/OzXKDEWXGET9"
100+ }
101+ ]
102+ },
103+ "_npmUser" : {
104+ "name" : " austinserb" ,
105+ 106+ "actor" : {
107+ "name" : " austinserb" ,
108+ 109+ "type" : " user"
110+ }
111+ },
112+ "directories" : {},
113+ "maintainers" : [
114+ {
115+ "name" : " austinserb" ,
116+ 117+ }
118+ ],
119+ "_npmOperationalInternal" : {
120+ "host" : " s3://npm-registry-packages-npm-production" ,
121+ "tmp" : " tmp/react-zero-ui_1.0.21_1750458734612_0.8768858391099461"
122+ },
123+ "_hasShrinkwrap" : false ,
124+ "_time" : " 2025-06-20T22:32:14.862Z"
125+ }
0 commit comments