-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.62 KB
/
Copy pathpackage.json
File metadata and controls
135 lines (135 loc) · 4.62 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
135
{
"name": "workspace-root",
"private": true,
"scripts": {
"build": "turbo run build",
"check": "turbo check",
"check-mrl": "mrl check --verbose",
"ci:publish": "./scripts/ci-publish.sh",
"ci:publishSnapshot": "pnpm run prePublish && pnpm exec changeset version --snapshot && pnpm exec changeset publish --no-git-tag --snapshot --tag=next",
"coverage": "pnpm run coverage:collect; ec=$?; pnpm run coverage:merge; exit $ec",
"coverage:collect": "./scripts/coverage/collect.sh",
"coverage:merge": "node scripts/coverage/merge-coverage.mjs",
"cspell:all": "cspell . --quiet",
"e2e": "./scripts/run-e2e.sh",
"lint": "turbo run lint",
"postVersionCmd": "turbo run postVersioning && turbo codegen",
"prePublish": "turbo build && turbo lint",
"prepare": "husky install",
"syncpack": "syncpack lint",
"tag-release": "./scripts/tag-release.sh",
"test": "FORCE_COLOR=1 turbo run test",
"test:watch": "FORCE_COLOR=1 turbo run test:watch",
"typecheckAll": "tsc --build packages/* examples-extra/basic/*",
"updateSnapshots": "FORCE_COLOR=1 turbo run updateSnapshots"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.4",
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/preset-typescript": "^7.27.1",
"@changesets/changelog-git": "^0.2.1",
"@changesets/cli": "^2.29.6",
"@microsoft/api-documenter": "^7.26.32",
"@microsoft/api-extractor": "^7.52.11",
"@monorepolint/archetypes": "0.6.0-alpha.4",
"@monorepolint/cli": "0.6.0-alpha.4",
"@monorepolint/config": "0.6.0-alpha.4",
"@monorepolint/core": "0.6.0-alpha.4",
"@monorepolint/rules": "0.6.0-alpha.4",
"@osdk/monorepo.cspell": "workspace:~",
"@osdk/monorepo.tool.transpile": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@size-limit/preset-small-lib": "^12.0.1",
"@types/lint-staged": "^13.3.0",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0",
"@vitest/coverage-v8": "^3.2.4",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"cspell": "^8.19.4",
"dprint": "^0.47.6",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^9.35.0",
"eslint-formatter-autolinkable-stylish": "^1.4.0",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-unused-imports": "^4.2.0",
"find-up": "^7.0.0",
"globals": "^15.15.0",
"husky": "^9.1.7",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.1.7",
"lint-staged": "^15.5.2",
"micromatch": "^4.0.8",
"oxfmt": "^0.53.0",
"oxlint": "^1.68.0",
"oxlint-tsgolint": "^0.23.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-preset-env": "^11.1.2",
"semver": "^7.7.2",
"size-limit": "^12.0.1",
"syncpack": "^14.2.1",
"tsc-absolute": "^1.0.1",
"tsup": "^8.5.0",
"turbo": "^2.9.4",
"typedoc": "^0.27.9",
"typedoc-github-theme": "^0.2.1",
"typedoc-material-theme": "^1.4.0",
"typedoc-plugin-missing-exports": "^3.1.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.43.0",
"ultracite": "7.8.2",
"vitest": "^3.2.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"less",
"@swc/core",
"@tailwindcss/oxide",
"canvas",
"core-js",
"core-js-pure",
"dprint",
"esbuild",
"msw",
"oxfmt",
"oxlint",
"oxlint-tsgolint",
"unrs-resolver"
],
"overrides": {
"trim@0.0.1": "0.0.3",
"cookie@0.6.0": "0.7.2",
"cookie@0.7.1": "0.7.2",
"esbuild@^0.23.0": "^0.25.0",
"esbuild@^0.24.0": "^0.25.0",
"react-server-dom-webpack": ">=19.2.2",
"webpackbar": "^7.0.0",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@cspell/dict-css": "^4.0.18",
"@cspell/dict-html": "^4.0.12",
"@cspell/dict-html-symbol-entities": "^4.0.4"
}
},
"engines": {
"node": ">=18.19.0",
"pnpm": "=10.27.0"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a",
"dependencies": {
"@react-navigation/native": "^7.1.17",
"@vitejs/plugin-react": "^4.7.0",
"@vitejs/plugin-vue": "^5.2.4"
}
}