UNPKG

react-custom-calculator

Version:
47 lines (46 loc) 1.07 kB
{ "name": "react-custom-calculator", "author": "Aaron Koh", "version": "1.0.5", "description": "", "main": "dist/index.js", "homepage": "https://github.com/EeseeSG/react-custom-calculator.git", "license": "MIT", "files": [ "dist" ], "scripts": { "build": "rm -rf dist && tsc", "prepublishOnly": "npm run build" }, "keywords": [ "calculator", "react", "react-calculator", "mathjs", "typescript" ], "devDependencies": { "@types/react": "^18.0.26", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.4" }, "dependencies": { "@emotion/react": "^11.9.3", "@emotion/server": "^11.4.0", "@emotion/styled": "^11.9.3", "@iconify/icons-tabler": "^1.2.55", "@iconify/react": "^3.2.2", "@mui/material": "^5.8.5", "@types/react": "^18.0.26", "mathjs": "^11.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.9.4" }, "repository": { "type": "git", "url": "https://github.com/EeseeSG/react-custom-calculator.git" } }