teko-file-history
Version:
File history component for Teko system
67 lines (66 loc) • 1.81 kB
JSON
{
"name": "teko-file-history",
"publishConfig": {
"access": "public"
},
"version": "1.3.6",
"description": "File history component for Teko system",
"keywords": [
"teko",
"file",
"history"
],
"repository": "https://git.teko.vn/platform/async-process/fps/teko-file-history",
"scripts": {
"clean": "rimraf dist",
"build": "yarn clean && rollup -c",
"makeup": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
"analyze": "source-map-explorer dist/cjs/index.js"
},
"author": "nam.nv@teko.vn",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@testing-library/react": "^12.1.2",
"@types/downloadjs": "^1.4.6",
"@types/history": "4.7.11",
"@types/react": "^17.0.34",
"antd": "^4.10.3",
"dayjs": "^1.10.3",
"downloadjs": "^1.4.7",
"html-webpack-plugin": "^5.5.0",
"np": "^7.6.2",
"prettier": "^3.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-polyfill-node": "^0.10.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"source-map-explorer": "^2.5.3",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.2.3"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"axios": "^0.27.2",
"downloadjs": "^1.4.7",
"read-excel-file": "^5.8.5"
},
"peerDependencies": {
"antd": ">=4.10.3",
"dayjs": ">=1.10.3",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}