UNPKG

@codady/axui

Version:

The AXUI front-end framework is built on HTML5, CSS3, and JavaScript standards, with TypeScript used for type management. It has no library dependencies and is designed to meet diverse needs with a focus on design.

79 lines (78 loc) 2 kB
{ "name": "@codady/axui", "version": "3.0.37", "author": "AXUI Development Team", "license": "MIT", "description": "The AXUI front-end framework is built on HTML5, CSS3, and JavaScript standards, with TypeScript used for type management. It has no library dependencies and is designed to meet diverse needs with a focus on design.", "main": "./src/scripts/ax.js", "types": "./types/ax.d.ts", "type": "module", "directories": { "doc": "docs", "example": "examples", "test": "test" }, "files": [ "dist", "dist.zip", "package.json", "rollup.config.js", "tsconfig.json", "script-css.js", "script-mini.js", "script-note.js", "CHANGELOG.md", "README.md", "LICENSE" ], "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@types/node": "^22.13.5", "archiver": "^7.0.1", "clean-css-cli": "^5.6.3", "cross-env": "^7.0.3", "docdash": "^2.0.2", "jsdoc": "^4.0.2", "less": "^4.2.0", "postcss": "^8.4.39", "rollup": "^4.18.1", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-replace": "^2.2.0", "terser": "^5.27.2" }, "scripts": { "build": "rollup --config", "css": "node script-css.js", "mini": "node script-mini.js", "zip": "node script-zip.js", "push": "node script-push.js", "view": "node script-view.js", "all": "cross-env REPLACE=true npm run build && npm run css && npm run mini && (npm run zip || true) && npm publish && (npm run push || true)" }, "repository": { "type": "git", "url": "https://github.com/codady/axui" }, "extraRepositories": [ { "type": "git", "url": "https://gitee.com/codady/axui" } ], "keywords": [ "javascript", "es6", "components", "vnode", "mvvm", "html5", "css3" ], "bugs": { "url": "https://github.com/codady/axui/issues" }, "homepage": "https://www.axui.cn", "dependencies": { "simple-git": "^3.27.0" } }