-
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) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 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
{
"name": "grounds",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
"wasm:build": "cd rust/score_engine && wasm-pack build --target nodejs --release --out-dir pkg",
"build": "next build",
"start": "next start",
"lint": "next lint",
"report:html": "tsx scripts/report-from-json.ts --in ./sample/ledger.json --out ./out/grounds-report.html",
"report:pdf": "tsx scripts/report-from-json.ts --in ./sample/ledger.json --out ./out/grounds-report.html --pdf"
},
"dependencies": {
"@googleapis/docs": "^9.2.1",
"@googleapis/drive": "^20.0.1",
"@googleapis/sheets": "^13.0.1",
"@sparticuz/chromium": "^143.0.4",
"framer-motion": "^11.0.0",
"html2pdf.js": "^0.14.0",
"lucide-react": "^0.454.0",
"next": "^15.1.0",
"next-auth": "^4.24.13",
"puppeteer-core": "^24.37.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}