39 lines
959 B
JSON
39 lines
959 B
JSON
{
|
|
"name": "app",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/app": "8.1.0",
|
|
"@capacitor/core": "8.3.4",
|
|
"@capacitor/haptics": "8.0.2",
|
|
"@capacitor/keyboard": "8.0.3",
|
|
"@capacitor/status-bar": "8.0.2",
|
|
"@ionic/react": "^8.5.0",
|
|
"@ionic/react-router": "^8.5.0",
|
|
"@types/react-router": "^5.1.20",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"ionicons": "^7.4.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-router": "^5.3.4",
|
|
"react-router-dom": "^5.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "8.3.4",
|
|
"@types/react": "18.2.0",
|
|
"@types/react-dom": "18.2.0",
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
"terser": "^5.4.0",
|
|
"typescript": "~5.9.0",
|
|
"vite": "^5.0.0"
|
|
},
|
|
"description": "An Ionic project"
|
|
}
|