resul-push-builder 1.0.0

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 ADDED
@@ -0,0 +1,82 @@
1
+ {
2
+ "name": "resul-push-builder",
3
+ "version": "1.0.0",
4
+ "description": "A powerful visual builder for creating beautiful web content with React",
5
+ "private": false,
6
+ "type": "module",
7
+ "main": "dist/push-builder.umd.js",
8
+ "module": "dist/push-builder.es.js",
9
+ "files": [
10
+ "dist",
11
+ "README.md",
12
+ "LICENSE"
13
+ ],
14
+ "keywords": [
15
+ "visual builder",
16
+ "page builder",
17
+ "react",
18
+ "ui builder",
19
+ "drag and drop",
20
+ "wysiwyg"
21
+ ],
22
+ "author": "StackBlitz",
23
+ "license": "MIT",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "git+https://github.com/stackblitz/push-builder.git"
27
+ },
28
+ "bugs": {
29
+ "url": "https://github.com/stackblitz/push-builder/issues"
30
+ },
31
+ "homepage": "https://github.com/stackblitz/push-builder#readme",
32
+ "scripts": {
33
+ "dev": "vite",
34
+ "build": "tsc && vite build",
35
+ "lint": "eslint .",
36
+ "preview": "vite preview",
37
+ "prepublishOnly": "npm run build",
38
+ "pkg:fix": "npm pkg fix"
39
+ },
40
+ "peerDependencies": {
41
+ "react": "^18.0.0",
42
+ "react-dom": "^18.0.0"
43
+ },
44
+ "dependencies": {
45
+ "@progress/kendo-theme-default": "^7.2.0",
46
+ "crypto-js": "^4.2.0",
47
+ "dompurify": "^3.0.9",
48
+ "html-to-image": "^1.11.13",
49
+ "html2canvas": "^1.4.1",
50
+ "lucide-react": "^0.344.0",
51
+ "lz4js": "^0.2.0",
52
+ "pako": "^2.1.0",
53
+ "react-rnd": "^10.4.1",
54
+ "react-to-print": "^3.0.5",
55
+ "uuid": "^9.0.1",
56
+ "zustand": "^4.5.2"
57
+ },
58
+ "devDependencies": {
59
+ "@eslint/js": "^9.9.1",
60
+ "@types/dompurify": "^3.0.5",
61
+ "@types/react": "^18.3.5",
62
+ "@types/react-dom": "^18.3.0",
63
+ "@types/uuid": "^9.0.8",
64
+ "@vitejs/plugin-react": "^4.3.1",
65
+ "autoprefixer": "^10.4.18",
66
+ "codesee": "^0.728.0",
67
+ "eslint": "^9.9.1",
68
+ "eslint-plugin-react-hooks": "^5.1.0-rc.0",
69
+ "eslint-plugin-react-refresh": "^0.4.11",
70
+ "globals": "^15.9.0",
71
+ "postcss": "^8.4.35",
72
+ "react": "^18.3.1",
73
+ "react-bootstrap": "2.5.0",
74
+ "react-dom": "^18.3.1",
75
+ "rollup-plugin-visualizer": "^5.12.0",
76
+ "sass-embedded": "^1.85.1",
77
+ "tailwindcss": "^3.4.1",
78
+ "typescript": "^5.5.3",
79
+ "typescript-eslint": "^8.3.0",
80
+ "vite": "^5.4.2"
81
+ }
82
+ }