SafetyScreen-ui/node_modules/autofit.js/package.json

86 lines
2.2 KiB
JSON

{
"name": "autofit.js",
"version": "3.2.4",
"description": "autofit.js 是迄今为止最易用的自适应工具",
"main": "index.js",
"types": "./index.d.ts",
"files": [
"es",
"autofit.js",
"autofit.min.js",
"autofit.png",
"index.js",
"index.d.ts",
"LICENSE",
"readme.md",
"readme.en.md"
],
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "npm run lint && npm run clean && npm run build:es && npm run build:node && npm run build:web",
"build:es": "tsc --project ./tsconfig.es.json && tsc-alias -p tsconfig.es.alias.json",
"build:node": "tsc --project ./tsconfig.node.json && tsc-alias -p tsconfig.node.alias.json",
"build:web": "vite build",
"clean": "shx rm -rf ./es",
"lint": "eslint src/**/*.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Auto-Plugin/autofit.js"
},
"homepage": "https://auto-plugin.github.io/index/autofit.js/",
"keywords": [
"大屏",
"自适应",
"可视化",
"适配",
"vue3",
"vue",
"react",
"echarts",
"auto-zoom",
"autofit",
"auto-fit",
"vue-autofit",
"fit",
"vue-fit",
"autofit.js"
],
"author": "Larry Zhu",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.21.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/pluginutils": "^5.1.0",
"@types/jest": "29.2.4",
"@types/jquery": "^3.5.30",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"babel-jest": "^29.4.3",
"babel-loader": "^9.1.2",
"babel-plugin-remove-import-export": "^1.1.1",
"eslint": "^7.32.0",
"jest": "^29.4.3",
"jquery": "^3.7.1",
"lint-staged": "^10",
"rollup": "^4.18.0",
"rollup-plugin-license": "^3.5.2",
"shx": "^0.3.4",
"ts-jest": "29.0.3",
"ts-loader": "^9.4.2",
"tsc-alias": "^1.8.6",
"tsconfig-paths-jest": "^0.0.1",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue": "^3.4.29",
"vue-tsc": "^2.0.21"
},
"license": "MIT"
}