UNPKG

vue3-calculator

Version:

A Vue 3 calculator component with scientific and standard modes

73 lines (72 loc) 1.77 kB
{ "name": "vue3-calculator", "version": "1.0.3", "description": "A Vue 3 calculator component with scientific and standard modes", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "vite build", "dev": "vite build --watch", "type-check": "vue-tsc --noEmit", "prepublishOnly": "npm run build", "publish:npm": "npm publish", "publish:beta": "npm publish --tag beta" }, "keywords": [ "vue3", "calculator", "component", "typescript", "scientific-calculator", "math", "decimal", "precision", "composition-api", "vue-component", "calculator-component", "high-precision", "memory-calculator", "history", "responsive" ], "author": { "name": "Vue3 Calculator Team", "email": "contact@vue3-calculator.com", "url": "https://github.com/mx623303468/vue3-calculator-component" }, "license": "MIT", "peerDependencies": { "vue": "^3.3.0" }, "dependencies": { "big.js": "^6.2.1", "decimal.js": "^10.4.3", "expr-eval": "^2.0.2", "mathjs": "^12.2.0" }, "devDependencies": { "@types/node": "^20.10.0", "@vitejs/plugin-vue": "^6.0.0", "@vue/tsconfig": "^0.7.0", "typescript": "^5.3.2", "vite": "^7.0.6", "vite-plugin-dts": "^4.5.4", "vue": "^3.3.8", "vue-tsc": "^3.0.3" }, "repository": { "type": "git", "url": "https://github.com/mx623303468/vue3-calculator-component.git" }, "bugs": { "url": "https://github.com/mx623303468/vue3-calculator-component/issues" }, "homepage": "https://github.com/mx623303468/vue3-calculator-component#readme" }