UNPKG

tagged-jsx

Version:
76 lines (75 loc) 2.13 kB
{ "name": "tagged-jsx", "version": "0.0.5", "description": "Tagged Template for jsx", "main": "./dist/tagged-jsx.cjs.js", "module": "./dist/tagged-jsx.esm.js", "sideEffects": false, "types": "declaration/index.d.ts", "files": [ "./*" ], "scripts": { "lint": "eslint ./src/ --ext .ts,.tsx", "start": "rollup -c -w", "build": "npm run lint && rollup -c && npm run declaration && print-sizes ./dist ", "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json" }, "keywords": [ "tagged", "jsx", "template", "hyper", "htm", "html" ], "repository": { "type": "git", "url": "https://github.com/daybrush/tagged-jsx" }, "author": "Daybrush", "license": "MIT", "bugs": { "url": "https://github.com/daybrush/tagged-jsx/issues" }, "homepage": "https://daybrush.com/tagged-jsx", "devDependencies": { "@babel/core": "^7.7.2", "@daybrush/builder": "^0.1.0", "@daybrush/tester": "^0.1.3", "@scena/react-guides": "^0.17.1", "@types/node": "^14.6.0", "@types/react": "^16.9.17", "@types/react-dom": "^16.9.4", "@typescript-eslint/eslint-plugin": "^3.9.1", "@typescript-eslint/parser": "^3.9.1", "babel-loader": "^8.0.6", "css-loader": "^5.0.1", "eslint": "^7.7.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-react": "^7.22.0", "gh-pages": "^2.1.1", "jest": "^29.0.3", "keycon": "^1.0.0", "print-sizes": "^0.2.0", "raw-loader": "^4.0.2", "ts-loader": "^8.3.0", "tslib": "^2.3.1", "typescript": "^4.5.0 <4.6.0" }, "dependencies": { "htm": "^3.1.1" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }