-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.95 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.95 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "bitsocial-web",
"version": "0.1.0",
"private": true,
"description": "Official Bitsocial public web monorepo: about site, docs, and stats.",
"license": "AGPL-3.0-only",
"author": "Bitsocial Forge",
"workspaces": [
"about",
"docs",
"stats",
"stats/monitor"
],
"type": "module",
"scripts": {
"start": "concurrently -k -n about,docs -c blue,cyan \"yarn start:about\" \"yarn start:docs\"",
"start:about": "node scripts/start-dev.mjs",
"start:docs": "node scripts/start-docs.mjs",
"start:docs:live": "node scripts/start-docs.mjs --mode=live",
"start:docs:full": "node scripts/start-docs.mjs --mode=multilocale",
"llms:generate": "node scripts/generate-llms-files.mjs",
"start:stats-monitor": "yarn workspace @bitsocial/stats-monitor start",
"build:verify": "node scripts/verify-build.mjs",
"build:about": "tsgo --noEmit --project about/tsconfig.json && vite build --config about/vite.config.ts",
"build:stats-monitor": "node scripts/build-stats-monitor.mjs",
"build:stats-dashboards": "yarn workspace bitsocial-stats build:dashboards && oxfmt stats/grafana/dashboards/5chan-stats.json stats/grafana/dashboards/bitsocial-stats.json",
"stats:up": "yarn workspace bitsocial-stats up",
"stats:down": "yarn workspace bitsocial-stats down",
"stats:logs": "yarn workspace bitsocial-stats logs",
"start:android-usb": "node scripts/start-android-usb.mjs",
"start:ios-sim": "node scripts/start-ios-sim.mjs",
"build": "yarn build:about && yarn docs:build",
"docs:build": "yarn --cwd docs build:static --out-dir ../dist/docs && yarn --cwd docs pagefind:dist",
"docs:build:verify": "yarn --cwd docs build:static --locale en --out-dir ../dist/docs && yarn --cwd docs pagefind:dist",
"deps:check-pinned": "node scripts/check-pinned-versions.mjs",
"deps:check-hardened": "YARN_ENABLE_HARDENED_MODE=1 yarn install --immutable",
"deps:install:hardened": "YARN_ENABLE_HARDENED_MODE=1 yarn install",
"knip": "knip --production --include dependencies,unlisted,binaries --no-progress",
"knip:full": "knip --no-progress --no-exit-code",
"lint": "oxlint --config oxlint.json --react-plugin",
"lint:fix": "oxlint --config oxlint.json --fix --react-plugin",
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"test:planet-theme": "playwright test --config about/playwright.config.ts",
"typecheck": "tsgo --noEmit --project about/tsconfig.json && yarn --cwd docs typecheck",
"preview": "vite preview --config about/vite.config.ts",
"doctor": "react-doctor about -y",
"doctor:score": "react-doctor about --score -y",
"doctor:verbose": "react-doctor about --verbose -y",
"commit": "cz"
},
"devDependencies": {
"@playwright/test": "1.59.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/three": "0.182.0",
"@typescript/native-preview": "7.0.0-dev.20260318.1",
"@vitejs/plugin-react": "6.0.1",
"autoprefixer": "10.4.27",
"commitizen": "4.3.1",
"concurrently": "9.2.1",
"cz-conventional-changelog": "3.3.0",
"element-source": "0.0.5",
"husky": "4.3.8",
"knip": "6.1.0",
"lint-staged": "16.4.0",
"oxfmt": "0.20.0",
"oxlint": "1.56.0",
"portless": "0.11.1",
"postcss": "8.5.8",
"react": "19.2.4",
"react-doctor": "0.0.31",
"react-dom": "19.2.4",
"react-grab": "0.1.28",
"react-scan": "0.5.3",
"tailwindcss": "3.4.19",
"typescript": "6.0.2",
"vite": "8.0.5"
},
"resolutions": {
"@tootallnate/once": "3.0.1",
"axios": "1.15.0",
"brace-expansion@npm:^1.1.7": "npm:1.1.13",
"brace-expansion@npm:^5.0.2": "npm:5.0.5",
"dompurify@npm:^3.3.1": "npm:3.4.0",
"file-type@npm:20.5.0": "npm:21.3.2",
"file-type@npm:^20.0.0": "npm:21.3.2",
"follow-redirects": "1.16.0",
"jose@npm:4.11.0": "npm:4.15.5",
"lodash-es@npm:4.17.23": "npm:4.18.1",
"lodash-es@npm:^4.17.21": "npm:4.18.1",
"lodash-es@npm:^4.17.23": "npm:4.18.1",
"lodash@npm:4.17.21": "npm:4.18.1",
"lodash@npm:^4.17.20": "npm:4.18.1",
"lodash@npm:^4.17.21": "npm:4.18.1",
"picomatch@npm:^2.0.4": "npm:2.3.2",
"picomatch@npm:^2.2.1": "npm:2.3.2",
"picomatch@npm:^2.2.3": "npm:2.3.2",
"picomatch@npm:^2.3.1": "npm:2.3.2",
"picomatch@npm:^4.0.1": "npm:4.0.4",
"picomatch@npm:^4.0.2": "npm:4.0.4",
"picomatch@npm:^4.0.3": "npm:4.0.4",
"protobufjs": "7.5.5",
"serialize-javascript": "7.0.5",
"tar": "7.5.11",
"tmp": "0.2.5"
},
"husky": {
"hooks": {
"pre-commit": "corepack yarn deps:check-pinned && lint-staged",
"prepare-commit-msg": "exec < /dev/tty && cz --hook || true"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"oxlint --config oxlint.json --fix --react-plugin",
"oxfmt"
],
"*.{json,css}": "oxfmt"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": "22.x"
},
"packageManager": "yarn@4.13.0"
}