opus-toolkit-components 1.6.3 → 1.6.4

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 +13 -18
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "opus-toolkit-components",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "private": false,
5
-
6
5
  "peerDependencies": {
7
- "react": "^17.0.0 || ^18.0.0",
8
- "react-dom": "^17.0.0 || ^18.0.0"
6
+ "react": "^17.0.0 || ^18.0.0",
7
+ "react-dom": "^17.0.0 || ^18.0.0"
9
8
  },
10
9
  "peerDependenciesMeta": {
11
10
  "react": {
@@ -15,7 +14,6 @@
15
14
  "optional": false
16
15
  }
17
16
  },
18
-
19
17
  "dependencies": {
20
18
  "@headlessui/react": "^2.1.8",
21
19
  "@heroicons/react": "^2.1.5",
@@ -31,11 +29,7 @@
31
29
  "semantic-ui-react": "^2.1.5",
32
30
  "web-vitals": "^2.1.4"
33
31
  },
34
-
35
32
  "devDependencies": {
36
- "react": "^18.3.1",
37
- "react-dom": "^18.3.1",
38
-
39
33
  "@babel/core": "^7.28.3",
40
34
  "@babel/plugin-proposal-class-properties": "^7.18.6",
41
35
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
@@ -59,6 +53,7 @@
59
53
  "babel-loader": "^9.2.1",
60
54
  "babel-plugin-named-exports-order": "0.0.2",
61
55
  "compression-webpack-plugin": "^11.1.0",
56
+ "copyfiles": "^2.4.1",
62
57
  "css-loader": "^7.1.2",
63
58
  "cypress": "^13.4.0",
64
59
  "eslint": "^8.57.1",
@@ -72,6 +67,8 @@
72
67
  "postcss-loader": "^8.1.1",
73
68
  "postcss-preset-env": "^10.0.5",
74
69
  "prop-types": "^15.8.1",
70
+ "react": "^18.3.1",
71
+ "react-dom": "^18.3.1",
75
72
  "sass": "^1.89.0",
76
73
  "semver": "^7.7.2",
77
74
  "style-loader": "^4.0.0",
@@ -81,7 +78,6 @@
81
78
  "webpack-cli": "^5.1.4",
82
79
  "webpack-dev-server": "^5.1.0"
83
80
  },
84
-
85
81
  "scripts": {
86
82
  "start": "react-scripts start",
87
83
  "build": "webpack --mode production",
@@ -90,14 +86,12 @@
90
86
  "storybook": "storybook dev -p 6006",
91
87
  "build-storybook": "storybook build"
92
88
  },
93
-
94
89
  "eslintConfig": {
95
90
  "extends": [
96
91
  "react-app",
97
92
  "react-app/jest"
98
93
  ]
99
94
  },
100
-
101
95
  "browserslist": {
102
96
  "production": [
103
97
  ">0.2%",
@@ -110,20 +104,21 @@
110
104
  "last 1 safari version"
111
105
  ]
112
106
  },
113
-
114
107
  "description": "React component library",
115
- "main": "lib/main.b367a5ffd7f23d112345.js",
108
+ "main": "lib/opus-components.main.js",
109
+ "types": "lib/index.d.ts",
116
110
  "author": "Sye",
117
111
  "license": "ISC",
118
- "files": ["lib"],
119
-
112
+ "files": [
113
+ "lib"
114
+ ],
120
115
  "exports": {
121
116
  ".": {
122
117
  "import": "./lib/opus-components.main.js",
123
- "require": "./lib/opus-components.main.js"
118
+ "require": "./lib/opus-components.main.js",
119
+ "types": "./lib/index.d.ts"
124
120
  }
125
121
  },
126
-
127
122
  "directories": {
128
123
  "lib": "lib"
129
124
  }