-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 945 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 945 Bytes
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
{
"name": "openbanker",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git@github.com:voidranjer/openbanker.git"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"eslint": "^9.36.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-dom": "^2.0.6",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.22",
"turbo": "^2.6.1",
"typescript-eslint": "^8.45.0"
},
"bugs": {
"url": "https://github.com/voidranjer/openbanker/issues/"
},
"description": "A local-first finance importer",
"homepage": "https://github.com/voidranjer/openbanker/",
"license": "MIT",
"packageManager": "bun@1.3.2",
"scripts": {
"build": "turbo build",
"lint": "eslint ."
},
"workspaces": {
"packages": [
"packages/*"
]
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-tooltip": "^1.2.8"
}
}