-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.32 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
{
"name": "crosshare",
"description": "A free, ad-free, and open-source place to create, share and solve crossword puzzles",
"version": "0.0.0",
"private": true,
"author": "Mike D",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/crosshare-org/crosshare"
},
"scripts": {
"type:check": "turbo run type:check",
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"devDependencies": {
"turbo": "catalog:",
"update-browserslist-db": "catalog:"
},
"overridesComments": {
"mdast-util-gfm": "They changed a regex that breaks in older safari",
"react types": "These were added by nextjs update, we'll just leave them for now"
},
"pnpm": {
"onlyBuiltDependencies": [
"canvas",
"core-js",
"protobufjs",
"rocksdb",
"sharp"
],
"overrides": {
"mdast-util-gfm-autolink-literal": "2.0.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}
}