UNPKG

@tableflow/js

Version:

The JavaScript SDK for TableFlow. Embed an importer to collect and transform CSV files in your application.

62 lines (61 loc) 1.83 kB
{ "name": "@tableflow/js", "version": "1.27.0", "description": "The JavaScript SDK for TableFlow. Embed an importer to collect and transform CSV files in your application.", "scripts": { "build": "rollup -c --bundleConfigAsCjs false", "build:watch": "rollup -c -w", "storybook": "storybook dev -p 6006", "storybook:export": "storybook build", "build-storybook": "storybook build" }, "repository": { "type": "git", "url": "git+https://github.com/tableflowhq/tableflow.git" }, "keywords": [ "csv", "import", "excel", "data", "importer", "js", "javascript", "tableflow" ], "author": "TableFlow", "license": "MIT", "bugs": { "url": "https://github.com/tableflowhq/tableflow/issues" }, "homepage": "https://github.com/tableflowhq/tableflow#readme", "main": "build/index.js", "module": "build/index.esm.js", "types": "build/index.d.ts", "type": "module", "devDependencies": { "@babel/preset-env": "^7.22.7", "@babel/preset-typescript": "^7.22.5", "@rollup/plugin-commonjs": "^25.0.2", "@rollup/plugin-image": "^3.0.2", "@rollup/plugin-node-resolve": "^15.1.0", "@storybook/addon-essentials": "7.0.26", "@storybook/addon-interactions": "7.0.26", "@storybook/addon-links": "7.0.26", "@storybook/blocks": "7.0.26", "@storybook/html": "7.0.26", "@storybook/html-webpack5": "7.0.26", "@storybook/testing-library": "0.0.14-next.2", "@svgr/rollup": "^8.0.1", "postcss": "^8.4.25", "react": "18.2.0", "react-dom": "18.2.0", "rollup": "^3.26.2", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.35.0", "storybook": "7.0.26", "typescript": "^5.1.6" } }