-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 6.59 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 6.59 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
131
132
133
134
{
"name": "holdfast",
"private": true,
"version": "1.0.0",
"repository": "git@github.com:BrewingCoder/holdfast.git",
"author": "HoldFast",
"license": "AGPL-3.0",
"workspaces": [
"tests/e2e/*",
"tests/e2e/python/highlight_kafka",
"packages/*",
"src/frontend",
"sdk/highlight-apollo",
"sdk/highlight-cloudflare",
"sdk/highlight-chrome",
"sdk/highlightinc-highlight-datasource",
"sdk/highlight-hono",
"sdk/highlight-nest",
"sdk/highlight-next",
"sdk/highlight-node",
"sdk/highlight-react",
"sdk/highlight-remix",
"sdk/highlight-run",
"sdk/pino",
"packages/render",
"rrweb",
"rrweb/packages/*",
"rrweb/packages/plugins/*",
"tools/scripts",
"packages/sourcemap-uploader"
],
"scripts": {
"build:all": "yarn turbo run build",
"build:backend": "cd src/backend && go build",
"build:frontend": "yarn turbo run build --filter @holdfast-io/frontend...",
"build:render": "yarn turbo run build --filter=render",
"build:sdk": "yarn turbo run build --filter @holdfast-io/browser --filter @holdfast-io/cloudflare --filter @holdfast-io/react --filter @holdfast-io/apollo... --filter @holdfast-io/next... --filter @holdfast-io/nest... --filter @holdfast-io/pino... --filter @holdfast-io/remix... --filter @holdfast-io/hono...",
"build:wordpress": "cd sdk/highlight-wordpress && cp ../../sdk/highlight-run/dist/index.umd.js highlight-io/highlight.js && zip -r highlight-io.zip highlight-io -x '*/.*'",
"cy:run": "cypress run",
"cy:run:chrome": "cypress run --headed --browser chrome",
"clean": "find . -depth -name node_modules -exec rm -r \"{}\" \\; && find . -name tsconfig.tsbuildinfo -delete && find . -depth -name dist -exec rm -r \"{}\" \\; && find . -depth -name build -exec rm -r \"{}\" \\; && find . -depth -name es -exec rm -r \"{}\" \\;",
"dev": "run-p --print-label --race 'dev:*'",
"dev:backend": "cd src/backend && make start",
"dev:components": "yarn turbo run dev --filter @holdfast-io/component-preview...",
"dev:frontend": "doppler run -- yarn turbo run dev --filter @holdfast-io/frontend",
"dev:frontend:minimal": "doppler run -- yarn workspace @holdfast-io/frontend dev",
"dev:ui": "yarn turbo run dev --filter @holdfast-io/ui...",
"dev:watch": "yarn turbo run dev:watch --concurrency=32",
"generate:antlr": "yarn generate:antlr:ts && yarn generate:antlr:go",
"generate:antlr:ts": "antlr4 -Dlanguage=TypeScript -o ./src/frontend/src/components/Search/Parser ./tools/antlr/SearchGrammar.g4 && prettier --write ./src/frontend/src/components/Search/Parser/antlr/*.ts",
"generate:antlr:go": "antlr4 -Dlanguage=Go -o ./src/backend/parser ./tools/antlr/SearchGrammar.g4",
"reflame": "cd src/frontend && yarn reflame",
"reflame-build": "cd src/frontend && yarn reflame-build",
"reflame-check": "./tools/scripts/reflame-check.sh",
"dev:redis": "redis-server",
"docker:frontend": "yarn turbo run dev --filter @holdfast-io/frontend --filter @holdfast-io/browser",
"e2e:cloudflare": "yarn turbo run dev --filter cloudflare-worker...",
"e2e:express": "yarn turbo run dev --filter express...",
"e2e:nestjs": "yarn turbo run dev --filter nestjs",
"e2e:nextjs": "yarn turbo run dev --filter nextjs... --filter=!@holdfast-io/browser",
"e2e:remix": "yarn turbo run dev --filter remix...",
"enforce-size": "yarn turbo run enforce-size --filter @holdfast-io/frontend...",
"format-check": "prettier --check --ignore-unknown .",
"format:all": "prettier --write --ignore-unknown .",
"frontend:start": "yarn dev:frontend",
"g": "yarn generate",
"generate": "hygen",
"lint": "yarn run turbo lint --filter=!rrweb --filter=!@rrweb/types --filter=!rrweb-snapshot --filter=!rrweb-player --filter=!rrdom --filter=!rrdom-nodejs --filter=!react-native",
"prepare": "husky",
"preinstall": "git submodule update --init --recursive || true",
"validate": "yarn workspace scripts validate:client",
"private-gen": "cd src/backend && make private-gen",
"public-gen": "cd src/backend && make public-gen",
"publish:ai": "yarn workspace @holdfast-io/ai publish",
"publish:client": "yarn workspace scripts publish:client",
"publish:frontend": "yarn workspace @holdfast-io/frontend publish",
"publish:react-email-templates": "yarn workspace @holdfast-io/emails publish",
"publish:render": "yarn workspace render publish",
"publish:turbo": "yarn workspaces foreach -R --no-private --from '@holdfast-io/*' npm publish --access public --tolerate-republish && yarn workspace @holdfast-io/browser npm publish --access public --tolerate-republish",
"test:all": "yarn turbo run test --filter=!render --filter=!rrweb --filter=!rrvideo --filter=!@rrweb/rrweb-plugin-console-record --filter=!@rrweb/_monorepo --filter=!@rrweb/all --filter=!@rrweb/record --filter=!@rrweb/replay --filter=!@rrweb/types --filter=!@rrweb/packer --filter=!@rrweb/utils --filter=!@rrweb/web-extension --filter=!rrweb-snapshot --filter=!rrweb-player --filter=!rrdom --filter=!rrdom-nodejs --filter=!nextjs",
"test:render": "yarn turbo run test --filter=render",
"sourcemaps:frontend": "yarn workspace @holdfast-io/frontend sourcemaps",
"knip:frontend": "knip --workspace @holdfast-io/frontend"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"all-contributors-cli": "^6.26.0",
"antlr4ts-cli": "^0.5.0-alpha.4",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
"cypress": "^13.7.0",
"esbuild": "^0.19.5",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-tsdoc": "^0.2.17",
"fflate": "^0.8.1",
"husky": "^9.1.4",
"hygen": "^6.2.7",
"knip": "^5.42.1",
"node-gyp": "^10.0.1",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4.7",
"pino-abstract-transport": "^2.0.0",
"postcss-modules": "^4.3.1",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"readdirp": "^3.6.0",
"turbo": "^2.2.3",
"typescript": "^5.5.2"
},
"packageManager": "yarn@4.6.0",
"resolutions": {
"ansi-color@^0.2.1": "patch:ansi-color@npm%3A0.2.1#./.yarn/patches/ansi-color-npm-0.2.1-f7243d10a4.patch",
"cookie@0.6.0": "0.7.2",
"cookie@^0.5.0": "0.7.2",
"cookie@^0.6.0": "0.7.2",
"cookie@~0.4.1": "0.7.2",
"debug@4.1.1": "4.3.7",
"lodash-es@^4.17.21": "patch:lodash-es@npm%3A4.17.21#./.yarn/patches/lodash-es-npm-4.17.21-b45832dfce.patch",
"protobufjs": "patch:protobufjs@npm%3Alatest#~/.yarn/patches/protobufjs-npm-7.2.6-4bb38caa1d.patch",
"semver@7.3.5": "7.6.0",
"semver@7.3.8": "7.6.0",
"tar@4.4.18": "6.2.1",
"path-to-regexp@6.1.0": "6.3.0",
"path-to-regexp@6.2.1": "6.3.0",
"tough-cookie@~2.5.0": "4.1.3",
"xml2js@^0.4.17": "0.5.0",
"uplot@1.6.30": "1.6.31",
"undici@5.28.4": "5.28.5",
"vite@6.0.7": "6.0.9",
"@types/react@*": "18.3.18"
}
}