-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "vr-engine",
"version": "1.0.0",
"description": "XR-first WebXR app development platform",
"main": "main.js",
"scripts": {
"build": "npx webpack --mode production",
"start": "npx webpack --mode development && electron ."
},
"author": "",
"license": "ISC",
"dependencies": {
"@react-three/fiber": "^9.3.0",
"aframe": "^1.7.1",
"aframe-environment-component": "^1.3.2",
"aframe-extras": "^6.1.1",
"aframe-text-geometry-component": "^0.5.2",
"axios": "^1.8.3",
"electron-store": "^10.0.1",
"express": "^4.21.2",
"multer": "^2.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.9.3",
"react-router-dom": "^7.9.3",
"socket.io": "^4.8.1",
"three": "^0.180.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-react": "^7.22.0",
"@tailwindcss/postcss": "^4.1.13",
"autoprefixer": "^10.4.21",
"babel-loader": "^9.1.0",
"css-loader": "^7.1.2",
"electron": "^35.0.2",
"mini-css-extract-plugin": "^2.9.4",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
"style-loader": "^4.0.0",
"tailwindcss": "^4.1.13",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webworkify-webpack": "^2.1.5"
}
}