-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
65 lines (65 loc) · 1.7 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
{
"name": "interspace-chat",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "1.1.3",
"@chakra-ui/react": "^1.8.8",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@react-three/drei": "^9.1.6",
"@react-three/fiber": "^8.0.10",
"@thirdweb-dev/react": "^2.0.4",
"@thirdweb-dev/sdk": "^2.0.28",
"@widgetbot/react-embed": "^1.4.0",
"emotion": "^11.0.0",
"emotion-theming": "^11.0.0",
"ethers": "^5.6.2",
"framer-motion": "4.1.17",
"gsap": "^3.5.1",
"lib-jitsi-meet": "^1.0.6",
"lil-gui": "^0.11.0",
"react": "^18.0.0",
"react-device-detect": "^1.15.0",
"react-dom": "^18.0.0",
"react-draggable": "^4.4.3",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-image-mapper": "^0.0.15",
"react-responsive": "^8.2.0",
"react-rnd": "^10.1.7",
"react-scripts": "3.2.0",
"react-starfield-animation": "^1.0.1",
"react-timezone": "^2.4.0",
"stats.js": "^0.17.0",
"styled-components": "^5.0.0-beta.9",
"three": "^0.139.2",
"webfontloader": "^1.6.28"
},
"scripts": {
"svg-to-jsx": "svgr svgr/imagemap.svg --out-dir src/components/ --svgo-config svgr/svgo.json",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@svgr/cli": "^5.5.0"
}
}