Module

x/fre/package.json

👻 Tiny Footprint Concurrent UI library for Fiber.
Go to Latest
File
{ "name": "fre", "version": "2.0.4", "type": "module", "main": "dist/fre.js", "unpkg": "dist/fre.umd.js", "module": "dist/fre.js", "exports": { ".": { "import": "./dist/fre.js", "require": "./dist/fre.umd.js" }, "./jsx-runtime": { "import": "./jsx-runtime.js", "require": "./jsx-runtime.js" } }, "typings": "./dist/types/index.d.ts", "files": [ "src/**/*", "dist/*.js", "dist/*.map", "dist/types", "jsx-runtime.js" ], "scripts": { "test": "jest --coverage", "ref": "jest ./test/ref.test.tsx", "build": "rollup -c && gzip-size dist/fre.js", "build:compat": "rollup --config compat/rollup.config.js", "dev": "rollup -c --watch", "prepublishOnly": "yarn build", "effect":"jest ./test/ref.test.tsx" }, "description": "Tiny Concurrent UI library with Fiber.", "keywords": [ "fre", "frontend", "framework", "vdom", "concurrent-mode", "fiber", "web", "ui-library" ], "author": "132yse", "license": "MIT", "devDependencies": { "@skypack/package-check": "^0.2.2", "@types/jest": "^24.0.15", "codecov": "^3.6.1", "cross-env": "^5.2.0", "gzip-size-cli": "^3.0.0", "jest": "^26.4.2", "rollup": "^2.11.2", "rollup-plugin-terser": "^5.1.2", "rollup-plugin-typescript2": "^0.27.0", "terser": "^4.1.2", "ts-jest": "^26.1.0", "typescript": "^4.0.2", "yarpm": "^0.2.1" }, "repository": "yisar/fre", "homepage": "https://fre.js.org", "jest": { "coveragePathIgnorePatterns": [ "<rootDir>/test/test-util.tsx" ], "transform": { ".(ts|tsx)": "ts-jest" }, "moduleFileExtensions": [ "js", "ts", "tsx" ] }}