react-calculatxr
Version:
A calculator similar to the windows calculator
50 lines (49 loc) • 1.03 kB
JSON
{
"name": "react-calculatxr",
"author": "abxlfazl khxrshidi",
"main": "dist/index.js",
"files": [
"dist",
"README.md"
],
"description": "A calculator similar to the windows calculator",
"keywords": [
"react",
"calculator",
"react-calculator",
"fron-end",
"math",
"calculation",
"css",
"ui"
],
"repository": {
"type": "git",
"url": "https://github.com/abxlfazl/react-calculator"
},
"bugs": {
"url": "https://github.com/abxlfazl/react-calculator/issues"
},
"license": "MIT",
"version": "1.0.10",
"private": false,
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "rimraf dist && cross-env NODE_ENV=production babel src/lib --out-dir dist --copy-files"
},
"dependencies": {
"classnames": "^2.3.1"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2"
}
}