UNPKG

@ithinkdt/cloud

Version:

iThinkDT Cloud

42 lines 1.07 kB
{ "name": "@ithinkdt/cloud", "version": "3.4.3", "type": "module", "description": "iThinkDT Cloud", "keywords": [ "vue", "ithinkdt" ], "files": [ "*" ], "module": "./dist/index.js", "types": "./types/index.d.ts", "publishConfig": { "registry": " https://registry.npmjs.org/", "access": "public" }, "sideEffects": false, "dependencies": { "@ithinkdt/common": "^3.4.15" }, "peerDependencies": { "vue": "^3.4.25", "@ithinkdt/core": "^3.4.19" }, "devDependencies": { "@ithinkdt/core": "^3.4.19", "@vitejs/plugin-vue-jsx": "^3.1.0", "typescript": "~5.4.5", "vite": "^5.2.10", "vue": "^3.4.26" }, "license": "MIT", "scripts": { "build": "vite build", "lint": "eslint -f unix \"./{src,types}/**/*.{js,vue,ts,jsx,tsx}\" --fix", "lint:report": "eslint -o eslint-report.json -f json \"./{src,types}/**/*.{js,vue,ts,jsx,tsx}\"", "format": "prettier --write \"./{src,types}/**/*.{js,vue,ts,jsx,tsx}\"", "release": "pnpm run build && pnpm publish --no-git-checks" } }