-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
43
{
"name": "@axis-finance/ui-libs",
"version": "0.0.0",
"description": "Monorepo for Axis Finance frontend libraries and services",
"engines": {
"node": ">=21.6.0"
},
"scripts": {
"build": "turbo run build",
"postbuild": "turbo run lint",
"dev": "turbo run dev",
"lint": "turbo run lint",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md,json,css,html}\"",
"prepare": "husky",
"test": "turbo run test",
"test:unit": "turbo run test:unit",
"cs-version": "changeset"
},
"devDependencies": {
"eslint": "8.57.1",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"turbo": "^1.12.4"
},
"dependencies": {
"@changesets/cli": "2.27.10"
},
"packageManager": "[email protected]+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
"resolutions": {
"@tanstack/react-query": "5.18.1",
"graphql": "16.8.1",
"react": "18.3.1"
},
"pnpm": {
"neverBuiltDependencies": [
"bufferutil",
"keccak",
"utf-8-validate"
]
}
}