@measured/puck 0.8.0-canary.e4cab76 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +64 -0
- package/dist/index.js +2123 -76
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck",
|
3
|
-
"version": "0.8.0
|
3
|
+
"version": "0.8.0",
|
4
4
|
"private": false,
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -20,6 +20,7 @@
|
|
20
20
|
"@types/react-dom": "^18.2.0",
|
21
21
|
"eslint": "^7.32.0",
|
22
22
|
"eslint-config-custom": "*",
|
23
|
+
"react-feather": "^2.0.10",
|
23
24
|
"tsconfig": "*",
|
24
25
|
"tsup": "^6.7.0",
|
25
26
|
"tsup-config": "*",
|
@@ -27,7 +28,6 @@
|
|
27
28
|
},
|
28
29
|
"dependencies": {
|
29
30
|
"react-beautiful-dnd": "^13.1.1",
|
30
|
-
"react-feather": "^2.0.10",
|
31
31
|
"react-spinners": "^0.13.8",
|
32
32
|
"use-debounce": "^9.0.4"
|
33
33
|
},
|