ixc-library-portal 1.1.42 → 1.1.45

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 CHANGED
@@ -1,74 +1,74 @@
1
- {
2
- "name": "ixc-library-portal",
3
- "version": "1.1.42",
4
- "type": "module",
5
- "main": "dist/ixc-library.umd.js",
6
- "module": "dist/ixc-library.es.js",
7
- "exports": {
8
- ".": {
9
- "import": "./dist/ixc-library.es.js",
10
- "require": "./dist/ixc-library.umd.js"
11
- }
12
- },
13
- "files": [
14
- "dist"
15
- ],
16
- "scripts": {
17
- "build": "vite build",
18
- "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
19
- "preview": "vite preview",
20
- "storybook": "storybook dev -p 6006",
21
- "build-storybook": "storybook build",
22
- "vercel": "npm run build-storybook && vercel --prod --yes storybook-static",
23
- "deploy": "npm run build && npm publish --access public"
24
- },
25
- "peerDependencies": {
26
- "react": "^18.2.0",
27
- "react-dom": "^18.2.0",
28
- "styled-components": "^6.1.11",
29
- "@emotion/react": "^11.11.4",
30
- "@emotion/styled": "^11.11.5",
31
- "@mui/material": ">=5.15.18 <8.1.0",
32
- "@mui/icons-material": ">=5.15.18 <8.1.0",
33
- "react-icons": "^5.3.0",
34
- "lodash": "^4.17.21"
35
- },
36
- "devDependencies": {
37
- "@chromatic-com/storybook": "^1.5.0",
38
- "@emotion/react": "^11.11.4",
39
- "@emotion/styled": "^11.11.5",
40
- "@mui/icons-material": "^6.1.5",
41
- "@mui/material": "^6.4.11",
42
- "@mui/styled-engine": "^5.15.14",
43
- "@mui/styled-engine-sc": "^6.0.0-alpha.18",
44
- "@storybook/addon-essentials": "^8.2.8",
45
- "@storybook/addon-interactions": "^8.2.8",
46
- "@storybook/addon-links": "^8.1.4",
47
- "@storybook/blocks": "^8.2.8",
48
- "@storybook/react": "^8.2.8",
49
- "@storybook/react-vite": "^8.2.8",
50
- "@storybook/test": "^8.1.4",
51
- "@types/react": "^18.2.66",
52
- "@types/react-dom": "^18.2.22",
53
- "@vitejs/plugin-react": "^4.2.1",
54
- "chromatic": "^13.1.2",
55
- "eslint": "^8.57.0",
56
- "eslint-plugin-react": "^7.34.1",
57
- "eslint-plugin-react-hooks": "^4.6.0",
58
- "eslint-plugin-react-refresh": "^0.4.6",
59
- "eslint-plugin-storybook": "^0.8.0",
60
- "postcss-cli": "^11.0.1",
61
- "prop-types": "^15.8.1",
62
- "react-date-range": "^2.0.1",
63
- "storybook": "^8.1.4",
64
- "styled-components": "^6.1.11",
65
- "vite": "^5.2.0",
66
- "vite-plugin-css-injected-by-js": "^3.5.1"
67
- },
68
- "dependencies": {
69
- "lodash": "^4.17.21",
70
- "postcss": "^8.5.3",
71
- "react-icons": "^5.3.0",
72
- "rollup-plugin-postcss": "^4.0.2"
73
- }
74
- }
1
+ {
2
+ "name": "ixc-library-portal",
3
+ "version": "1.1.45",
4
+ "type": "module",
5
+ "main": "dist/ixc-library.umd.js",
6
+ "module": "dist/ixc-library.es.js",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./dist/ixc-library.es.js",
10
+ "require": "./dist/ixc-library.umd.js"
11
+ }
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "scripts": {
17
+ "build": "vite build",
18
+ "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
19
+ "preview": "vite preview",
20
+ "storybook": "storybook dev -p 6006",
21
+ "build-storybook": "storybook build",
22
+ "vercel": "npm run build-storybook && vercel --prod --yes storybook-static",
23
+ "deploy": "npm run build && npm publish --access public"
24
+ },
25
+ "peerDependencies": {
26
+ "react": "^18.2.0",
27
+ "react-dom": "^18.2.0",
28
+ "styled-components": "^6.1.11",
29
+ "@emotion/react": "^11.11.4",
30
+ "@emotion/styled": "^11.11.5",
31
+ "@mui/material": ">=5.15.18 <8.1.0",
32
+ "@mui/icons-material": ">=5.15.18 <8.1.0",
33
+ "react-icons": "^5.3.0",
34
+ "lodash": "^4.17.21"
35
+ },
36
+ "devDependencies": {
37
+ "@chromatic-com/storybook": "^1.5.0",
38
+ "@emotion/react": "^11.11.4",
39
+ "@emotion/styled": "^11.11.5",
40
+ "@mui/icons-material": "^6.1.5",
41
+ "@mui/material": "^6.4.11",
42
+ "@mui/styled-engine": "^5.15.14",
43
+ "@mui/styled-engine-sc": "^6.0.0-alpha.18",
44
+ "@storybook/addon-essentials": "^8.2.8",
45
+ "@storybook/addon-interactions": "^8.2.8",
46
+ "@storybook/addon-links": "^8.1.4",
47
+ "@storybook/blocks": "^8.2.8",
48
+ "@storybook/react": "^8.2.8",
49
+ "@storybook/react-vite": "^8.2.8",
50
+ "@storybook/test": "^8.1.4",
51
+ "@types/react": "^18.2.66",
52
+ "@types/react-dom": "^18.2.22",
53
+ "@vitejs/plugin-react": "^4.2.1",
54
+ "chromatic": "^13.1.2",
55
+ "eslint": "^8.57.0",
56
+ "eslint-plugin-react": "^7.34.1",
57
+ "eslint-plugin-react-hooks": "^4.6.0",
58
+ "eslint-plugin-react-refresh": "^0.4.6",
59
+ "eslint-plugin-storybook": "^0.8.0",
60
+ "postcss-cli": "^11.0.1",
61
+ "prop-types": "^15.8.1",
62
+ "react-date-range": "^2.0.1",
63
+ "storybook": "^8.1.4",
64
+ "styled-components": "^6.1.11",
65
+ "vite": "^5.2.0",
66
+ "vite-plugin-css-injected-by-js": "^3.5.1"
67
+ },
68
+ "dependencies": {
69
+ "lodash": "^4.17.21",
70
+ "postcss": "^8.5.3",
71
+ "react-icons": "^5.3.0",
72
+ "rollup-plugin-postcss": "^4.0.2"
73
+ }
74
+ }