{ "name": "skolplattformen", "version": "0.0.1", "scripts": { "android": "react-native run-android", "ios": "react-native-fix-image && react-native run-ios", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "pod": "npx pod-install", "start": "react-native start", "test": "is-ci-cli test:ci test:watch", "test:ci": "TZ=Europe/Stockholm jest", "test:watch": "jest --watch", "typecheck": "tsc --watch", "i18n": "sync-i18n --files '**/translations/*.json' --primary en --languages ar de pl so sv --space 2", "check-i18n": "npm run i18n -- --check" }, "dependencies": { "@eva-design/eva": "2.0.0", "@eva-design/material": "2.0.0", "@react-native-async-storage/async-storage": "1.15.2", "@react-native-community/cookies": "5.0.1", "@react-native-community/datetimepicker": "3.4.3", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/bottom-tabs": "5.11.9", "@react-navigation/native": "5.9.4", "@react-navigation/stack": "5.14.4", "@skolplattformen/api-hooks": "3.0.0", "@skolplattformen/curriculum": "1.4.1", "@skolplattformen/embedded-api": "5.2.1", "@ui-kitten/components": "5.0.0", "@ui-kitten/eva-icons": "5.0.0", "buffer": "6.0.3", "deepmerge": "^4.2.2", "fast-fuzzy": "^1.10.8", "formik": "2.2.6", "hermes-engine": "0.7.2", "i18n-js": "^3.8.0", "i18next-json-sync": "^2.3.1", "jsuri": "1.3.1", "moment": "^2.29.1", "personnummer": "3.1.3", "react": "17.0.2", "react-native": "0.65.1", "react-native-animatable": "^1.3.3", "react-native-appearance": "^0.3.4", "react-native-calendar-events": "2.2.0", "react-native-fix-image": "2.1.0", "react-native-gesture-handler": "^1.10.3", "react-native-localize": "^2.0.2", "react-native-markdown-display": "7.0.0-alpha.2", "react-native-modal-datetime-picker": "9.2.0", "react-native-reanimated": "2.2.2", "react-native-restart": "^0.0.22", "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^3.3.0", "react-native-simple-toast": "1.1.3", "react-native-svg": "12.1.0", "react-native-svg-transformer": "0.14.3", "react-native-tab-view": "2.15.2", "react-native-typography": "1.4.1", "react-native-webview": "11.4.2", "react-native-weekly-calendar": "^0.2.0", "rn-actionsheet-module": "https://github.com/kolplattformen/rn-actionsheet-module.git", "use-async-storage": "1.2.0", "yup": "0.32.9" }, "devDependencies": { "@babel/core": "^7.13.15", "@babel/runtime": "^7.13.10", "@react-native-community/eslint-config": "^2.0.0", "@testing-library/jest-native": "^4.0.1", "@testing-library/react-hooks": "^7.0.0", "@testing-library/react-native": "7.2.0", "@types/i18n-js": "^3.8.0", "@types/jest": "^26.0.22", "@types/jsuri": "^1.3.30", "@types/markdown-it": "^12.0.1", "@types/react-native": "^0.64.2", "@types/react-native-restart": "^0.0.0", "@ui-kitten/metro-config": "5.0.0", "babel-jest": "^26.6.3", "eslint": "^7.32.0", "eslint-config-prettier": "^8.2.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react-native-a11y": "^2.0.4", "is-ci-cli": "^2.2.0", "jest": "^26.6.3", "jest-watch-typeahead": "^0.6.2", "metro-react-native-babel-preset": "^0.65.2", "mockdate": "^3.0.5", "patch-package": "^6.4.7", "prettier": "^2.2.1", "react-native-clean-project": "^3.6.3", "react-native-codegen": "^0.0.7", "react-test-renderer": "17.0.2", "typescript": "^4.2.4" }, "private": true, "resolutions": { "react": "17.0.2" } }