@chimera-pe/react-saas 0.3.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +65 -65
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
1
  {
2
- "name": "@chimera-pe/react-saas",
3
- "version": "0.3.2",
4
- "type": "module",
5
- "scripts": {
6
- "dev": "vite",
7
- "build": "vite build",
8
- "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
9
- "preview": "vite preview"
10
- },
11
- "peerDependencies": {
12
- "@emotion/react": "^11.13.0",
13
- "@emotion/styled": "^11.13.0",
14
- "@mui/icons-material": "^5.16.5",
15
- "@mui/lab": "^5.0.0-alpha.171",
16
- "@mui/material": "^5.16.5",
17
- "@mui/x-date-pickers": "^7.11.1",
18
- "@reduxjs/toolkit": "^2.2.7",
19
- "axios": "^1.7.2",
20
- "date-fns": "^2.30.0",
21
- "final-form": "^4.20.10",
22
- "lodash": "^4.17.21",
23
- "mui-rff": "^7.4.1",
24
- "node-polyglot": "^2.6.0",
25
- "react": "^18.3.1",
26
- "react-dom": "^18.3.1",
27
- "react-final-form": "^6.5.9",
28
- "react-polyglot": "^0.7.2",
29
- "react-redux": "^9.1.2",
30
- "react-router-dom": "^6.25.1"
31
- },
32
- "dependencies": {
33
- "jwt-decode": "^4.0.0",
34
- "navigator-languages": "^2.0.2"
35
- },
36
- "devDependencies": {
37
- "@types/react": "^18.3.3",
38
- "@types/react-dom": "^18.3.0",
39
- "@vitejs/plugin-react": "^4.3.1",
40
- "eslint": "^8.57.0",
41
- "eslint-plugin-react": "^7.35.0",
42
- "eslint-plugin-react-hooks": "^4.6.2",
43
- "eslint-plugin-react-refresh": "^0.4.9",
44
- "vite": "^5.3.5"
45
- },
46
- "description": "Componente integrador con SaaS",
47
- "main": "./dist/react-saas.umd.cjs",
48
- "module": "./dist/react-saas.js",
49
- "exports": {
50
- ".": {
51
- "import": "./dist/react-saas.js",
52
- "require": "./dist/react-saas.umd.cjs"
53
- }
54
- },
55
- "files": [
56
- "dist"
57
- ],
58
- "repository": {
59
- "type": "git",
60
- "url": "https://git.chimera.com.pe/nodejs/react-saas.git"
61
- },
62
- "keywords": [
63
- "saas"
64
- ],
65
- "author": "Germán Enríquez",
66
- "license": "ISC"
2
+ "name": "@chimera-pe/react-saas",
3
+ "version": "0.4.0",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "vite build",
8
+ "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
9
+ "preview": "vite preview"
10
+ },
11
+ "peerDependencies": {
12
+ "@emotion/react": "^11.13.3",
13
+ "@emotion/styled": "^11.13.0",
14
+ "@mui/icons-material": "^6.1.0",
15
+ "@mui/lab": "^6.0.0-beta.9",
16
+ "@mui/material": "^6.1.0",
17
+ "@mui/x-date-pickers": "^7.16.0",
18
+ "@reduxjs/toolkit": "^2.2.7",
19
+ "axios": "^1.7.7",
20
+ "date-fns": "^2.30.0",
21
+ "final-form": "^4.20.10",
22
+ "lodash": "^4.17.21",
23
+ "mui-rff": "^7.4.1",
24
+ "node-polyglot": "^2.6.0",
25
+ "react": "^18.3.1",
26
+ "react-dom": "^18.3.1",
27
+ "react-final-form": "^6.5.9",
28
+ "react-polyglot": "^0.7.2",
29
+ "react-redux": "^9.1.2",
30
+ "react-router-dom": "^6.26.2"
31
+ },
32
+ "dependencies": {
33
+ "jwt-decode": "^4.0.0",
34
+ "navigator-languages": "^2.0.2"
35
+ },
36
+ "devDependencies": {
37
+ "@types/react": "^18.3.5",
38
+ "@types/react-dom": "^18.3.0",
39
+ "@vitejs/plugin-react": "^4.3.1",
40
+ "eslint": "^8.57.0",
41
+ "eslint-plugin-react": "^7.36.1",
42
+ "eslint-plugin-react-hooks": "^4.6.2",
43
+ "eslint-plugin-react-refresh": "^0.4.11",
44
+ "vite": "^5.4.4"
45
+ },
46
+ "description": "Componente integrador con SaaS",
47
+ "main": "./dist/react-saas.umd.cjs",
48
+ "module": "./dist/react-saas.js",
49
+ "exports": {
50
+ ".": {
51
+ "import": "./dist/react-saas.js",
52
+ "require": "./dist/react-saas.umd.cjs"
53
+ }
54
+ },
55
+ "files": [
56
+ "dist"
57
+ ],
58
+ "repository": {
59
+ "type": "git",
60
+ "url": "https://git.chimera.com.pe/nodejs/react-saas.git"
61
+ },
62
+ "keywords": [
63
+ "saas"
64
+ ],
65
+ "author": "Germán Enríquez",
66
+ "license": "ISC"
67
67
  }