@joker.front/ui
Version:
Joker-UI | Official native UI component library for Joker Framework. Minimalist design with full-scene components, responsive layout & dynamic interactions. Access dev docs, API references & real-world case studies on official site.
78 lines (77 loc) • 3 kB
JSON
{
"name": "@joker.front/ui",
"version": "1.0.314",
"description": "Joker-UI | Official native UI component library for Joker Framework. Minimalist design with full-scene components, responsive layout & dynamic interactions. Access dev docs, API references & real-world case studies on official site.",
"author": "Zohar",
"license": "MIT",
"main": "dist/index.umd.js",
"module": "dist/index.mjs",
"types": "./types/src/index.d.ts",
"exports": {
".": {
"require": "./dist/index.umd.js",
"import": "./dist/index.mjs",
"types": "./types/src/index.d.ts"
},
"./types/*": "./types/*",
"./package.json": "./package.json",
"./index.css": "./dist/index.css"
},
"homepage": "https://ui.jokers.pub",
"repository": {
"type": "git",
"url": "git+https://github.com/jokers-pub/front-ui.git"
},
"keywords": [
"joker",
"ui",
"joker-ui"
],
"files": [
"types",
"shims.d.ts",
"dist",
"dist_lowcode",
"README.md"
],
"scripts": {
"demo": "joker --open=/examples/index.html",
"build": "joker build --config=build.config.js --sourcemap=true",
"build:prod": "joker build --config=build.config.js",
"build:lowcode": "joker build --config=build.lowcode.config.js",
"build:demo": "npm run docs:zh-CN && npm run docs:en && joker build --config=joker.demo.build.config.js ./examples && npm run sitemap",
"docs:zh-CN": "ts-node build/docs.ts --lang=zh-CN",
"docs:en": "ts-node build/docs.ts --lang=en",
"sitemap": "ts-node build/sitemap.ts",
"algoliasearch:zh-CN": "ts-node build/algoliasearch.ts --lang=zh-CN",
"algoliasearch:en": "ts-node build/algoliasearch.ts --lang=en",
"release": "npm run build && joker_release_library",
"release:prod": "npm run build:lowcode && npm run build:prod && npm publish --access public --registry https://registry.npmjs.org/"
},
"devDependencies": {
"@docsearch/css": "^3.8.0",
"@docsearch/js": "^3.8.0",
"@joker.front/cli": "^1.1.149",
"@joker.front/core": "^1.3.76",
"@joker.front/library-cli": "^1.2.14",
"@joker.front/router": "^1.0.44",
"@joker.front/shared": "^1.5.30",
"@types/markdown-it": "^12.2.3",
"@types/node": "^22.13.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"algoliasearch": "^5.17.1",
"dayjs": "^1.11.9",
"eslint": "^8.38.0",
"glob": "^10.2.6",
"highlight.js": "^11.8.0",
"markdown-it": "^13.0.1",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-external-globals": "^0.12.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.62.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {}
}