UNPKG

@nexys/math-ts

Version:

[![npm version](https://badge.fury.io/js/%40nexys%2Fmath-ts.svg)](https://www.npmjs.com/package/@nexys/math-ts) [![TavisCI](https://travis-ci.com/Nexysweb/tableau-wdc-react.svg?branch=master)](https://travis-ci.com/github/Nexysweb/math-ts) [![Deployment](

68 lines (67 loc) 1.52 kB
{ "name": "@nexys/math-ts", "version": "1.3.6", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:Nexysweb/math-ts.git" }, "bugs": { "url": "https://github.com/Nexysweb/math-ts/issues" }, "keywords": [ "typescript", "math", "typescript-library", "linear-algebra", "linear-regression", "statistics", "nodejs", "anova", "dna", "complex-numbers", "nodependence" ], "devDependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", "@types/react-router-dom": "^5.1.5", "react": "^16.13.1", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", "typescript": "~3.7.2" }, "dependencies": {}, "scripts": { "buildpackage": "tsc -p tsconfig.build.json", "start": "react-scripts start", "build": "PUBLIC_URL=/math-ts react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "main": "dist/index.js", "files": [ "dist/*" ], "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }