forked from matrix-org/thirdroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 5.29 KB
/
package.json
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
{
"name": "thirdroom",
"version": "0.0.1",
"author": {
"name": "Third Room",
"url": "https://thirdroom.io"
},
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && npm run docs:build && npm run build-storybook",
"build:scripting-runtime": "./src/engine/scripting/emscripten/build.sh",
"build:examples": "./examples/build.sh",
"typecheck": "tsc --noEmit",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint ./src",
"lint:css": "stylelint \"src/**/*.css\"",
"prepare": "husky install",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"docs:dev": "npm run docs:build-api && vitepress dev docs",
"docs:build": "npm run docs:build-api && vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:build-api": "typedoc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o dist/storybook"
},
"dependencies": {
"3d-tiles-renderer": "https://github.com/matrix-org/3DTilesRendererJS.git#v0.3.9-patch",
"@dimforge/rapier3d-compat": "^0.11.2",
"@fontsource/inter": "^4.5.12",
"@fontsource/noto-serif": "^4.5.10",
"@gautemo/vite-plugin-service-worker": "^0.0.3",
"@gltf-transform/core": "^2.4.3",
"@gltf-transform/extensions": "^2.4.3",
"@gltf-transform/functions": "^2.4.3",
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz",
"@monaco-editor/react": "^4.4.6",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "^0.1.7",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-popover": "^1.0.3",
"@radix-ui/react-progress": "^0.1.4",
"@radix-ui/react-scroll-area": "^0.1.4",
"@radix-ui/react-switch": "^0.1.5",
"@radix-ui/react-tooltip": "^0.1.7",
"@react-aria/interactions": "^3.9.1",
"@sentry/react": "^7.13.0",
"@sentry/tracing": "^7.13.0",
"@thi.ng/malloc": "^6.1.19",
"@thirdroom/hydrogen-view-sdk": "0.1.2",
"@thirdroom/manifold-editor-components": "^0.0.5",
"@thirdroom/ringbuffer": "^0.0.1",
"@webxr-input-profiles/assets": "^1.0.13",
"bitecs": "NateTheGreatt/bitECS",
"classnames": "^2.3.1",
"detect-gpu": "^5.0.13",
"downshift": "^7.2.0",
"draco3dgltf": "^1.5.3",
"events": "^3.3.0",
"gl-matrix": "^3.4.3",
"immer": "^9.0.12",
"jotai": "^2.0.2",
"kbar": "^0.1.0-beta.40",
"ktx-parse": "^0.4.5",
"meshoptimizer": "^0.18.1",
"monaco-editor": "^0.36.1",
"monaco-themes": "^0.4.3",
"murmurhash-js": "^1.0.0",
"optipng-js": "^0.1.2",
"react": "^17.0.2",
"react-colorful": "^5.6.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.2",
"react-router-dom": "6",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.7",
"three": "npm:@thirdroom/three@^0.148.3",
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.20",
"@storybook/addon-interactions": "^7.0.20",
"@storybook/addon-links": "^7.0.20",
"@storybook/blocks": "^7.0.20",
"@storybook/builder-vite": "^7.0.21",
"@storybook/react": "^7.0.20",
"@storybook/react-vite": "^7.0.20",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react-hooks": "^8.0.0",
"@types/babel__core": "^7.1.19",
"@types/chrome": "^0.0.219",
"@types/connect-history-api-fallback": "^1.3.5",
"@types/draco3dgltf": "^1.4.0",
"@types/gl-matrix": "^3.2.0",
"@types/murmurhash-js": "^1.0.0",
"@types/node": "^18.11.9",
"@types/offscreencanvas": "^2019.6.4",
"@types/postcss-preset-env": "^8.0.0",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/three": "^0.148.0",
"@types/webxr": "^0.5.0",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/ui": "^0.29.2",
"c8": "^7.11.0",
"connect-history-api-fallback": "^2.0.0",
"eslint": "^8.12.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-deprecate": "^0.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-matrix-org": "^1.1.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-unicorn": "^46.0.0",
"husky": "^8.0.3",
"jsdom": "^21.1.0",
"postcss": "^8.4.12",
"postcss-preset-env": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.1",
"storybook": "^7.0.20",
"stylelint": "^15.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^30.0.1",
"ts-node": "^10.7.0",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^4.9.2-rc",
"vite": "^4.3.9",
"vite-node": "^0.29.2",
"vite-plugin-cross-origin-isolation": "^0.1.6",
"vite-plugin-static-copy": "^0.13.0",
"vitepress": "^1.0.0-beta.1",
"vitest": "^0.29.2"
}
}