Skip to content

Commit

Permalink
Create @flatfile/rollup-config package
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbrugger committed Apr 5, 2024
1 parent 65320f1 commit 1fd0acf
Show file tree
Hide file tree
Showing 32 changed files with 135 additions and 65 deletions.
File renamed without changes.
20 changes: 20 additions & 0 deletions bundlers/rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "@flatfile/rollup-config",
"version": "0.0.0",
"description": "",
"private": true,
"main": "index.mjs",
"scripts": {},
"author": "Flatfile, Inc.",
"license": "ISC",
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-sucrase": "^5.0.2",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
}
}
Loading

0 comments on commit 1fd0acf

Please sign in to comment.