-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 885 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
36
37
38
39
{
"name": "bidwise-ai",
"version": "1.0.0",
"private": false,
"type": "module",
"description": "A privacy-first AI bid/no-bid workspace for small businesses evaluating tenders, RFPs, and procurement requests.",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"ai",
"rfp",
"tenders",
"procurement",
"small-business",
"bid-management",
"react",
"vite"
],
"author": "RainCherb",
"license": "MIT",
"dependencies": {
"@vitejs/plugin-react": "^5.1.1",
"lucide-react": "^0.562.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"vite": "^7.2.7"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"typescript": "~5.9.3",
"vitest": "^4.0.15"
}
}