-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 938 Bytes
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
{
"name": "megaoctoon",
"version": "1.0.0",
"type": "module",
"description": "MeGaOcToOoN - Unleash Octopodal Intelligence with AI-Agent x10",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1",
"android": "npm run build && npx cap sync android && npx cap open android",
"ios": "npm run build && npx cap sync ios && npx cap open ios"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@supabase/supabase-js": "^2.86.0",
"@vitejs/plugin-react": "^5.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"vite": "^7.2.4"
},
"devDependencies": {
"@capacitor/android": "^7.4.4",
"@capacitor/cli": "^7.4.4",
"@capacitor/core": "^7.4.4",
"@capacitor/ios": "^7.4.4"
}
}