@crosshj/html-next
Version:
A modern, declarative web component framework with reactive state management, conditional rendering, data visualization, and server-side fragment loading. Built for building interactive UIs without heavy frameworks.
69 lines (68 loc) • 1.79 kB
JSON
{
"name": "@crosshj/html-next",
"version": "0.0.31",
"description": "A modern, declarative web component framework with reactive state management, conditional rendering, data visualization, and server-side fragment loading. Built for building interactive UIs without heavy frameworks.",
"type": "module",
"main": "./dist/htmlNext.js",
"module": "./dist/htmlNext.js",
"types": "./dist/htmlNext.d.ts",
"exports": {
".": {
"types": "./dist/htmlNext.d.ts",
"import": "./dist/htmlNext.js"
},
"./css": "./dist/htmlNext.css",
"./helpers": {
"types": "./dist/htmlNext.helpers.d.ts",
"import": "./dist/htmlNext.helpers.js"
}
},
"files": [
"dist/",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "cross-env NODE_ENV=PROD vite build --config vite.build.js",
"dev": "cross-env NODE_ENV=DEV vite build --watch --config vite.build.js & vite --config vite.serve.js",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"web-components",
"framework",
"reactive-state",
"conditional-rendering",
"data-visualization",
"declarative-ui",
"fragment-loading",
"html-templates",
"es6-modules",
"zero-dependencies",
"lightweight",
"mobile-ready"
],
"author": "crosshj",
"license": "MIT",
"devDependencies": {
"cross-env": "^7.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"terser": "^5.44.0",
"vite": "^7.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/crosshj/html-next.git"
},
"homepage": "https://github.com/crosshj/html-next#readme",
"bugs": {
"url": "https://github.com/crosshj/html-next/issues"
},
"dependencies": {
"yup": "^1.7.1"
}
}