-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
106 lines (106 loc) · 5.69 KB
/
package.json
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
{
"name": "@quisi/do",
"version": "1.0.0",
"author": "quisi.do <[email protected]>",
"description": "quisi.do",
"homepage": "https://quisi.do/",
"packageManager": "[email protected]",
"private": true,
"type": "module",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/quisido/quisi.do/issues"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/quisido"
},
"publishConfig": {
"access": "restricted"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quisido/quisi.do.git"
},
"scripts": {
"attw": "attw --exclude-entrypoints .",
"authn": "yarn packages/authn run dev",
"browserslist:update-db": "browserslist --update-db",
"build": "yarn packages/next run build",
"clean": "rm -rf .yarn/cache .yarn/sdks .yarn/unplugged coverage node_modules sarif && rm -f .yarn/build-state.yml .yarn/install-state.gz && yarn workspaces foreach --all --exclude \"@quisi/do\" --interlaced --jobs unlimited --parallel --verbose run clean",
"cloudflare-analytics": "yarn packages/cloudflare-analytics run dev",
"cloudflare-analytics:init": "yarn packages/cloudflare-analytics run init",
"csp": "yarn packages/csp run dev",
"dev": "concurrently --kill-others-on-fail --names authn,csp,next --prefix-colors auto \"yarn run authn\" \"yarn run csp\" \"yarn run next\"",
"eslint": "eslint . --cache --color --exit-on-fatal-error --max-warnings 0",
"eslint:fix": "eslint . --cache --color --exit-on-fatal-error --fix --max-warnings 0",
"eslint:fix:workspaces": "yarn workspaces foreach --all --exclude \"@quisi/do\" --exclude \"@quisido/next\" --verbose run eslint:fix",
"export": "yarn packages/next run export",
"init": "yarn packages/authn run local:init",
"info": "yarn packages/next run info",
"lighthouse": "yarn packages/next run lighthouse",
"next": "yarn packages/next run dev",
"pack:dry-run": "yarn workspaces foreach --all --exclude \"@quisi/do\" --interlaced --jobs unlimited --parallel --topological-dev --verbose pack --dry-run",
"postlighthouse": "yarn packages/next run postlighthouse",
"prepack": "yarn workspaces foreach --all --exclude \"@quisi/do\" --interlaced --jobs unlimited --parallel --topological-dev --verbose run prepack",
"prepack:limited": "yarn workspaces foreach --all --exclude \"@quisi/do\" --topological-dev --verbose run prepack",
"prepublish": "concurrently --kill-others-on-fail --names eslint,prepublish,publint,test,vitest --prefix-colors auto \"yarn run eslint\" \"yarn run prepublish:workspaces\" \"yarn run publint\" \"yarn run test\" \"yarn run vitest:run\"",
"prepublish:workspaces": "yarn workspaces foreach --all --exclude \"@quisi/do\" --verbose run prepublish",
"publint": "publint",
"publint:workspaces": "yarn workspaces foreach --all --exclude \"@quisi/do\" --verbose run publint",
"publish": "yarn workspaces foreach --all --jobs unlimited --no-private --parallel --topological-dev --verbose npm publish --tolerate-republish",
"reinit": "yarn packages/authn run local:reinit",
"serve": "yarn packages/next run serve",
"start": "echo \"Please use either `yarn run dev` or `yarn run serve` instead.\" && exit 1",
"test": "monorepo-template-test",
"up": "yarn up \"@!(monorepo-template|quisido)/*\" \"!(aws-rum-react|cjs-ts|cloudflare-utils|fmrs|fullstory-react|lazy-i18n|mock-next-router|number-format-react|proposal-async-context|react-datadog|sentry-react|unknown2string|use-shallow-memo)\" && yarn up --recursive \"@*/*\" \"*\" && yarn sdks vscode",
"vitest": "vitest",
"vitest:run": "exit 0 || vitest run",
"vitest:watch": "vitest watch"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@eslint/js": "^9.13.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@monorepo-template/test": "workspace:^",
"@quisido/eslint-config": "workspace:^",
"@quisido/vitest-config": "workspace:^",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.9.7",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.7",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@vitest/coverage-istanbul": "^2.1.3",
"@yarnpkg/sdks": "^3.2.0",
"babel-plugin-replace-import-extension": "^1.1.4",
"browserslist": "^4.24.0",
"cjs-ts": "workspace:^",
"concurrently": "^9.0.1",
"dd-trace": "^5.24.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"prettier": "^3.3.3",
"publint": "^0.2.11",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vitest": "^2.1.3"
},
"resolutions": {
"buildcheck@npm:~0.0.6": "patch:buildcheck@npm%3A0.0.6#~/.yarn/patches/buildcheck-npm-0.0.6-46e0f23ecf.patch",
"@sentry/types@npm:7.107.0": "patch:@sentry/types@npm%3A7.107.0#~/.yarn/patches/@sentry-types-npm-7.107.0-a994f84978.patch",
"@sentry/types@npm:6.19.7": "patch:@sentry/types@npm%3A7.107.0#~/.yarn/patches/@sentry-types-npm-7.107.0-a994f84978.patch",
"@typescript-eslint/eslint-plugin@npm:^5.45.0": "patch:@typescript-eslint/eslint-plugin@npm%3A7.7.0#~/.yarn/patches/@typescript-eslint-eslint-plugin-npm-7.7.0-de43f1e757.patch",
"@typescript-eslint/eslint-plugin@npm:7.7.0": "patch:@typescript-eslint/eslint-plugin@npm%3A7.7.0#~/.yarn/patches/@typescript-eslint-eslint-plugin-npm-7.7.0-de43f1e757.patch",
"@sentry/react@npm:8.13.0": "patch:@sentry/react@npm%3A8.13.0#~/.yarn/patches/@sentry-react-npm-8.13.0-bd23d3c2da.patch"
}
}