mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 14:53:52 +03:00
9da9d1e3bd
* Use recoil state for page info * Remove memoization * Remove right drawer fetch more loader --------- Co-authored-by: Thomas Trompette <thomast@twenty.com>
40 lines
839 B
JSON
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"
|
|
}
|
|
}
|