forked from RaoFoundation/subtensor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.22 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
{
"name": "apps-monorepo",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md,css,graphql,json}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md,css,graphql,json}\"",
"prepare": "husky install"
},
"devDependencies": {
"eslint-config-custom": "*",
"prettier": "latest",
"turbo": "latest"
},
"husky": {
"hooks": {
"pre-commit": "yarn format"
}
},
"engines": {
"node": ">=20.9.0"
},
"dependencies": {
"expo-file-system": "~16.0.9",
"graphql": "^16.9.0",
"husky": "8.0.3"
},
"packageManager": "yarn@4.3.1",
"resolutions": {
"@types/mime": "3.0.2",
"@types/react": "^18.2.64",
"@types/react-dom": "~18.0.10",
"@babel/runtime@npm:^7.3.1": "npm:7.26.10",
"@babel/runtime@npm:^7.8.4": "npm:7.26.10",
"js-yaml@npm:^4.1.0": "npm:4.2.0",
"postcss@npm:8.4.31": "npm:8.5.10",
"prismjs@npm:^1.27.0": "npm:1.30.0",
"prismjs@npm:~1.27.0": "npm:1.30.0",
"send": "0.19.0",
"semver": "7.5.3",
"undici": "5.28.4",
"ws": "8.17.1"
}
}