UNPKG

xqq_ele

Version:

框架

92 lines (91 loc) 2.9 kB
{ "name": "xqq_ele", "version": "1.4.8", "repository": { "url": "https://gitee.com/xq6434/xqq_monorepo" }, "description": "", "main": "lib/xqq_ele.umd.js", "module": "lib/es/index.js", "exports": { ".": { "require": "./lib/xqq_ele.umd.js", "import": "./lib/es/index.js", "types": "./lib/es/index.d.ts" }, "./*": "./*" }, "types": "lib/es/index.d.ts", "files": [ "lib", "README", "LICENSE", "CHANGELOG.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "develop": "pnpm run --filter @xqq/development serve", "build:lib": "vue-tsc && vite build -c ./build/build.lib.ts", "build:scss": "esno build/build.scss.ts", "build": "vue-tsc && node --max_old_space_size=10000 node_modules/vite/bin/vite.js build -c ./build/build.lib.ts", "docs:dev": "pnpm run --filter site dev", "docs:build": "pnpm run --filter site build", "docs:preview": "pnpm run --filter site preview", "docs:publish": "deploy.sh", "prepare": "pnpm husky install", "commit": "git-cz", "tsc": "vue-tsc", "release:changelog:major": "standard-version --release-as major", "release:changelog:minor": "standard-version --release-as minor", "release:changelog:patch": "standard-version --release-as patch", "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix", "format": "prettier --write \"./**/*.{html,vue,ts,js,json,md}\"" }, "keywords": [ "Vue", "Vite", "TypeScript", "Sass", "UI" ], "author": "xu_qiang", "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.9.0", "husky": "^8.0.3", "lint-staged": "^13.2.1", "prettier": "^2.8.4", "rollup-plugin-visualizer": "^5.9.0", "standard-version": "^9.5.0" }, "dependencies": { "@types/lodash-es": "^4.17.6", "@types/node": "^18.16.0", "@vitejs/plugin-vue": "4.0.0", "lodash-es": "^4.17.21", "sass": "^1.58.3", "sass-loader": "^13.2.0", "typescript": "4.9.3", "vite": "4.1.0", "vite-plugin-dts": "^2.3.0", "vue": "3.2.45", "vue-tsc": "^1.0.24" }, "lint-staged": { "projects/**/*.{js,jsx,ts,tsx,json}": [ "pnpm format" ] }, "config": { "commitizen": { "path": "cz-conventional-changelog" } } }