PluginProbe ʕ •ᴥ•ʔ
Automation Web Platform – Notifications and OTP for WooCommerce, Advanced Country Code / 4.8.6
Automation Web Platform – Notifications and OTP for WooCommerce, Advanced Country Code v4.8.6
4.8.6 4.8.5 4.8.4 trunk 4.8.3
automation-web-platform / app / package.json
automation-web-platform / app Last commit date
app 1 month ago components 1 month ago dist 1 week ago public 1 month ago src 1 week ago index.html 1 month ago index.php 1 month ago package.json 1 day ago tsconfig.app.json 2 weeks ago tsconfig.json 1 month ago tsconfig.node.json 1 month ago vite.config.ts 2 weeks ago
package.json
96 lines
1 {
2 "name": "wawp-dashboard-app",
3 "private": true,
4 "version": "4.8.6",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@base-ui/react": "^1.4.0",
14 "@hookform/resolvers": "^5.2.2",
15 "@radix-ui/react-avatar": "^1.1.11",
16 "@radix-ui/react-checkbox": "^1.3.3",
17 "@radix-ui/react-collapsible": "^1.1.12",
18 "@radix-ui/react-dialog": "^1.1.15",
19 "@radix-ui/react-dropdown-menu": "^2.1.16",
20 "@radix-ui/react-label": "^2.1.8",
21 "@radix-ui/react-popover": "^1.1.15",
22 "@radix-ui/react-progress": "^1.1.8",
23 "@radix-ui/react-scroll-area": "^1.2.10",
24 "@radix-ui/react-select": "^2.2.6",
25 "@radix-ui/react-separator": "^1.1.8",
26 "@radix-ui/react-slot": "^1.2.4",
27 "@radix-ui/react-switch": "^1.2.6",
28 "@radix-ui/react-tabs": "^1.1.13",
29 "@radix-ui/react-tooltip": "^1.2.8",
30 "@radix-ui/react-use-controllable-state": "^1.2.2",
31 "@remixicon/react": "^4.9.0",
32 "@streamdown/cjk": "^1.0.3",
33 "@streamdown/code": "^1.1.1",
34 "@streamdown/math": "^1.0.2",
35 "@streamdown/mermaid": "^1.0.2",
36 "@types/google-libphonenumber": "^7.4.30",
37 "@types/react-google-recaptcha": "^2.1.9",
38 "class-variance-authority": "^0.7.1",
39 "clsx": "^2.1.1",
40 "cmdk": "^1.1.1",
41 "countries-and-timezones": "^3.9.0",
42 "date-fns": "^4.1.0",
43 "embla-carousel-react": "^8.6.0",
44 "emoji-picker-react": "^4.18.0",
45 "framer-motion": "^12.38.0",
46 "google-libphonenumber": "^3.2.44",
47 "grapesjs": "^0.22.14",
48 "grapesjs-preset-newsletter": "^1.0.2",
49 "input-otp": "^1.4.2",
50 "intl-tel-input": "^26.9.2",
51 "libphonenumber-js": "^1.12.41",
52 "lucide-react": "^1.14.0",
53 "motion": "^12.38.0",
54 "next-themes": "^0.4.6",
55 "prismjs": "^1.30.0",
56 "radix-ui": "^1.4.3",
57 "react": "^19.2.4",
58 "react-day-picker": "^9.14.0",
59 "react-dom": "^19.2.4",
60 "react-google-recaptcha": "^3.1.0",
61 "react-hook-form": "^7.72.1",
62 "react-markdown": "^10.1.0",
63 "react-phone-number-input": "^3.4.16",
64 "react-resizable-panels": "^4.10.0",
65 "react-simple-code-editor": "^0.14.1",
66 "recharts": "^3.8.1",
67 "remark-gfm": "^4.0.1",
68 "remixicon": "^4.9.1",
69 "sonner": "^2.0.7",
70 "streamdown": "^2.5.0",
71 "tailwind-merge": "^3.5.0",
72 "vaul": "^1.1.2",
73 "zod": "^4.3.6"
74 },
75 "devDependencies": {
76 "@eslint/js": "^9.39.4",
77 "@tailwindcss/vite": "^4.2.2",
78 "@types/node": "^24.12.0",
79 "@types/prismjs": "^1.26.6",
80 "@types/react": "^19.2.14",
81 "@types/react-dom": "^19.2.3",
82 "@vitejs/plugin-react": "^6.0.1",
83 "eslint": "^9.39.4",
84 "eslint-plugin-react-hooks": "^7.0.1",
85 "eslint-plugin-react-refresh": "^0.5.2",
86 "globals": "^17.4.0",
87 "tailwindcss": "^4.2.2",
88 "typescript": "~5.9.3",
89 "typescript-eslint": "^8.57.0",
90 "vite": "^8.0.1"
91 },
92 "overrides": {
93 "uuid": "14.0.0"
94 }
95 }
96