@cratis/components 2.0.0 → 2.0.1
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cratis/components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Cratis",
|
|
6
6
|
"license": "MIT",
|
|
@@ -127,40 +127,24 @@
|
|
|
127
127
|
"build-storybook": "storybook build"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"react-icons": "5.6.0",
|
|
131
|
-
"ts-deepmerge": "8.0.0"
|
|
132
|
-
},
|
|
133
|
-
"devDependencies": {
|
|
134
|
-
"@cratis/arc.vite": "^20.3.1",
|
|
135
130
|
"allotment": "1.20.5",
|
|
136
131
|
"framer-motion": "12.40.0",
|
|
137
132
|
"pixi.js": "^8.17.1",
|
|
138
133
|
"primeicons": "7.0.0",
|
|
139
|
-
"primereact": "10.9.8"
|
|
134
|
+
"primereact": "10.9.8",
|
|
135
|
+
"react-icons": "5.6.0",
|
|
136
|
+
"ts-deepmerge": "8.0.0"
|
|
137
|
+
},
|
|
138
|
+
"devDependencies": {
|
|
139
|
+
"@cratis/arc.vite": "^20.3.1"
|
|
140
140
|
},
|
|
141
141
|
"peerDependencies": {
|
|
142
142
|
"@cratis/arc": "^20.3.1",
|
|
143
143
|
"@cratis/arc.react": "^20.3.1",
|
|
144
144
|
"@cratis/fundamentals": "^7.10.3",
|
|
145
|
-
"allotment": "^1.20.0",
|
|
146
|
-
"framer-motion": "^12.0.0",
|
|
147
|
-
"pixi.js": "^8.0.0",
|
|
148
|
-
"primeicons": "^7.0.0",
|
|
149
|
-
"primereact": "^10.9.0",
|
|
150
145
|
"react": "^19.0.0",
|
|
151
146
|
"react-dom": "^19.0.0",
|
|
152
147
|
"reflect-metadata": "0.2.2",
|
|
153
148
|
"tsyringe": "4.10.0"
|
|
154
|
-
},
|
|
155
|
-
"peerDependenciesMeta": {
|
|
156
|
-
"allotment": {
|
|
157
|
-
"optional": true
|
|
158
|
-
},
|
|
159
|
-
"framer-motion": {
|
|
160
|
-
"optional": true
|
|
161
|
-
},
|
|
162
|
-
"pixi.js": {
|
|
163
|
-
"optional": true
|
|
164
|
-
}
|
|
165
149
|
}
|
|
166
150
|
}
|