-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 808 Bytes
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
{
"private": true,
"workspaces": [
"app",
"client",
"collector",
"converters/*",
"enhancer",
"search",
"site",
"references"
],
"devDependencies": {
"@anthropic-ai/sdk": "^0.115.0",
"@aws-sdk/client-cloudfront": "^3.352.0",
"@aws-sdk/client-s3": "^3.352.0",
"@types/node": "^18.19.113",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"esbuild": "^0.18.2",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.14.1",
"eslint-plugin-vue-pug": "^0.6.0",
"mime-types": "^2.1.35",
"npm-check-updates": "^16.10.12",
"typescript": "^5.8.3",
"undici-types": "^7.11.0",
"vitest": "^0.32.4",
"vue-tsc": "^2.2.10",
"yaml": "^2.3.1"
}
}