mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: add shared package to pdf templates to render in the server and client side
This commit is contained in:
62
shared/pdf-templates/package.json
Normal file
62
shared/pdf-templates/package.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "@bigcapital/pdf-templates",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"storybook:dev": "storybook dev -p 6006",
|
||||
"storybook:build": "storybook build"
|
||||
},
|
||||
"main": "./dist/components.umd.js",
|
||||
"module": "./dist/components.es.js",
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"import": "./dist/components.es.js",
|
||||
"require": "./dist/components.umd.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/cache": "^11.13.1",
|
||||
"@emotion/css": "^11.13.4",
|
||||
"@emotion/react": "^11.13.3",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"@xstyled/emotion": "^3.8.1",
|
||||
"@xstyled/system": "^3.8.1",
|
||||
"classnames": "^2.3.2",
|
||||
"css-loader": "^6.x",
|
||||
"declaration-bundler-webpack-plugin": "^1.0.3",
|
||||
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
||||
"lodash": "^4.17.15",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"style-loader": "^3.x",
|
||||
"tailwindcss": "^3.4.14",
|
||||
"ts-loader": "^9.x",
|
||||
"webpack": "^5.x",
|
||||
"webpack-cli": "^5.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.13.0",
|
||||
"@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/testing-library": "0.2.0",
|
||||
"@types/react": "18.3.4",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"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",
|
||||
"storybook": "7.2.2",
|
||||
"typescript": "~5.6.2",
|
||||
"typescript-eslint": "^8.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user