@twocatmoon/react-template-helpers
Version:
Branching and iterative logic helpers for React, to help make your templates cleaner.
69 lines (68 loc) • 1.84 kB
JSON
{
"name": "@twocatmoon/react-template-helpers",
"version": "2.2.1",
"private": false,
"description": "Branching and iterative logic helpers for React, to help make your templates cleaner.",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.ts",
"default": "./dist/index.es.js"
},
"require": {
"types": "./dist/types/index.d.ts",
"default": "./dist/index.umd.js"
}
}
},
"types": "./dist/types/index.d.ts",
"files": [
"dist",
"dist/index.d.ts"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build && tsc --project tsconfig.build.json && npm run docs:build",
"docs:dev": "npm run docs:build & npx http-server docs",
"docs:build": "npx typedoc src/lib/index.ts --customCss ./docStyles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twocatmoon/react-template-helpers.git"
},
"keywords": [
"react",
"control flow",
"branching",
"iterative",
"enumerable",
"if",
"for"
],
"author": "Two-Cat Moon Digital Media",
"license": "MIT",
"bugs": {
"url": "https://github.com/twocatmoon/react-template-helpers/issues"
},
"homepage": "https://github.com/twocatmoon/react-template-helpers#readme",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typedoc": "^0.22.13",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}