68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "@chimera-pe/react-saas",
|
|
"version": "0.6.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^6.4.7",
|
|
"@mui/lab": "^6.0.0-beta.22",
|
|
"@mui/material": "^6.4.7",
|
|
"@mui/x-date-pickers": "^7.27.3",
|
|
"@reduxjs/toolkit": "^2.6.1",
|
|
"axios": "^1.8.3",
|
|
"date-fns": "^4.1.0",
|
|
"final-form": "^4.20.10",
|
|
"lodash": "^4.17.21",
|
|
"mui-rff": "^8.0.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-final-form": "^6.5.9",
|
|
"react-polyglot": "^0.7.2",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.3.0"
|
|
},
|
|
"dependencies": {
|
|
"jwt-decode": "^4.0.0",
|
|
"navigator-languages": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"vite": "^6.2.2"
|
|
},
|
|
"description": "Componente integrador con SaaS",
|
|
"main": "./dist/react-saas.umd.cjs",
|
|
"module": "./dist/react-saas.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/react-saas.js",
|
|
"require": "./dist/react-saas.umd.cjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.chimera.com.pe/nodejs/react-saas.git"
|
|
},
|
|
"keywords": [
|
|
"saas"
|
|
],
|
|
"author": "Germán Enríquez",
|
|
"license": "ISC"
|
|
}
|