forked from fegloff/vertex-web-monorepo-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 913 Bytes
/
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
{
"name": "vertex-web-monorepo",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"prepare": "husky",
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"typecheck": "turbo run typecheck",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"link-local-sdk": "./update-yarn-links.sh",
"unlink-local-sdk": "UNLINK=true ./update-yarn-links.sh"
},
"devDependencies": {
"eslint-config-custom": "*",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"turbo": "^1.13.0"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {},
"resolutions": {
"**/bignumber.js": "9.1.2",
"**/ethers": "6.8.1",
"@vertex-protocol/client": "0.28.1"
},
"packageManager": "[email protected]"
}