Stirling-PDF/client-ionic/package.json

59 lines
2.0 KiB
JSON
Raw Normal View History

2023-10-23 17:08:28 +02:00
{
"name": "@stirling-pdf/client-ionic",
2023-10-23 17:08:28 +02:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2023-10-27 23:20:24 +02:00
"dev": "ionic serve",
"dev-android": "ionic build && ionic cap run android -l --external --open",
2023-10-28 00:22:48 +02:00
"linux_build-release-android": "ionic cap build android --no-open --prod && cd android && ./gradlew assembleDebug && mkdir -p ../releases && mv app/build/outputs/apk/debug/app-debug.apk ../releases/StirlingPDF.apk && echo \"Done packaging APK!!!\"",
"linux_build-release-pwa": "ionic build && mkdir -p releases && zip -r releases/pwa.zip dist/ && echo \"Done packaging PWA!!!\"",
2023-10-27 23:20:24 +02:00
"build-vite": "tsc && vite build",
2023-10-23 17:08:28 +02:00
"preview": "vite preview",
"test.e2e": "cypress run",
"test.unit": "vitest",
"lint": "eslint"
},
"dependencies": {
2023-10-27 21:41:15 +02:00
"@capacitor/android": "5.5.1",
"@capacitor/app": "5.0.6",
"@capacitor/core": "5.5.1",
"@capacitor/haptics": "5.0.6",
"@capacitor/ios": "^5.5.1",
"@capacitor/keyboard": "5.0.6",
"@capacitor/status-bar": "5.0.6",
2023-10-24 21:26:31 +02:00
"@capawesome/capacitor-file-picker": "^5.1.1",
2023-10-23 17:08:28 +02:00
"@ionic/react": "^7.0.0",
"@ionic/react-router": "^7.0.0",
2023-10-26 22:41:48 +02:00
"@stirling-pdf/shared-operations": "*",
2023-10-23 17:08:28 +02:00
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"downloadjs": "^1.4.7",
2023-10-23 17:08:28 +02:00
"ionicons": "^7.0.0",
2023-10-26 22:41:48 +02:00
"pdf-lib": "^1.17.1",
2023-10-23 17:08:28 +02:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^5.3.4",
2023-10-26 22:41:48 +02:00
"react-router-dom": "^5.3.4"
2023-10-23 17:08:28 +02:00
},
"devDependencies": {
2023-10-27 21:41:15 +02:00
"@capacitor/cli": "5.5.1",
2023-10-23 17:08:28 +02:00
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/downloadjs": "^1.4.5",
2023-10-23 17:08:28 +02:00
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-react": "^4.0.1",
"cypress": "^13.3.2",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"jsdom": "^22.1.0",
"typescript": "^5.1.6",
2023-10-27 21:41:15 +02:00
"vite": "4.5.0",
2023-10-27 23:20:24 +02:00
"vite-plugin-pwa": "^0.16.6",
2023-10-23 17:08:28 +02:00
"vitest": "^0.32.2"
}
}