form-builder-pro 0.0.1 → 0.0.3

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 CHANGED
@@ -1,58 +1,47 @@
1
1
  {
2
- "name": "form-builder-pro",
3
- "version": "0.0.1",
4
- "description": "A production-grade Drag & Drop Form Builder",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "scripts": {
12
- "dev": "vite",
13
- "build": "tsup",
14
- "test": "vitest",
15
- "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
16
- "preview": "vite preview"
17
- },
18
- "keywords": [
19
- "react",
20
- "form-builder",
21
- "drag-and-drop",
22
- "dnd-kit"
23
- ],
24
- "author": "",
25
- "license": "MIT",
26
- "peerDependencies": {
27
- "react": ">=18",
28
- "react-dom": ">=18"
29
- },
30
- "devDependencies": {
31
- "@testing-library/jest-dom": "^6.9.1",
32
- "@testing-library/react": "^16.3.0",
33
- "@types/node": "^20.0.0",
34
- "@types/react": "^18.2.0",
35
- "@types/react-dom": "^18.2.0",
36
- "@vitejs/plugin-react": "^4.0.0",
37
- "autoprefixer": "^10.4.14",
38
- "jsdom": "^27.2.0",
39
- "postcss": "^8.4.24",
40
- "tailwindcss": "^3.3.2",
41
- "tsup": "^7.1.0",
42
- "typescript": "^5.0.2",
43
- "vite": "^4.3.9",
44
- "vitest": "^0.32.0"
45
- },
46
- "dependencies": {
47
- "@dnd-kit/core": "^6.0.8",
48
- "@dnd-kit/sortable": "^7.0.2",
49
- "@dnd-kit/utilities": "^3.2.1",
50
- "clsx": "^1.2.1",
51
- "lucide-react": "^0.244.0",
52
- "react": ">=18",
53
- "react-dom": ">=18",
54
- "tailwind-merge": "^1.13.2",
55
- "zod": "^3.21.4",
56
- "zustand": "^4.3.8"
57
- }
58
- }
2
+ "name": "form-builder-pro",
3
+ "version": "0.0.3",
4
+ "description": "A production-grade Drag & Drop Form Builder",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "dev": "vite",
13
+ "build": "tsup",
14
+ "test": "vitest",
15
+ "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
16
+ "preview": "vite preview"
17
+ },
18
+ "keywords": [
19
+ "form-builder",
20
+ "drag-and-drop",
21
+ "vanilla-js",
22
+ "typescript",
23
+ "angular",
24
+ "react",
25
+ "vue"
26
+ ],
27
+ "author": "",
28
+ "license": "MIT",
29
+ "devDependencies": {
30
+ "@types/node": "^20.0.0",
31
+ "@types/sortablejs": "^1.15.9",
32
+ "autoprefixer": "^10.4.14",
33
+ "clsx": "^1.2.1",
34
+ "jsdom": "^27.2.0",
35
+ "lucide": "^0.555.0",
36
+ "postcss": "^8.4.24",
37
+ "sortablejs": "^1.15.6",
38
+ "tailwind-merge": "^1.13.2",
39
+ "tailwindcss": "^3.3.2",
40
+ "tsup": "^7.1.0",
41
+ "typescript": "^5.0.2",
42
+ "vite": "^4.3.9",
43
+ "vitest": "^0.32.0",
44
+ "zod": "^3.21.4",
45
+ "zustand": "^4.3.8"
46
+ }
47
+ }
@@ -1,3 +0,0 @@
1
- declare function registerWebComponents(): void;
2
-
3
- export { registerWebComponents };
@@ -1,3 +0,0 @@
1
- declare function registerWebComponents(): void;
2
-
3
- export { registerWebComponents };