-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 985 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 985 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
40
{
"name": "reverse-auction",
"private": true,
"version": "0.1.0",
"description": "Real-time Dutch Auction for Startup Equity & M&A. A specialized tool for co-founder buyouts, cap table clean-up, and high-value procurement transactions built with React, TypeScript, and Supabase.",
"keywords": [
"reverse-auction",
"dutch-auction",
"real-time",
"supabase",
"react",
"startup-equity",
"legaltech",
"fintech",
"m-and-a",
"equity-buyout",
"procurement"
],
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@supabase/supabase-js": "^2.57.4",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"picomatch": "^4.0.4",
"postcss": "^8.5.10",
"rollup": "^4.59.0",
"typescript": "~5.8.2",
"vite": "^6.4.2"
}
}