@dccs/react-table-semantic-ui
Version:
A Semantic-UI implementation of react-table-plain
74 lines (73 loc) • 1.94 kB
JSON
{
"name": "@dccs/react-table-semantic-ui",
"version": "0.1.0",
"description": "A Semantic-UI implementation of react-table-plain",
"main": "lib/index.js",
"scripts": {
"watch": "tsc --watch",
"build": "run-s lint test transpile",
"transpile": "tsc",
"lint": "tslint ./src/**/*.ts*",
"test": "jest --runInBand --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DCCS-IT-Business-Solutions/react-table-semantic-ui.git"
},
"keywords": [
"npm",
"node",
"react",
"table",
"sorting",
"filter",
"paging",
"javascrip",
"typescript"
],
"author": "Stephan Meißner",
"license": "MIT",
"bugs": {
"url": "https://github.com/DCCS-IT-Business-Solutions/react-table-semantic-ui/issues"
},
"homepage": "https://github.com/DCCS-IT-Business-Solutions/react-table-semantic-ui#readme",
"dependencies": {
"@dccs/react-table-plain": "^0.2.0",
"lodash": "^4.17.11",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"semantic-ui-react": "^0.86.0"
},
"peerDependencies": {
"@dccs/react-table-plain": "^0.2.0"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/preprocessor.js"
},
"testMatch": [
"**/__tests__/**/*.ts?(x)",
"c**/?(*.)(spec|test).ts?(x)"
],
"setupTestFrameworkScriptFile": "<rootDir>/setupTests.js"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/lodash": "^4.14.118",
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"jest": "^23.6.0",
"npm-run-all": "^4.1.5",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.6"
}
}