-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
78 lines (78 loc) · 2.31 KB
/
package.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "finatr",
"version": "0.6.0",
"description": "",
"keywords": [],
"license": "Apache-2.0",
"type": "module",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel serve ./src/index.html",
"build": "parcel build ./src/index.html",
"size-report": "parcel build src/index.html --reporter @parcel/reporter-bundle-buddy",
"test-ct": "playwright test -c playwright-ct.config.ts",
"test-e2e": "playwright test",
"pretty": "prettier --write \"{src,__{tests,mocks}__}/**/*.js\"",
"playwright": "playwright",
"playwright:install": "playwright install --with-deps",
"tauri": "tauri",
"covector": "covector"
},
"dependencies": {
"@dinero.js/currencies": "^2.0.0-alpha.14",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.45.4",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-form": "^0.34.0",
"@tanstack/zod-form-adapter": "^0.34.0",
"@tauri-apps/api": "^2.1.1",
"d3": "^7.9.0",
"date-fns": "^2.23.0",
"dinero.js": "^2.0.0-alpha.14",
"js-file-download": "0.4.12",
"lucide-react": "^0.469.0",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-aria": "^3.36.0",
"react-aria-components": "^1.5.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"starfx": "0.13.4",
"tailwindcss-react-aria-components": "^1.2.0",
"zod": "^3.23.8"
},
"overrides": {
"@estruyf/github-actions-reporter": {
"@playwright/test": "^1.x.x"
}
},
"@parcel/resolver-default": {
"packageExports": true
},
"devDependencies": {
"@estruyf/github-actions-reporter": "^1.9.2",
"@playwright/experimental-ct-react17": "^1.49.1",
"@playwright/test": "^1.49.1",
"@tauri-apps/cli": "2.1.0",
"@trivago/prettier-plugin-sort-imports": "^5.0.0",
"@types/d3": "^7.4.3",
"@types/node": "^20.16.12",
"@types/react": "18.3.18",
"buffer": "^6.0.3",
"covector": "^0.12.0",
"parcel": "^2.13.3",
"postcss": "^8.4.47",
"prettier": "^3.2.5",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7"
},
"volta": {
"node": "20.18.1",
"npm": "11.0.0"
}
}