Files
HKSingleParty/03_source/mobile/package.json
louiscklaw 3217a8d594 update,
2025-06-06 11:50:25 +08:00

91 lines
2.5 KiB
JSON

{
"name": "ionic-react-conference-app",
"version": "0.0.0",
"description": "Ionic Conference App",
"author": "Ionic Team <hi@ionicframework.com>",
"license": "MIT",
"private": true,
"dependencies": {
"@capacitor/android": "7.0.1",
"@capacitor/barcode-scanner": "^2.0.3",
"@capacitor/clipboard": "^7.0.1",
"@capacitor/core": "^7.0.0",
"@capacitor/geolocation": "^7.1.2",
"@capacitor/google-maps": "^7.0.2",
"@capacitor/ios": "7.0.1",
"@capacitor/preferences": "^7.0.0",
"@capacitor/share": "^7.0.1",
"@hookform/resolvers": "^4.1.3",
"@ionic/react": "^8.5.0",
"@ionic/react-router": "^8.5.0",
"@mdx-js/react": "^3.1.0",
"@react-hook/window-size": "^3.1.1",
"@types/leaflet": "^1.9.17",
"@types/react-redux": "^7.1.34",
"axios": "^1.9.0",
"date-fns": "^2.25.0",
"ionicons": "^7.1.2",
"leaflet": "^1.9.4",
"pigeon-maps": "^0.22.1",
"pullstate": "^1",
"react": "19.0.0",
"react-color": "^2.19.3",
"react-confetti": "^6.4.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.55.0",
"react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0",
"react-qr-code": "^2.0.15",
"react-qr-reader": "^3.0.0-beta-1",
"react-redux": "^9.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-spinners": "^0.17.0",
"react-use": "^17.6.0",
"reselect": "^4.0.0",
"sass": "^1.85.1",
"swiper": "^11.2.8",
"use-sound": "^5.0.0",
"zod": "^3.24.2"
},
"scripts": {
"start": "npm run dev",
"dev": "vite --force --host 0.0.0.0 --cors",
"ionic:serve": "vite",
"ionic:build": "tsc && vite build",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"precommit": "npm run format && lint-staged"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@capacitor/cli": "^7.0.0",
"@testing-library/react": "^9.3.1",
"@types/jest": "24.0.18",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.4",
"lint-staged": "^13.2.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"vite": "^6.2.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,md}": [
"prettier --write",
"git add"
]
}
}