UNPKG

@itshixun/qst-ui-system

Version:
79 lines 2.36 kB
{ "name": "@itshixun/qst-ui-system", "version": "0.3.7", "description": "qst ui system", "author": "mutueye <mutuyueniao@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Mutueye/qst-ui-system" }, "main": "dist/index.common.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "qst", "ui", "system", "ui-system" ], "publishConfig": { "access": "public" }, "scripts": { "build:style": "sass src/styles/scss:src/styles/css --no-source-map", "build": "pnpm build:style && rimraf dist && rollup -c", "watch": "pnpm build:style && rimraf dist && rollup -cw", "lint": "npx lint-staged", "format": "prettier . --write", "format:check": "prettier . --check", "lint:es:fix": "eslint --debug --fix", "lint:es:check": "eslint --debug", "lint:style:fix": "stylelint ./**/*.{vue,css,scss,html} --fix", "lint:style:check": "stylelint ./**/*.{vue,css,scss,html}", "pub": "pnpm build && npm publish" }, "dependencies": { "color2k": "^2.0.3" }, "devDependencies": { "@eslint/js": "^9.18.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/lodash-es": "^4.17.12", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "element-theme-chalk": "^2.15.14", "eslint": "^9.18.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-vue": "^9.32.0", "esno": "^4.8.0", "glob": "^10.3.12", "lint-staged": "^15.2.2", "postcss": "^8.4.38", "postcss-html": "^1.6.0", "postcss-scss": "^4.0.9", "prettier": "^3.3.3", "rimraf": "^5.0.5", "rollup": "^4.13.2", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-import-css": "^3.5.0", "rollup-plugin-scss": "^4.0.0", "sass": "^1.72.0", "stylelint": "^16.13.2", "stylelint-config-html": "^1.1.0", "stylelint-config-recess-order": "^6.0.0", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-vue": "^1.6.0", "stylelint-config-standard": "^37.0.0", "typescript": "^5.4.3", "typescript-eslint": "^8.21.0" }, "lint-staged": { "*.{vue,js,ts,jsx,tsx,md,json}": "eslint --fix" } }