@graphysdk/react-renderer 0.0.1-alpha.20260713101041
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 +0 -0
- package/dist/index.cjs +3 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +1113 -0
- package/dist/index.mjs +5852 -0
- package/package.json +96 -0
package/package.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@graphysdk/react-renderer",
|
|
3
|
+
"author": "Graphy",
|
|
4
|
+
"version": "0.0.1-alpha.20260713101041",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.css.ts",
|
|
8
|
+
"**/*.css",
|
|
9
|
+
"**/version.ts"
|
|
10
|
+
],
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
|
+
"import": "./dist/index.mjs",
|
|
20
|
+
"require": "./dist/index.cjs"
|
|
21
|
+
},
|
|
22
|
+
"./styles.css": "./dist/index.css"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@base-ui/react": "^1.3.0",
|
|
26
|
+
"@floating-ui/react-dom": "^2.0.8",
|
|
27
|
+
"@tiptap/core": "^3.0.0",
|
|
28
|
+
"@tiptap/extension-bold": "^3.0.0",
|
|
29
|
+
"@tiptap/extension-document": "^3.0.0",
|
|
30
|
+
"@tiptap/extension-hard-break": "^3.0.0",
|
|
31
|
+
"@tiptap/extension-heading": "^3.0.0",
|
|
32
|
+
"@tiptap/extension-italic": "^3.0.0",
|
|
33
|
+
"@tiptap/extension-link": "^3.0.0",
|
|
34
|
+
"@tiptap/extension-paragraph": "^3.0.0",
|
|
35
|
+
"@tiptap/extension-text": "^3.0.0",
|
|
36
|
+
"@tiptap/extension-text-align": "^3.0.0",
|
|
37
|
+
"@tiptap/extension-text-style": "^3.0.0",
|
|
38
|
+
"@tiptap/extension-underline": "^3.0.0",
|
|
39
|
+
"@tiptap/extensions": "^3.0.0",
|
|
40
|
+
"@tiptap/pm": "^3.0.0",
|
|
41
|
+
"@tiptap/react": "^3.0.0",
|
|
42
|
+
"@vanilla-extract/css": "^1.17.0",
|
|
43
|
+
"@vanilla-extract/dynamic": "^2.1.2",
|
|
44
|
+
"clsx": "^2.1.1",
|
|
45
|
+
"color2k": "^2.0.3",
|
|
46
|
+
"d3-interpolate-path": "^2.3.0",
|
|
47
|
+
"motion": "^12.23.12",
|
|
48
|
+
"react-colorful": "^5.6.1",
|
|
49
|
+
"react-intl": "^8.1.3",
|
|
50
|
+
"zustand": "^5.0.12",
|
|
51
|
+
"@graphysdk/viz-engine": "0.0.1-alpha.20260713101041",
|
|
52
|
+
"@graphysdk/i18n": "1.7.1"
|
|
53
|
+
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"react": "^19.0.0"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
59
|
+
"@testing-library/jest-dom": "^6.5.0",
|
|
60
|
+
"@testing-library/react": "^16.3.1",
|
|
61
|
+
"@testing-library/user-event": "^13.5.0",
|
|
62
|
+
"@types/d3-interpolate-path": "^2.0.3",
|
|
63
|
+
"@types/react": "^19.2.14",
|
|
64
|
+
"@types/react-dom": "^19.2.3",
|
|
65
|
+
"@vanilla-extract/vite-plugin": "^5.0.0",
|
|
66
|
+
"react": "^19.2.4",
|
|
67
|
+
"react-dom": "^19.2.4",
|
|
68
|
+
"rollup-plugin-node-externals": "^8.1.1",
|
|
69
|
+
"tslib": "^2.8.1",
|
|
70
|
+
"vite": "^6.4.3",
|
|
71
|
+
"vite-plugin-dts": "^4.5.4",
|
|
72
|
+
"vitest": "^4.1.0",
|
|
73
|
+
"@graphytools/vitest-config": "1.0.0",
|
|
74
|
+
"@graphytools/eslint-plugin-graphy": "1.0.0",
|
|
75
|
+
"@graphytools/typescript-config": "0.0.1",
|
|
76
|
+
"@graphytools/eslint-config": "0.0.1"
|
|
77
|
+
},
|
|
78
|
+
"lint-staged": {
|
|
79
|
+
"*.{ts,tsx,js,jsx,json,css,md}": [
|
|
80
|
+
"prettier --write"
|
|
81
|
+
],
|
|
82
|
+
"*.{ts,tsx}": [
|
|
83
|
+
"eslint --max-warnings=0 --fix"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"scripts": {
|
|
87
|
+
"build": "vite build",
|
|
88
|
+
"test": "vitest run",
|
|
89
|
+
"test:watch": "TZ=utc vitest",
|
|
90
|
+
"lint": "eslint . --max-warnings 0",
|
|
91
|
+
"lint:fix": "eslint . --fix",
|
|
92
|
+
"format": "prettier --write .",
|
|
93
|
+
"format:check": "prettier --check .",
|
|
94
|
+
"typecheck": "tsc --noEmit"
|
|
95
|
+
}
|
|
96
|
+
}
|