-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.66 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
{
"name": "geohints",
"version": "0.0.0",
"private": true,
"description": "GeoHints - Geographic language hints for GeoGuessr players",
"license": "MIT",
"scripts": {
"dev": "nx dev web",
"build": "nx build web",
"preview": "nx preview web",
"scrape": "tsx libs/scraper/src/cli.ts scrape",
"scrape:all": "tsx libs/scraper/src/cli.ts scrape --all",
"scrape:stats": "tsx libs/scraper/src/cli.ts stats",
"scrape:geomastr": "tsx libs/scraper/src/cli.ts scrape --source geomastr",
"images:stats": "tsx libs/scraper/src/cli.ts images stats",
"images:upload": "tsx libs/scraper/src/cli.ts images upload",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"test": "nx test",
"nx": "nx"
},
"dependencies": {
"@effect/cli": "^0.73.0",
"@effect/platform": "^0.94.0",
"@effect/platform-node": "^0.104.0",
"@qwikest/icons": "^0.0.13",
"@tailwindcss/postcss": "^4.1.18",
"@types/sharp": "^0.32.0",
"@unpic/qwik": "^1.0.0",
"autoprefixer": "^10.4.23",
"cheerio": "^1.1.2",
"effect": "^3.19.13",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.18",
"vite-tsconfig-paths": "^6.0.3"
},
"devDependencies": {
"@builder.io/qwik": "^1.18.0",
"@builder.io/qwik-city": "^1.18.0",
"@nx/js": "22.3.3",
"@nx/workspace": "22.3.3",
"@types/node": "^22.0.0",
"lefthook": "^2.0.13",
"nx": "22.3.3",
"oxfmt": "^0.21.0",
"oxlint": "^1.36.0",
"qwik-nx": "^3.2.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.0"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.11.0"
}