UNPKG

sea-js-ui-core

Version:

The smallest UI framework

75 lines (74 loc) 1.74 kB
{ "name": "sea-js-ui-core", "version": "0.0.7", "sideEffects": false, "description": "The smallest UI framework", "main": "dist/bundle.cjs.js", "module": "dist/bundle.esm.js", "files": [ "dist/**/*" ], "directories": { "test": "tests" }, "scripts": { "test": "jest", "build": "rollup -c", "dev": "vite" }, "jest": { "testEnvironment": "jsdom" }, "keywords": [ "ui", "frontend", "framework", "state-management", "RxJS", "real-dom", "performance", "minimal-bundle", "reactivity", "JavaScript", "compact", "web-app", "vanilla-js", "lightweight", "single-file-framework", "tiny-framework", "efficient", "reactive-programming", "high-performance", "sea-js-ui-core", "sea-js", "create-sea-app", "virtual-dom", "frontend-framework", "rollup" ], "author": "samiranghosh04", "license": "MIT", "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.25.3", "@babel/preset-react": "^7.24.7", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rollup": "^2.79.1", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-brotli": "^3.1.0", "rollup-plugin-gzip": "^4.0.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-visualizer": "^5.12.0", "vite": "^5.4.3" }, "dependencies": { "rxjs": "^7.8.1" } }