componentes-sinco 1.0.2-rc.0 → 1.0.2-rc.2
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.
- package/package.json +24 -72
- package/dist/index.cjs +0 -3928
- package/dist/index.css +0 -42
- package/dist/index.d.cts +0 -396
- package/dist/index.d.ts +0 -396
- package/dist/index.js +0 -3872
package/package.json
CHANGED
|
@@ -1,88 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "componentes-sinco",
|
|
3
|
-
"version": "1.0.2-rc.
|
|
4
|
-
"description": "
|
|
5
|
-
"main": "dist/
|
|
6
|
-
"module": "dist/
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"
|
|
3
|
+
"version": "1.0.2-rc.2" ,
|
|
4
|
+
"description": "Componentes de SINCO",
|
|
5
|
+
"main": "./dist/my-react-lib.cjs.js",
|
|
6
|
+
"module": "./dist/my-react-lib.es.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
9
11
|
"exports": {
|
|
10
12
|
"import": "./dist/my-react-lib.es.js",
|
|
11
13
|
"require": "./dist/my-react-lib.cjs.js",
|
|
12
14
|
"default": "./dist/my-react-lib.es.js"
|
|
13
15
|
},
|
|
14
|
-
"files": [
|
|
15
|
-
"dist"
|
|
16
|
-
],
|
|
17
16
|
"scripts": {
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"build-storybook": "storybook build",
|
|
22
|
-
"storybook-docs": "storybook dev --docs",
|
|
23
|
-
"chromatic": "npx chromatic --project-token=chpt_951719ca33cf09e",
|
|
24
|
-
"test": "vitest"
|
|
17
|
+
"dev": "vite",
|
|
18
|
+
"build": "vite build",
|
|
19
|
+
"preview": "vite preview"
|
|
25
20
|
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
|
|
28
|
-
"@emotion/react": "^11.14.0",
|
|
29
|
-
"@emotion/styled": "^11.14.0",
|
|
30
|
-
"@fontsource/nunito": "^5.1.1",
|
|
31
|
-
"@fontsource/roboto": "^5.1.1",
|
|
32
|
-
"@mui/icons-material": "^6.4.5",
|
|
33
|
-
"@mui/lab": "^6.0.0-beta.28",
|
|
34
|
-
"@mui/material": "^6.4.5",
|
|
35
|
-
"@mui/styles": "^6.4.12",
|
|
36
|
-
"@mui/x-data-grid-pro": "^7.27.1",
|
|
37
|
-
"@mui/x-date-pickers": "^7.27.1",
|
|
38
|
-
"@mui/x-license-pro": "^6.10.2",
|
|
39
|
-
"@storybook/addon-storysource": "^8.6.0",
|
|
40
|
-
"@testing-library/react": "^16.3.0",
|
|
41
|
-
"componentes-sinco": "^1.0.1",
|
|
42
|
-
"date-fns": "^2.30.0",
|
|
43
|
-
"dayjs": "^1.11.13",
|
|
44
|
-
"moment": "^2.30.1",
|
|
21
|
+
"dependencies": {},
|
|
22
|
+
"peerDependencies": {
|
|
45
23
|
"react": "^18.3.1",
|
|
46
|
-
"react-
|
|
47
|
-
"react-dom": "^18.3.1",
|
|
48
|
-
"react-error-boundary": "^5.0.0",
|
|
49
|
-
"react-router": "^7.6.1",
|
|
50
|
-
"react-router-dom": "^7.2.0",
|
|
51
|
-
"sass": "^1.89.0",
|
|
52
|
-
"storybook": "^8.6.0"
|
|
24
|
+
"react-dom": "^18.3.1"
|
|
53
25
|
},
|
|
54
26
|
"devDependencies": {
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"@storybook/react-vite": "^8.6.7",
|
|
65
|
-
"@storybook/test": "8.6.7",
|
|
66
|
-
"@testing-library/dom": "^10.4.0",
|
|
67
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
68
|
-
"@testing-library/react": "^16.3.0",
|
|
69
|
-
"@testing-library/user-event": "^14.6.1",
|
|
70
|
-
"@types/jest": "^29.5.14",
|
|
71
|
-
"@types/react": "^18.3.20",
|
|
72
|
-
"@types/react-big-calendar": "^1.16.2",
|
|
73
|
-
"@types/react-dom": "^18.0.0",
|
|
74
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
75
|
-
"@vitest/ui": "^3.1.3",
|
|
76
|
-
"chromatic": "^11.28.0",
|
|
77
|
-
"jsdom": "^26.1.0",
|
|
78
|
-
"tsup": "^8.1.0",
|
|
79
|
-
"typescript": "^4.9.5",
|
|
80
|
-
"vite": "^6.3.5",
|
|
81
|
-
"vite-plugin-dts": "^4.5.4",
|
|
82
|
-
"vitest": "^3.1.4"
|
|
27
|
+
"@emotion/react": "^11.11.3",
|
|
28
|
+
"@emotion/styled": "^11.11.3",
|
|
29
|
+
"@fontsource/public-sans": "^5.0.18",
|
|
30
|
+
"@mui/material": "^6.4.5",
|
|
31
|
+
"@types/react": "^18.3.1",
|
|
32
|
+
"@types/react-dom": "^18.3.1",
|
|
33
|
+
"vite": "^5.2.10",
|
|
34
|
+
"typescript": "^5.5.3",
|
|
35
|
+
"vitest": "^1.5.2"
|
|
83
36
|
},
|
|
84
37
|
"publishConfig": {
|
|
85
|
-
"access": "public"
|
|
86
|
-
"tag": "RC"
|
|
38
|
+
"access": "public"
|
|
87
39
|
}
|
|
88
40
|
}
|