-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 3.72 KB
/
Copy pathpackage.json
File metadata and controls
128 lines (128 loc) · 3.72 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
{
"name": "@ts3d-hoops/visualize-web",
"version": "2026.5.0",
"license": "Apache-2.0",
"engines": {
"node": ">=24.0.0",
"npm": ">=11.10.0"
},
"scripts": {
"build": "nx run-many -t build,typedoc",
"build:dev": "nx run-many -t build",
"doc": "npm run api-ref && node ./tools/scripts/build-doc.mjs"
},
"private": true,
"dependencies": {
"@codemirror/autocomplete": "6.20.0",
"@codemirror/commands": "6.10.1",
"@codemirror/lang-json": "6.0.2",
"@codemirror/language": "6.12.1",
"@codemirror/state": "6.5.3",
"@codemirror/view": "6.39.8",
"@lezer/highlight": "1.2.3",
"@lit/context": "1.1.2",
"@lit/react": "1.0.8",
"@lit/task": "1.0.1",
"@swc/helpers": "0.5.18",
"@types/three": "0.167.1",
"@xstate/react": "5.0.2",
"bowser": "1.9.4",
"canvg": "4.0.1",
"color-string": "2.0.1",
"cross-env": "7.0.3",
"html2canvas-pro": "1.5.8",
"jszip": "3.10.1",
"lit": "3.1.2",
"lit-html": "3.2.1",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-router-dom": "7.15.1",
"react-toastify": "11.1.0",
"three": "0.167.1",
"tslib": "2.3.0",
"xstate": "5.19.2",
"zero-md": "3.1.7",
"@ts3d-hoops/common": "2026.5.0",
"@ts3d-hoops/sc-engine": "2026.5.0",
"@ts3d-hoops/streamcache": "2026.5.0",
"@ts3d-hoops/web-viewer": "2026.5.0"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "0.11.0",
"@nx/devkit": "22.7.2",
"@nx/eslint": "22.7.2",
"@nx/eslint-plugin": "22.7.2",
"@nx/jest": "22.7.2",
"@nx/js": "22.7.2",
"@nx/playwright": "22.7.2",
"@nx/react": "22.7.2",
"@nx/storybook": "22.7.2",
"@nx/vite": "22.7.2",
"@nx/web": "22.7.2",
"@nx/workspace": "22.7.2",
"@playwright/test": "1.60.0",
"@storybook/addon-coverage": "3.0.1",
"@storybook/addon-docs": "10.4.0",
"@storybook/addon-vitest": "10.4.0",
"@storybook/react-vite": "10.4.0",
"@storybook/web-components-vite": "10.4.0",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.7.10",
"@swc/core": "1.15.8",
"@swc/jest": "0.2.39",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.2",
"@types/jest": "29.5.14",
"@types/jquery": "3.5.25",
"@types/jqueryui": "1.12.19",
"@types/node": "24.0.0",
"@types/papaparse": "5.3.12",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "5.2.0",
"@vitest/browser": "4.1.6",
"@vitest/browser-playwright": "4.1.6",
"@vitest/coverage-v8": "4.1.6",
"@vitest/ui": "4.1.6",
"dotenv": "16.4.5",
"dts-bundle-generator": "9.5.1",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-lit": "2.2.1",
"eslint-plugin-playwright": "0.15.3",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"gl-matrix": "3.4.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.4.1",
"jiti": "2.4.2",
"jsdom": "22.1.0",
"monaco-editor": "0.44.0",
"nx": "22.7.2",
"papaparse": "5.4.1",
"prettier": "3.1.0",
"publint": "0.3.21",
"sass": "1.69.5",
"storybook": "10.4.0",
"swc-loader": "0.1.15",
"swc-plugin-coverage-instrument": "0.0.21",
"ts-node": "10.9.1",
"typedoc": "0.28.10",
"typescript": "5.7.3",
"verdaccio": "6.1.2",
"vite": "6.3.5",
"vite-plugin-dts": "4.5.3",
"vite-plugin-singlefile": "2.2.0",
"vite-plugin-static-copy": "2.3.1",
"vitest": "4.1.6",
"zx": "8.8.1"
},
"nx": {
"includedScripts": []
}
}