@measured/puck-plugin-heading-analyzer 0.14.0-canary.de9c2c4 → 0.14.0-canary.e8991cc
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index.css +74 -45
- package/dist/index.d.ts +19 -11
- package/dist/index.js +559 -125
- package/package.json +8 -3
package/package.json
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.14.0-canary.
|
3
|
+
"version": "0.14.0-canary.e8991cc",
|
4
|
+
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
|
+
"repository": "measuredco/puck",
|
6
|
+
"bugs": "https://github.com/measuredco/puck/issues",
|
7
|
+
"homepage": "https://puckeditor.com",
|
4
8
|
"private": false,
|
5
9
|
"main": "./dist/index.js",
|
6
10
|
"types": "./dist/index.d.ts",
|
@@ -14,17 +18,18 @@
|
|
14
18
|
"dist"
|
15
19
|
],
|
16
20
|
"devDependencies": {
|
17
|
-
"@measured/puck": "^0.14.0-canary.
|
21
|
+
"@measured/puck": "^0.14.0-canary.e8991cc",
|
18
22
|
"@types/react": "^18.2.0",
|
19
23
|
"@types/react-dom": "^18.2.0",
|
20
24
|
"eslint": "^7.32.0",
|
21
25
|
"eslint-config-custom": "*",
|
22
26
|
"tsconfig": "*",
|
27
|
+
"tsup": "^6.7.0",
|
23
28
|
"tsup-config": "*",
|
24
29
|
"typescript": "^4.5.2"
|
25
30
|
},
|
26
31
|
"dependencies": {
|
27
|
-
"react-from-json": "^0.
|
32
|
+
"react-from-json": "^0.8.0"
|
28
33
|
},
|
29
34
|
"peerDependencies": {
|
30
35
|
"react": "^17.0.0 || ^18.0.0"
|