capacitor template

This commit is contained in:
MasumAhmed19
2025-06-15 23:46:15 +06:00
parent a697fc5ca5
commit 031b41f500
20 changed files with 3841 additions and 670 deletions

40
package.json Executable file → Normal file
View File

@ -1,23 +1,33 @@
{
"name": "capsule",
"version": "1.0.0",
"main": "script.js",
"name": "CapacitorTemplate",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "http-server www -p 8080",
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@capacitor/android": "^7.2.0",
"@capacitor/app": "^7.0.1",
"@capacitor/cli": "^7.1.0",
"@capacitor/core": "^7.1.0",
"@capawesome/capacitor-android-edge-to-edge-support": "^7.2.1"
"@capacitor/android": "^7.3.0",
"@capacitor/cli": "^7.3.0",
"@capacitor/core": "^7.3.0",
"@capacitor/ios": "^7.3.0",
"@tailwindcss/vite": "^4.1.10",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"http-server": "^14.1.1"
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.5"
}
}