This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 2.44 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
{
"name": "comms-web-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ci": "vitest run",
"coverage": "vitest run --coverage"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@clarketm/saga-monitor": "^2.0.1",
"@paralleldrive/cuid2": "2.0.1",
"@react-spring/three": "9.4.4",
"@react-three/drei": "9.41.0",
"@react-three/fiber": "8.9.1",
"@react-three/flex": "^1.0.1",
"@react-three/rapier": "0.14.0",
"@redux-saga/testing-utils": "1.1.3",
"@styled-icons/feather": "10.18.0",
"@styled-icons/octicons": "10.44.0",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "12.1.10",
"@use-gesture/react": "10.1.6",
"@voxeet/voxeet-web-sdk": "3.10.0",
"history": "5.3.0",
"leva": "^0.9.34",
"lodash.get": "4.4.2",
"lodash.isequal": "4.5.0",
"lodash.omit": "4.5.0",
"lodash.pick": "4.4.0",
"lodash.round": "4.0.4",
"maath": "0.4.2",
"normalizr": "3.6.1",
"pubnub": "7.2.2",
"r3f-perf": "7.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "3.4.7",
"react-icons": "4.7.1",
"react-redux": "8.0.4",
"react-spring": "9.5.5",
"react-test-renderer": "18.2.0",
"react-virtualized-auto-sizer": "1.0.7",
"redux": "4.2.0",
"redux-actions": "2.6.5",
"redux-first-history": "5.1.1",
"redux-localstorage": "0.4.1",
"redux-saga": "1.1.3",
"reselect": "4.1.7",
"styled-components": "5.3.5",
"three": "0.146.0",
"three-stdlib": "2.16.1",
"use-sound": "4.0.1",
"wouter": "2.10.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.1",
"husky": "^8.0.3",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.2",
"prettier": "2.8.4",
"rollup-plugin-visualizer": "^5.9.0",
"vite": "^4.1.0",
"vite-plugin-static-copy": "^0.13.1",
"vitest": "^0.29.1"
}
}