twenty/packages/twenty-emails/package.json
Thomas Trompette 9da9d1e3bd
Build infinite scroll for email threads (#3666)
* Use recoil state for page info

* Remove memoization

* Remove right drawer fetch more loader

---------

Co-authored-by: Thomas Trompette <thomast@twenty.com>
2024-01-29 15:28:28 +01:00

40 lines
839 B
JSON

{
"name": "twenty-emails",
"version": "0.1.0",
"description": "",
"author": "",
"private": true,
"license": "AGPL-3.0",
"main": "./dist/index.js",
"scripts": {
"nx": "NX_DEFAULT_PROJECT=twenty-emails node ../../node_modules/nx/bin/nx.js",
"build": "vite build",
"lint": "eslint"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"devDependencies": {
"@nx/vite": "17.2.8",
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "^5.0.0",
"vite-plugin-dts": "~2.3.0",
"vite-tsconfig-paths": "^4.2.1"
},
"dependencies": {
"@react-email/components": "0.0.12",
"date-fns": "^2.30.0"
},
"engines": {
"node": "^18.17.1",
"npm": "please-use-yarn",
"yarn": "^4.0.2"
},
"nx": {
"projectType": "library"
}
}