-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.21 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
{
"name": "pivella",
"version": "6.0.1",
"description": "App per gestire il regime forfettario - P.IVA italiana",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "tsc --noEmit",
"test": "tsx --test",
"mcp": "tsx mcp/src/bin.ts",
"mcp:build": "esbuild mcp/src/bin.ts --bundle --platform=node --target=node20 --format=esm --packages=external --outfile=mcp/dist/cli.js"
},
"dependencies": {
"@fontsource/dm-sans": "^5.3.0",
"@fontsource/space-mono": "^5.3.0",
"@hugeicons/core-free-icons": "^4.2.3",
"@hugeicons/react": "^1.1.9",
"@react-pdf/renderer": "^4.3.2",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.30.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^25.5.1",
"esbuild": "^0.21.5",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.2.1",
"fake-indexeddb": "^6.2.5",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^5.0.8",
"vite-plugin-pwa": "^0.17.4",
"zod": "^4.6.5"
}
}