-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 785 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 785 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
{
"name": "bento",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/0xinevitable/dashboard",
"author": "Junho Yeo <[email protected]>",
"license": "MPL-2.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"format": "prettier --write .",
"lint": "turbo run lint"
},
"workspaces": [
"adapters",
"apps/*",
"packages/*",
"scripts"
],
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@types/node": "^18.11.5",
"prettier": "^2.7.1",
"turbo": "^1.6.1",
"typescript": "^4.8.3",
"vercel-submodules": "^1.0.9"
},
"resolutions": {
"bn.js": "5.2.1",
"bignumber.js": "9.0.2",
"node-fetch": "2.6.8"
},
"packageManager": "[email protected]"
}