react-tabulator
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "react-tabulator", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"files": [ | ||
"css", | ||
"es", | ||
"lib", | ||
"umd" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"prepare": "cp ./src/index.tsx ./src/index.js", | ||
"postbuild": "rm -f ./src/index.js && rm -f ./es/*.tsx && rm -f ./lib/*.tsx", | ||
"build": "npm run prepare && nwb build-react-component --copy-files && npm run postbuild", | ||
"clean": "nwb clean-module && nwb clean-demo", | ||
"prepublishOnly": "npm run build", | ||
"start": "nwb serve-react-demo", | ||
"dev:watch": "tsc --outDir ./lib --jsx react --watch ./src/index.tsx", | ||
"test": "nwb test-react", | ||
"test:coverage": "nwb test-react --coverage", | ||
"test:watch": "nwb test-react --server", | ||
"demo": "nwb react run demo/src/index.js" | ||
}, | ||
@@ -26,3 +43,18 @@ "repository": { | ||
"tabulator-tables": "^4.0.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "16.x" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.4.14", | ||
"awesome-typescript-loader": "^5.2.1", | ||
"nwb": "0.23.x", | ||
"react": "^16.5.2", | ||
"react-dom": "^16.5.2", | ||
"tslint": "^5.11.0", | ||
"tslint-config-airbnb": "^5.11.0", | ||
"tslint-config-prettier": "^1.15.0", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^3.0.3" | ||
} | ||
} |
# react-tabulator | ||
React Tabulator is based on (tabulator)[https://github.com/olifolkerd/tabulator] | ||
React Tabulator is based on [tabulator](https://github.com/olifolkerd/tabulator) | ||
### 📦 Usage | ||
```JS | ||
$ npm install react-tabulator | ||
import { ReactTabulator } from 'react-tabulator'; | ||
<ReactTabulator data={data} /> | ||
``` | ||
### 🔧 Commands | ||
Require: `NodeJS v8.12.0 +` | ||
``` | ||
$ npm run start Launch Demo | ||
$ npm run build Make a build | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
32572
7
1076
1
22
2
10