-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "equity-scenario-sim",
"version": "0.2.0",
"description": "A sophisticated cap table simulator for partnership negotiations, featuring milestone-based vesting, performance equity, and comprehensive exit analysis",
"license": "MIT",
"author": "Stackbilt LLC",
"keywords": [
"cap-table",
"equity",
"startup",
"partnership",
"vesting",
"negotiation",
"simulator"
],
"repository": {
"type": "git",
"url": "https://github.com/Stackbilt-dev/equity-scenario-sim"
},
"bugs": {
"url": "https://github.com/Stackbilt-dev/equity-scenario-sim/issues"
},
"homepage": "https://github.com/Stackbilt-dev/equity-scenario-sim#readme",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"optionalDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.53.2"
}
}