-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "whatsapp-bot",
"version": "0.0.1",
"description": "whatsapp",
"homepage": "https://jamalsoueidan.github.io/whatsapp-superchat",
"scripts": {
"prestart": "node wasm.js",
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@mantine/charts": "^7.12.0",
"@mantine/core": "^7.12.1",
"@mantine/form": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantine/tiptap": "^7.12.1",
"@realm/react": "^0.6.1",
"@tabler/icons-react": "^3.11.0",
"@tiptap-pro/extension-emoji": "^2.11.1",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-mention": "^2.6.6",
"@tiptap/extension-placeholder": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@tiptap/suggestion": "^2.6.6",
"@vitejs/plugin-react": "^4.0.3",
"@xyflow/react": "^12.2.0",
"axios": "^1.7.3",
"dagre": "^0.8.5",
"dayjs": "^1.11.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-facebook": "^9.0.12",
"react-helmet-async": "^1.3.0",
"realm": "12.0.0-browser.2",
"recharts": "^2.12.7",
"swr": "^2.2.5",
"tippy.js": "^6.3.7",
"vite-plugin-top-level-await": "^1.4.2",
"vite-plugin-wasm": "^3.3.0",
"wouter": "^3.3.1"
},
"devDependencies": {
"@types/dagre": "^0.7.52",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"gh-pages": "^6.1.1",
"postcss": "^8.4.41",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}