opus-toolkit-components 1.5.5 → 1.5.6

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,7 +1,13 @@
1
1
  {
2
2
  "name": "opus-toolkit-components",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "private": false,
5
+
6
+ "peerDependencies": {
7
+ "react": ">=18",
8
+ "react-dom": ">=18"
9
+ },
10
+
5
11
  "dependencies": {
6
12
  "@headlessui/react": "^2.1.8",
7
13
  "@heroicons/react": "^2.1.5",
@@ -11,41 +17,17 @@
11
17
  "clsx": "^2.1.1",
12
18
  "js-cookie": "^3.0.5",
13
19
  "opus-toolkit-styles": "^1.2.5",
14
- "react": "^18.3.1",
15
- "react-dom": "^18.3.1",
16
20
  "react-icons": "^5.5.0",
17
21
  "react-router-dom": "^6.26.2",
18
22
  "react-scripts": "5.0.1",
19
23
  "semantic-ui-react": "^2.1.5",
20
24
  "web-vitals": "^2.1.4"
21
25
  },
22
- "scripts": {
23
- "start": "react-scripts start",
24
- "build": "webpack --mode production",
25
- "test": "react-scripts test",
26
- "eject": "react-scripts eject",
27
- "storybook": "storybook dev -p 6006",
28
- "build-storybook": "storybook build"
29
- },
30
- "eslintConfig": {
31
- "extends": [
32
- "react-app",
33
- "react-app/jest"
34
- ]
35
- },
36
- "browserslist": {
37
- "production": [
38
- ">0.2%",
39
- "not dead",
40
- "not op_mini all"
41
- ],
42
- "development": [
43
- "last 1 chrome version",
44
- "last 1 firefox version",
45
- "last 1 safari version"
46
- ]
47
- },
26
+
48
27
  "devDependencies": {
28
+ "react": "^18.3.1",
29
+ "react-dom": "^18.3.1",
30
+
49
31
  "@babel/core": "^7.28.3",
50
32
  "@babel/plugin-proposal-class-properties": "^7.18.6",
51
33
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
@@ -91,19 +73,49 @@
91
73
  "webpack-cli": "^5.1.4",
92
74
  "webpack-dev-server": "^5.1.0"
93
75
  },
94
- "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
76
+
77
+ "scripts": {
78
+ "start": "react-scripts start",
79
+ "build": "webpack --mode production",
80
+ "test": "react-scripts test",
81
+ "eject": "react-scripts eject",
82
+ "storybook": "storybook dev -p 6006",
83
+ "build-storybook": "storybook build"
84
+ },
85
+
86
+ "eslintConfig": {
87
+ "extends": [
88
+ "react-app",
89
+ "react-app/jest"
90
+ ]
91
+ },
92
+
93
+ "browserslist": {
94
+ "production": [
95
+ ">0.2%",
96
+ "not dead",
97
+ "not op_mini all"
98
+ ],
99
+ "development": [
100
+ "last 1 chrome version",
101
+ "last 1 firefox version",
102
+ "last 1 safari version"
103
+ ]
104
+ },
105
+
106
+ "description": "React component library",
95
107
  "main": "lib/main.b367a5ffd7f23d112345.js",
96
108
  "author": "Sye",
97
109
  "license": "ISC",
98
- "files": [
99
- "lib"
100
- ],
110
+ "files": ["lib"],
111
+
101
112
  "exports": {
102
113
  ".": {
103
114
  "import": "./lib/opus-components.main.js",
104
115
  "require": "./lib/opus-components.main.js"
105
116
  }
106
117
  },
118
+
107
119
  "directories": {
108
120
  "lib": "lib"
109
121
  }