forked from Nandanans9072/2d_to_3d_reactjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.57 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.57 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "kaira-vr-app",
"private": true,
"version": "1.0.0",
"type": "module",
"main": "main.js",
"description": "KAIRA is a VR app for immersive space planning, helping homeowners and architects visualize and customize interiors before construction.",
"keywords": [
"KAIRA",
"VR",
"space planning",
"architecture",
"home design"
],
"author": "Gokul J Dev <gokuljdevpulickal@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GokulJDev/Electron-APP"
},
"scripts": {
"dev": "vite",
"start": "vite",
"electron": "electron .",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"clean": "rimraf dist",
"deploy": "npm run build && your-deployment-script"
},
"dependencies": {
"@electron/packager": "^18.3.6",
"@react-three/drei": "^9.121.4",
"@react-three/fiber": "^8.17.12",
"axios": "^1.7.9",
"chokidar": "^4.0.3",
"kaira-vr-app": "file:",
"lucide-react": "^0.469.0",
"pepicons": "^3.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-router-dom": "^7.1.1",
"three": "^0.172.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^33.2.1",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"vite": "^6.0.7"
}
}