-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.99 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.99 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "plexifysolo",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node server/index.mjs",
"assets:check": "node scripts/assets-check.mjs",
"assets:fix": "node scripts/assets-check.mjs --fix",
"test": "vitest run",
"test:warmth": "vitest run server/tests/warmth/",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"type-check": "tsc -p tsconfig.typecheck.json --noEmit"
},
"keywords": [
"sales-intelligence",
"AEC",
"AI",
"prospecting"
],
"author": "Ken D'Amato <ken@plexify.io>",
"license": "MIT",
"description": "PlexifySOLO - AI Sales Intelligence Partner for AEC Professionals",
"repository": {
"type": "git",
"url": "https://github.com/Plexify-AI/plexifysolo.git"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.74.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@elevenlabs/elevenlabs-js": "^2.28.0",
"@react-pdf/renderer": "^4.3.2",
"@supabase/supabase-js": "^2.93.3",
"@tiptap/extension-highlight": "^2.1.0",
"@tiptap/extension-placeholder": "^2.1.0",
"@tiptap/extension-text-align": "^2.1.0",
"@tiptap/extension-underline": "^2.1.0",
"@tiptap/react": "^2.1.0",
"@tiptap/starter-kit": "^2.1.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.21",
"axios": "^1.12.2",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"docx": "^9.5.1",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-rate-limit": "^8.1.0",
"file-saver": "^2.0.5",
"helmet": "^8.1.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.544.0",
"mammoth": "^1.11.0",
"mapbox-gl": "^3.18.1",
"multer": "^2.0.2",
"node-fetch": "^3.3.2",
"openai": "^6.15.0",
"pdf-parse": "1.1.1",
"plexify-shared-ui": "file:./plexify-shared-ui",
"plyr": "^3.8.4",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-h5-audio-player": "^3.10.1",
"react-map-gl": "^8.1.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.9.1",
"recharts": "^3.7.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2",
"uuid": "^13.0.0",
"vite": "^5.4.21",
"zustand": "^4.5.7"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.7.0",
"@types/pdf-parse": "^1.1.5",
"svgo": "^3.3.2",
"vitest": "^4.0.18"
}
}