-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 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
{
"name": "@yodaos-jsar/runtime",
"version": "0.10.1",
"private": true,
"scripts": {
"lint": "eslint lib/**/*.ts",
"test": "jest",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --collectCoverage --coverageDirectory=\"./coverage\"",
"publish:webapis": "node ./tools/publish-webapis.cjs",
"build:website": "sh ./tools/build_website.sh",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.37.0",
"cache-control-parser": "^2.0.6",
"minimist": "^1.2.8",
"openai": "^4.98.0",
"undici": "^6.3.0",
"windows-1252": "^3.0.4",
"ws": "^8.16.0",
"xhr2": "^0.2.1"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@jest/globals": "^29.7.0",
"@types/minimist": "^1.2.5",
"@types/node": "^20.3.3",
"@types/webxr": "^0.5.22",
"@types/ws": "^8.5.10",
"ali-oss": "^6.19.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^9.27.0",
"gl-matrix": "^3.4.3",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"markdown-it-task-checkbox": "^1.0.6",
"marked": "^16.1.1",
"terser-webpack-plugin": "^5.3.9",
"three": "^0.179.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"typescript-eslint": "^8.33.0",
"vitepress": "^1.0.0",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4"
}
}