hardwater-ui-microfrontend 0.0.1 → 0.0.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 +9 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hardwater-ui-microfrontend",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"react-mathquill": "^1.0.3",
|
|
68
68
|
"react-modal": "^3.16.1",
|
|
69
69
|
"react-player": "^2.11.0",
|
|
70
|
-
"react-scripts": "5.0.1",
|
|
71
70
|
"react-type-animation": "^3.2.0",
|
|
72
71
|
"react-usestateref": "^1.0.9",
|
|
73
72
|
"react-video-thumbnail": "^0.1.3",
|
|
@@ -103,17 +102,15 @@
|
|
|
103
102
|
]
|
|
104
103
|
},
|
|
105
104
|
"peerDependencies": {
|
|
106
|
-
"react": "18.
|
|
107
|
-
"react-dom": "18.
|
|
108
|
-
"react-router-dom": "
|
|
109
|
-
"@chakra-ui/react": "2.8.2",
|
|
110
|
-
"@emotion/react": "11.11.
|
|
111
|
-
"@emotion/styled": "11.11.0",
|
|
112
|
-
"framer-motion": "11.
|
|
105
|
+
"react": "^18.3.1",
|
|
106
|
+
"react-dom": "^18.3.1",
|
|
107
|
+
"react-router-dom": "^7.0.0",
|
|
108
|
+
"@chakra-ui/react": "^2.8.2",
|
|
109
|
+
"@emotion/react": "^11.11.0",
|
|
110
|
+
"@emotion/styled": "^11.11.0",
|
|
111
|
+
"framer-motion": "^11.0.0"
|
|
113
112
|
},
|
|
114
113
|
"devDependencies": {
|
|
115
|
-
"react": "18.2.0",
|
|
116
|
-
"react-dom": "18.2.0",
|
|
117
114
|
"vite": "^5.4.0",
|
|
118
115
|
"@vitejs/plugin-react": "^4.3.0",
|
|
119
116
|
"vite-plugin-dts": "^4.3.0",
|
|
@@ -135,7 +132,6 @@
|
|
|
135
132
|
"react-video-thumbnail": "^0.1.3",
|
|
136
133
|
"storybook": "^7.6.20"
|
|
137
134
|
},
|
|
138
|
-
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
|
|
139
135
|
"repository": {
|
|
140
136
|
"type": "git",
|
|
141
137
|
"url": "git+https://github.com/innerscore/coschool-ui-components.git"
|
|
@@ -145,4 +141,4 @@
|
|
|
145
141
|
"url": "https://github.com/innerscore/coschool-ui-components/issues"
|
|
146
142
|
},
|
|
147
143
|
"homepage": "https://github.com/innerscore/coschool-ui-components#readme"
|
|
148
|
-
}
|
|
144
|
+
}
|