-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 937 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 937 Bytes
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
{
"name": "brainsait-innovation-lab",
"version": "1.0.0",
"private": true,
"description": "BrainSAIT Innovation Lab - Unified, mobile-first AI ideation-to-prototype web app",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --open"
},
"dependencies": {
"@stripe/stripe-js": "^7.8.0",
"dompurify": "^3.1.6",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"lucide-react": "^0.469.0",
"marked": "^12.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/dompurify": "^3.0.5",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^7.1.1"
}
}