vanjs-ui
Version:
A collection of grab-n-go reusable UI components for VanJS
46 lines (45 loc) • 935 B
JSON
{
"name": "vanjs-ui",
"version": "0.11.13",
"description": "A collection of grab-n-go reusable UI components for VanJS",
"files": [
"dist/van-ui.js",
"dist/van-ui.d.ts",
"dist/van-ui.nomodule.js",
"dist/van-ui.nomodule.min.js"
],
"main": "dist/van-ui.js",
"browser": "dist/van-ui.js",
"scripts": {
"build": "bash build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanjs-org/van.git"
},
"keywords": [
"VanJS",
"UI",
"UI Framework",
"Components",
"Minimalist",
"Grab-n-go",
"Lightweight",
"Component",
"Library"
],
"author": "Tao Xin",
"license": "MIT",
"bugs": {
"url": "https://github.com/vanjs-org/van/issues"
},
"homepage": "https://vanjs.org/x",
"dependencies": {
"vanjs-core": "^1.5.5"
},
"devDependencies": {
"node-jq": "^6.0.1",
"terser": "^5.20.0",
"typescript": "^5.1.6"
}
}