mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: initialize email-components vite package
This commit is contained in:
57
shared/email-components/package.json
Normal file
57
shared/email-components/package.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "@bigcapital/email-components",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"storybook:dev": "storybook dev -p 6006",
|
||||
"storybook:build": "storybook build"
|
||||
},
|
||||
"main": "./dist/email-components.umd.js",
|
||||
"module": "./dist/email-components.es.js",
|
||||
"types": "./dist/main.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/main.d.ts",
|
||||
"import": "./dist/email-components.es.js",
|
||||
"require": "./dist/email-components.umd.js"
|
||||
},
|
||||
"./dist/style.css": "./dist/style.css"
|
||||
},
|
||||
"dependencies": {
|
||||
"tailwindcss": "^3.4.14",
|
||||
"vite-plugin-dts": "^4.3.0",
|
||||
"vitest": "^2.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-essentials": "7.2.2",
|
||||
"@storybook/addon-interactions": "7.2.2",
|
||||
"@storybook/addon-links": "7.2.2",
|
||||
"@storybook/addon-styling": "1.3.6",
|
||||
"@storybook/blocks": "7.2.2",
|
||||
"@storybook/react": "7.2.2",
|
||||
"@storybook/react-vite": "7.2.2",
|
||||
"@storybook/testing-library": "0.2.0",
|
||||
"@eslint/js": "^9.13.0",
|
||||
"@types/react": "^18.3.11",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@vitejs/plugin-react": "^4.3.3",
|
||||
"eslint": "^9.13.0",
|
||||
"eslint-plugin-react-hooks": "^5.0.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.13",
|
||||
"eslint-plugin-storybook": "0.6.13",
|
||||
"globals": "^15.11.0",
|
||||
"typescript": "~5.6.2",
|
||||
"typescript-eslint": "^8.10.0",
|
||||
"storybook": "7.2.2",
|
||||
"vite": "^5.4.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user