-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.48 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": "@strava-heatmapper/monorepo",
"private": true,
"scripts": {
"build-deploy": "scripts/build-deploy",
"buildbackend-deploy": "scripts/buildbackend-deploy",
"build-container": "scripts/build-container",
"deploy": "scripts/deploy",
"connect": "scripts/connect",
"container": "scripts/container",
"build": "scripts/build",
"buildbackend": "scripts/buildbackend",
"serve": "scripts/serve",
"worktree": "scripts/worktree",
"load-styles": "scripts/load-styles",
"typecheck": "yarn --cwd=shared typecheck && yarn --cwd=client typecheck && yarn --cwd=server typecheck",
"lint": "yarn --cwd=shared lint && yarn --cwd=client lint && yarn --cwd=server lint",
"prettier": "yarn --cwd=shared prettier && yarn --cwd=client prettier && yarn --cwd=server prettier"
},
"devDependencies": {
"@babel/types": "^8.0.4",
"@eslint/compat": "^2.0.2",
"@eslint/js": "^9.39.3",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"eslint": "^9.39.3",
"eslint-config-prettier": "^9.1.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.4.1",
"prettier": "^3.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.0"
},
"workspaces": [
"shared",
"client",
"server"
],
"packageManager": "yarn@4.12.0"
}