xframelib
Version:
The accumulated front-end development foundation library originates from projects and serves projects.
89 lines (88 loc) • 2.52 kB
JSON
{
"name": "xframelib",
"version": "1.1.8",
"description": "The accumulated front-end development foundation library originates from projects and serves projects.",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./style.css": "./dist/index.css",
"./index.css": "./dist/index.css",
"./dist/index.css": "./dist/index.css"
},
"scripts": {
"build": "vite build",
"clean": "rimraf dist && rimraf package-lock.json && rimraf node_modules/.cache && rimraf node_modules/.vite"
},
"keywords": [
"xframelib",
"widget",
"typescript",
"hprose",
"vue",
"H5Tool",
"XWindow"
],
"author": {
"name": "zorrowm",
"email": "zorrowm@126.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zorrowm/vue-widget-template.git"
},
"homepage": "http://www.ysgis.com",
"license": "MIT",
"dependencies": {
"@hprose/io": "^3.0.10",
"@hprose/rpc-core": "^3.0.10",
"@hprose/rpc-html5": "^3.0.10",
"@iconify-icons/ant-design": "^1.2.7",
"@iconify/vue": "^5.0.1",
"@microsoft/signalr": "^10.0.0",
"axios": "^1.18.1",
"buffer": "^6.0.3",
"fflate": "^0.8.3",
"iconv-lite": "^0.7.3",
"localforage": "^1.10.0",
"loglevel": "^1.9.2",
"lru-cache": "^11.5.1",
"qs": "^6.15.3",
"spark-md5": "^3.0.2",
"tippy.js": "^6.3.7",
"xhr": "^2.6.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@types/node": "^26.1.0",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/language-core": "^3.3.6",
"comlink": "^4.4.2",
"esbuild": "^0.28.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-scss": "^4.0.1",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.101.0",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"unplugin-dts": "1.0.3",
"vite": "^8.1.3",
"vite-plugin-comlink": "^5.3.0",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-node-polyfills": "^0.28.0",
"vite-plugin-static-copy": "^4.1.1",
"vue": "^3.5.39",
"vue-router": "^5.1.0"
}
}