-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "aframe-sightless-playground",
"version": "0.0.1",
"description": "",
"license": "Unlicense",
"scripts": {
"export": "rm -rf out && next export",
"build": "rm -rf app && next build",
"start": "next start",
"dev": "next dev"
},
"dependencies": {
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@ionic/pwa-elements": "^3.1.1",
"@octokit/rest": "^19.0.5",
"@react-hook/debounce": "^4.0.0",
"@react-three/drei": "^9.91.0",
"@react-three/fiber": "^8.15.12",
"aframe": "^1.4.2",
"aframe-environment-component": "^1.3.3",
"aframe-extras": "^7.0.0",
"aframe-haptics-component": "^1.6.3",
"aframe-htmlembed-component": "^1.0.0",
"aframe-react": "^4.4.0",
"atob": "^2.1.2",
"az": "^0.2.3",
"dom-to-image": "^2.6.0",
"dotenv": "^16.0.3",
"dotenv-load": "^2.0.1",
"events": "^3.3.0",
"framer-motion": "^6.2.8",
"md5": "^2.3.0",
"next": "^13.5.4",
"next-env": "^1.1.1",
"random-int": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.150.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/aframe": "^1.2.2",
"@types/node": "^20.8.10",
"@types/react": "^18.0.1",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"jest": "^29.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"webpack-glsl-loader": "^1.0.1"
}
}