@seedgrid/fe-components 2026.3.19-8 → 2026.3.19-9
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 +76 -76
package/package.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"sideEffects": false,
|
|
24
|
-
"files": [
|
|
25
|
-
"dist"
|
|
26
|
-
],
|
|
27
|
-
"scripts": {
|
|
28
|
-
"clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
|
|
29
|
-
"build": "pnpm run clean && tsc -p tsconfig.json && pnpm run build:sandbox",
|
|
30
|
-
"build:sandbox": "tsup --config tsup.sandbox.config.ts",
|
|
31
|
-
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
|
|
32
|
-
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
33
|
-
},
|
|
34
|
-
"peerDependencies": {
|
|
35
|
-
"@tiptap/core": "^2.9.1",
|
|
36
|
-
"@tiptap/extension-color": "^2.9.1",
|
|
37
|
-
"@tiptap/extension-font-family": "^2.9.1",
|
|
38
|
-
"@tiptap/extension-highlight": "^2.9.1",
|
|
39
|
-
"@tiptap/extension-image": "^2.9.1",
|
|
40
|
-
"@tiptap/extension-link": "^2.9.1",
|
|
41
|
-
"@tiptap/pm": "^2.9.1",
|
|
42
|
-
"@tiptap/extension-subscript": "^2.9.1",
|
|
43
|
-
"@tiptap/extension-superscript": "^2.9.1",
|
|
44
|
-
"@tiptap/extension-text-align": "^2.9.1",
|
|
45
|
-
"@tiptap/extension-text-style": "^2.9.1",
|
|
46
|
-
"@tiptap/extension-underline": "^2.9.1",
|
|
47
|
-
"@tiptap/react": "^2.9.1",
|
|
48
|
-
"@tiptap/starter-kit": "^2.9.1",
|
|
49
|
-
"lucide-react": "^0.468.0",
|
|
50
|
-
"react": "^18.2.0 || ^19.0.0",
|
|
51
|
-
"react-hook-form": "^7.0.0"
|
|
52
|
-
},
|
|
53
|
-
"devDependencies": {
|
|
54
|
-
"tsup": "^8.4.0",
|
|
55
|
-
"@tiptap/core": "^2.9.1",
|
|
56
|
-
"@tiptap/extension-color": "^2.9.1",
|
|
57
|
-
"@tiptap/extension-font-family": "^2.9.1",
|
|
58
|
-
"@tiptap/extension-highlight": "^2.9.1",
|
|
59
|
-
"@tiptap/extension-image": "^2.9.1",
|
|
60
|
-
"@tiptap/extension-link": "^2.9.1",
|
|
61
|
-
"@tiptap/pm": "^2.9.1",
|
|
62
|
-
"@tiptap/extension-subscript": "^2.9.1",
|
|
63
|
-
"@tiptap/extension-superscript": "^2.9.1",
|
|
64
|
-
"@tiptap/extension-text-align": "^2.9.1",
|
|
65
|
-
"@tiptap/extension-text-style": "^2.9.1",
|
|
66
|
-
"@tiptap/extension-underline": "^2.9.1",
|
|
67
|
-
"@tiptap/react": "^2.9.1",
|
|
68
|
-
"@tiptap/starter-kit": "^2.9.1",
|
|
69
|
-
"lucide-react": "^0.468.0",
|
|
70
|
-
"react": "19.0.0",
|
|
71
|
-
"react-dom": "19.0.0",
|
|
72
|
-
"react-hook-form": "^7.0.0"
|
|
73
|
-
},
|
|
74
|
-
"dependencies": {
|
|
75
|
-
"@pqina/flip": "^1.8.4",
|
|
76
|
-
"qrcode.react": "^4.2.0"
|
|
2
|
+
"name": "@seedgrid/fe-components",
|
|
3
|
+
"version": "2026.3.19-9",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/SeedGrid/seedgrid-fe-components.git",
|
|
9
|
+
"directory": "packages/seedgrid-fe-components"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/SeedGrid/seedgrid-fe-components/tree/main/packages/seedgrid-fe-components",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/SeedGrid/seedgrid-fe-components/issues"
|
|
14
|
+
},
|
|
15
|
+
"main": "dist/index.js",
|
|
16
|
+
"types": "dist/index.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"default": "./dist/index.js"
|
|
77
21
|
}
|
|
78
|
-
}
|
|
22
|
+
},
|
|
23
|
+
"sideEffects": false,
|
|
24
|
+
"files": [
|
|
25
|
+
"dist"
|
|
26
|
+
],
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"@tiptap/core": "^2.9.1",
|
|
29
|
+
"@tiptap/extension-color": "^2.9.1",
|
|
30
|
+
"@tiptap/extension-font-family": "^2.9.1",
|
|
31
|
+
"@tiptap/extension-highlight": "^2.9.1",
|
|
32
|
+
"@tiptap/extension-image": "^2.9.1",
|
|
33
|
+
"@tiptap/extension-link": "^2.9.1",
|
|
34
|
+
"@tiptap/pm": "^2.9.1",
|
|
35
|
+
"@tiptap/extension-subscript": "^2.9.1",
|
|
36
|
+
"@tiptap/extension-superscript": "^2.9.1",
|
|
37
|
+
"@tiptap/extension-text-align": "^2.9.1",
|
|
38
|
+
"@tiptap/extension-text-style": "^2.9.1",
|
|
39
|
+
"@tiptap/extension-underline": "^2.9.1",
|
|
40
|
+
"@tiptap/react": "^2.9.1",
|
|
41
|
+
"@tiptap/starter-kit": "^2.9.1",
|
|
42
|
+
"lucide-react": "^0.468.0",
|
|
43
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
44
|
+
"react-hook-form": "^7.0.0"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"tsup": "^8.4.0",
|
|
48
|
+
"@tiptap/core": "^2.9.1",
|
|
49
|
+
"@tiptap/extension-color": "^2.9.1",
|
|
50
|
+
"@tiptap/extension-font-family": "^2.9.1",
|
|
51
|
+
"@tiptap/extension-highlight": "^2.9.1",
|
|
52
|
+
"@tiptap/extension-image": "^2.9.1",
|
|
53
|
+
"@tiptap/extension-link": "^2.9.1",
|
|
54
|
+
"@tiptap/pm": "^2.9.1",
|
|
55
|
+
"@tiptap/extension-subscript": "^2.9.1",
|
|
56
|
+
"@tiptap/extension-superscript": "^2.9.1",
|
|
57
|
+
"@tiptap/extension-text-align": "^2.9.1",
|
|
58
|
+
"@tiptap/extension-text-style": "^2.9.1",
|
|
59
|
+
"@tiptap/extension-underline": "^2.9.1",
|
|
60
|
+
"@tiptap/react": "^2.9.1",
|
|
61
|
+
"@tiptap/starter-kit": "^2.9.1",
|
|
62
|
+
"lucide-react": "^0.468.0",
|
|
63
|
+
"react": "19.0.0",
|
|
64
|
+
"react-dom": "19.0.0",
|
|
65
|
+
"react-hook-form": "^7.0.0"
|
|
66
|
+
},
|
|
67
|
+
"dependencies": {
|
|
68
|
+
"@pqina/flip": "^1.8.4",
|
|
69
|
+
"qrcode.react": "^4.2.0"
|
|
70
|
+
},
|
|
71
|
+
"scripts": {
|
|
72
|
+
"clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
|
|
73
|
+
"build": "pnpm run clean && tsc -p tsconfig.json && pnpm run build:sandbox",
|
|
74
|
+
"build:sandbox": "tsup --config tsup.sandbox.config.ts",
|
|
75
|
+
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
|
|
76
|
+
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
77
|
+
}
|
|
78
|
+
}
|