forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.27 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.27 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
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
{
"name": "sui-monorepo",
"private": true,
"license": "Apache-2.0",
"scripts": {
"test": "turbo run test",
"test:dev": "turbo run test -- --run",
"changeset-version": "pnpm changeset version && pnpm --filter @mysten/sui codegen:version",
"prettier:check": "prettier -c --ignore-unknown .",
"prettier:fix": "prettier -w --ignore-unknown .",
"prettier:fix:watch": "onchange '**' -i -f add -f change -j 5 -- prettier -w --ignore-unknown {{file}}",
"eslint:check": "eslint --max-warnings=0 .",
"eslint:fix": "pnpm run eslint:check --fix",
"lint": "pnpm run eslint:check && pnpm run prettier:check",
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
},
"pnpm": {
"overrides": {
"node-notifier": "10.0.0",
"async": "3.2.2",
"nth-check": "2.0.1",
"yaml@<2.2.2": ">=2.2.2",
"semver@<7.5.2": ">=7.5.2",
"postcss@<8.4.31": ">=8.4.31",
"dompurify@>=3.0.0 <3.1.3": ">=3.1.3",
"cross-spawn@5.1.0": "7.0.5",
"base-x@=5.0.0": ">=5.0.1",
"valibot@<1.2.0": ">=1.2.0",
"@remix-run/router@<=1.23.1": ">=1.23.2"
}
},
"engines": {
"pnpm": ">=9.0.0"
},
"manypkg": {
"ignoredRules": [
"INTERNAL_MISMATCH",
"ROOT_HAS_DEV_DEPENDENCIES"
]
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@manypkg/cli": "^0.21.4",
"@mysten/prettier-plugin-move": "^0.3.5",
"@tanstack/eslint-plugin-query": "^5.74.7",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"concurrently": "^8.2.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unused-imports": "^3.2.0",
"graphql-config": "^5.1.5",
"js-yaml": "^4.1.1",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tsx": "^4.19.4",
"turbo": "^2.5.3",
"typescript": "^5.5.3",
"unist-util-visit": "^5.1.0"
},
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}