-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.6 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
{
"name": "billing-forecast",
"version": "0.1.0",
"private": true,
"description": "Unofficial, client-side web app to analyze and forecast GitHub Copilot Business/Enterprise AI usage and spend from uploaded usage report CSVs. All processing happens in your browser.",
"author": "@BenDutton",
"repository": {
"type": "git",
"url": "git+https://github.com/BenDutton/copilot-billing-forecast.git"
},
"homepage": "https://github.com/BenDutton/copilot-billing-forecast#readme",
"bugs": {
"url": "https://github.com/BenDutton/copilot-billing-forecast/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@primer/octicons-react": "^19.29.2",
"@primer/primitives": "^11.9.0",
"@primer/react": "^38.32.0",
"@xyflow/react": "^12.11.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jspdf": "^4.2.1",
"next": "16.2.10",
"papaparse": "^5.5.4",
"posthog-js": "^1.400.1",
"react": "19.2.7",
"react-dom": "19.2.7",
"recharts": "^3.9.2",
"shadcn": "^4.13.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^26",
"@types/papaparse": "^5.5.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.39.5",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5.9.3"
},
"overrides": {
"@emnapi/core": "1.11.0",
"@emnapi/runtime": "1.11.0"
}
}