jsx-dom-runtime
Version:
A tiny 500-byte library for JSX syntax templates targeting the DOM. Supports HTML, SVG, and MathML tags
92 lines (91 loc) • 2.66 kB
JSON
{
"name": "jsx-dom-runtime",
"version": "0.75.2",
"description": "A tiny 500-byte library for JSX syntax templates targeting the DOM. Supports HTML, SVG, and MathML tags",
"type": "module",
"main": "jsx-runtime/index.cjs",
"module": "jsx-runtime/index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./jsx-runtime/index.js",
"require": "./jsx-runtime/index.cjs"
},
"./jsx-runtime": {
"types": "./index.d.ts",
"import": "./jsx-runtime/index.js",
"require": "./jsx-runtime/index.cjs"
},
"./babel-preset": "./babel-preset/index.cjs",
"./eslint-plugin": "./eslint-plugin/index.cjs",
"./package.json": "./package.json"
},
"sideEffects": false,
"scripts": {
"lint": "eslint 'src/**/*.ts' 'tests/**/*.{ts,tsx}'",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"build": "NODE_NO_WARNINGS=1 rollup -c",
"size": "size-limit",
"types": "tsc --project tests/tsconfig.json"
},
"dependencies": {
"csstype": "^3.1.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/helper-validator-identifier": "^7.0.0",
"@babel/types": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/helper-validator-identifier": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/types": "^7.27.6",
"@eslint/js": "^9.29.0",
"@evilmartians/lefthook": "^1.11.14",
"@jest/globals": "^30.0.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.1",
"@size-limit/preset-small-lib": "^11.2.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/babel__helper-validator-identifier": "^7.15.2",
"@types/jest": "^30.0.0",
"babel-jest": "^30.0.2",
"babel-plugin-transform-lhs-constants": "^1.2.0",
"eslint": "^9.29.0",
"jest": "^30.0.3",
"jest-environment-jsdom": "^30.0.2",
"rollup": "^4.44.0",
"size-limit": "^11.2.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0"
},
"files": [
"babel-preset",
"eslint-plugin",
"jsx-runtime",
"index.d.ts"
],
"keywords": [
"jsx",
"jsx-dom",
"jsx-runtime",
"babel-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/shoonia/jsx-dom-runtime.git"
},
"bugs": {
"url": "https://github.com/shoonia/jsx-dom-runtime/issues"
},
"author": {
"name": "Alexander Zaytsev",
"email": "zaytsev126@gmail.com",
"url": "https://x.com/_shoonia"
},
"homepage": "https://github.com/shoonia/jsx-dom-runtime",
"license": "MIT"
}