85 lines
2.7 KiB
JSON
85 lines
2.7 KiB
JSON
{
|
|
"name": "lettersoup_app_poc",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "==22"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite --host --cors --force --strictPort --clearScreen",
|
|
"build:docker": "pnpm run docker:build && pnpm run docker:push",
|
|
"build:w": "not implemented",
|
|
"docker:push": "docker push 192.168.10.61:5000/demo_ls_db",
|
|
"docker:build": "docker build --build-arg VERSION=0.26.6 -t 192.168.10.61:5000/demo_ls_db ./docker"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^6.2.0",
|
|
"@capacitor/app": "6.0.2",
|
|
"@capacitor/core": "6.2.0",
|
|
"@capacitor/filesystem": "^6.0.2",
|
|
"@capacitor/haptics": "6.0.2",
|
|
"@capacitor/keyboard": "6.0.3",
|
|
"@capacitor/splash-screen": "^6.0.3",
|
|
"@capacitor/status-bar": "6.0.2",
|
|
"@hookform/resolvers": "3.3.4",
|
|
"@ionic/prettier-config": "^4.0.0",
|
|
"@ionic/react": "^8.0.0",
|
|
"@ionic/react-router": "^8.0.0",
|
|
"@ionic/storage": "^4.0.0",
|
|
"@lifeomic/attempt": "^3.1.0",
|
|
"@tanstack/react-query": "^5.74.4",
|
|
"@tanstack/react-query-devtools": "^5.74.6",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/react-router": "^5.1.20",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"axios": "^1.8.1",
|
|
"http-serve": "^1.0.1",
|
|
"i18next": "^24.2.0",
|
|
"ionicons": "^7.0.0",
|
|
"lodash": "^4.17.21",
|
|
"pocketbase": "^0.26.0",
|
|
"qr-code-styling": "^1.9.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "7.50.1",
|
|
"react-i18next": "^15.2.0",
|
|
"react-markdown": "^9.0.3",
|
|
"react-router": "^5.3.4",
|
|
"react-router-dom": "^5.3.4",
|
|
"react-use": "^17.6.0",
|
|
"react-use-audio-player": "^2.3.0-alpha.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"zod": "3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/assets": "^3.0.5",
|
|
"@capacitor/cli": "6.2.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
"@testing-library/dom": ">=7.21.4",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-legacy": "^5.0.0",
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
"cypress": "^13.5.0",
|
|
"eslint": "^9.20.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"jsdom": "^22.1.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-unused-imports-configurable": "^1.14.2",
|
|
"sass": "^1.88.0",
|
|
"terser": "^5.4.0",
|
|
"typescript": "^5.1.6",
|
|
"typescript-eslint": "^8.24.0",
|
|
"vite": "~5.2.0",
|
|
"vitest": "^0.34.6"
|
|
},
|
|
"description": "An Ionic project"
|
|
} |