@cornerstonestack/core 1.7.6-rc.10

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/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # @cornerstonestack/core
2
+
3
+ Shared Cornerstone package for external applications and internal workspaces.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @cornerstonestack/core
9
+ ```
10
+
11
+ Peer dependencies expected by the package:
12
+
13
+ ```bash
14
+ npm install react react-dom react-redux @reduxjs/toolkit styled-components date-fns ramda prop-types
15
+ ```