-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
177 lines (177 loc) · 4.87 KB
/
package.json
File metadata and controls
177 lines (177 loc) · 4.87 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"$schema": "https://json.schemastore.org/package.json",
"name": "monorepo",
"private": true,
"pnpm": {
"onlyBuiltDependencies": []
},
"devDependencies": {
"@actions/core": "3.0.0",
"@actions/github": "9.0.0",
"@babel/preset-typescript": "7.28.5",
"@bazel/bazelisk": "1.28.1",
"@bazel/buildifier": "8.2.1",
"@bazel/buildozer": "8.2.1",
"@bazel/esbuild": "5.8.1",
"@bazel/ibazel": "latest",
"@bazel/labs": "4.6.1",
"@bazel/runfiles": "6.5.0",
"@bazel/typescript": "5.8.1",
"@fortawesome/fontawesome-svg-core": "7.2.0",
"@fortawesome/free-solid-svg-icons": "7.2.0",
"@fortawesome/react-fontawesome": "3.3.0",
"@microsoft/api-documenter": "7.29.7",
"@pulumi/aws": "6.68.0",
"@pulumi/awsx": "3.3.0",
"@pulumi/pulumi": "3.220.0",
"@schemastore/package": "0.0.10",
"@swc/cli": "0.8.0",
"@testing-library/react": "16.3.2",
"@types/cross-spawn": "6.0.6",
"@types/d3-axis": "3.0.6",
"@types/d3-scale": "4.0.9",
"@types/glob": "9.0.0",
"@types/jest": "29.5.14",
"@types/mime": "4.0.0",
"@types/node": "24.12.0",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@types/sharp": "0.32.0",
"@types/svgo": "3.0.0",
"@types/tmp": "0.2.6",
"@types/uuid": "11.0.0",
"bcryptjs": "3.0.3",
"chalk": "5.6.2",
"classnames": "2.5.1",
"commander": "14.0.3",
"concurrently": "9.2.1",
"cross-spawn": "7.0.6",
"d3-axis": "3.0.0",
"d3-scale": "4.0.2",
"diff": "8.0.4",
"esbuild": "0.27.4",
"esbuild-css-modules-plugin": "3.1.5",
"eslint": "9.39.4",
"eslint-config-next": "16.2.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-simple-import-sort": "12.1.1",
"grunt-cli": "1.5.0",
"immutable": "5.1.5",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "29.0.1",
"mime": "4.1.0",
"minimist": "1.2.8",
"module-alias": "2.3.4",
"next": "14.2.35",
"patch-package": "8.0.1",
"prettier": "3.8.1",
"puppeteer": "24.40.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router": "7.13.2",
"react-router-dom": "7.13.2",
"react-spring": "10.0.3",
"regenerator-runtime": "0.14.1",
"renovate": "43.89.5",
"sharp": "0.34.5",
"stylelint": "17.5.0",
"stylelint-config-css-modules": "4.6.0",
"stylelint-config-recommended": "18.0.0",
"stylelint-config-standard": "40.0.0",
"svgo": "4.0.1",
"tmp": "0.2.5",
"ts-node": "10.9.2",
"ts-toolbelt": "9.6.0",
"typescript": "5.5.4",
"uuid": "13.0.0",
"yarn": "1.22.22"
},
"dependencies": {
"@commander-js/extra-typings": "14.0.0",
"@eslint/compat": "2.0.3",
"@eslint/js": "9.39.4",
"@hookform/resolvers": "5.2.2",
"@jest/globals": "29.7.0",
"@mdx-js/mdx": "3.1.1",
"@next/eslint-plugin-next": "16.2.1",
"@openai/codex": "0.116.0",
"@plausible-analytics/tracker": "0.4.4",
"@pulumi/command": "4.5.0",
"@pulumi/gcp": "9.16.0",
"@pulumi/random": "4.19.1",
"@radix-ui/react-tooltip": "1.2.8",
"@react-spring/rafz": "10.0.3",
"@standard-schema/spec": "1.1.0",
"@strudel/web": "1.3.0",
"@tanstack/query-async-storage-persister": "5.90.2",
"@tanstack/query-core": "5.90.20",
"@tanstack/react-query": "5.79.2",
"@tanstack/react-query-devtools": "5.91.3",
"@tanstack/react-query-persist-client": "5.90.2",
"@types/bcryptjs": "3.0.0",
"@types/d3-array": "3.2.2",
"@types/d3-force": "3.0.10",
"@types/mdast": "4.0.4",
"@types/memoizee": "0.4.12",
"@types/pako": "2.0.4",
"@types/ramda": "0.31.1",
"@types/react-query": "1.2.9",
"@types/regexgen": "1.3.3",
"@types/seedrandom": "3.0.8",
"@types/selenium-webdriver": "4.1.22",
"@types/serve-handler": "6.1.4",
"@types/trusted-types": "2.0.7",
"base64-js": "1.5.1",
"csstype": "3.2.3",
"d3-array": "3.2.4",
"d3-force": "3.0.0",
"eslint-mdx": "3.7.0",
"eslint-plugin-jest": "29.15.1",
"eslint-plugin-mdx": "3.7.0",
"eslint-plugin-react-hooks": "5.2.0",
"fast-glob": "3.3.3",
"glob-promise": "6.0.7",
"jose": "6.2.2",
"jscpd": "4.0.8",
"json-schema-to-typescript": "15.0.4",
"libphonenumber-js": "1.12.40",
"lodash": "4.17.23",
"memoizee": "0.4.17",
"npm": "11.12.0",
"nuqs": "1.20.0",
"openapi-fetch": "0.17.0",
"openapi-react-query": "0.5.0",
"openapi-typescript": "7.13.0",
"openapi-typescript-helpers": "0.1.0",
"pako": "2.1.0",
"pnpm": "10.22.0",
"ramda": "0.32.0",
"react-hook-form": "7.72.0",
"regexgen": "1.3.0",
"remark": "15.0.1",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.1",
"remark-mdx-frontmatter": "5.2.0",
"remark-sectionize": "2.0.0",
"schema-dts": "2.0.0",
"seedrandom": "3.0.5",
"selenium-webdriver": "4.21.0",
"serve-handler": "6.1.7",
"source-map": "0.7.6",
"source-map-loader": "5.0.0",
"temporal-polyfill": "0.3.2",
"to-vfile": "8.0.0",
"trusted-types": "2.0.0",
"twilio": "5.4.5",
"typescript-eslint": "8.57.2",
"unified": "11.0.5",
"vfile": "6.0.3",
"zod": "4.3.6"
},
"type": "module",
"imports": {
"#root/*": "./*"
}
}