skolplattformen-backup/apps/skolplattformen-app/package.json

93 lines
2.8 KiB
JSON

{
"name": "skolplattformen-app",
"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": "*",
"@eva-design/material": "*",
"@react-native-async-storage/async-storage": "*",
"@react-native-community/datetimepicker": "*",
"@react-native-community/masked-view": "*",
"@react-native-cookies/cookies": "*",
"@react-navigation/bottom-tabs": "*",
"@react-navigation/native": "*",
"@react-navigation/stack": "*",
"@testing-library/jest-native": "*",
"@testing-library/react-hooks": "*",
"@testing-library/react-native": "*",
"@testing-library/react": "*",
"@ui-kitten/components": "*",
"@ui-kitten/eva-icons": "*",
"@ui-kitten/metro-config": "*",
"buffer": "*",
"camelcase-keys": "*",
"change-case": "*",
"deepmerge": "*",
"events": "*",
"fast-fuzzy": "*",
"fetch-cookie": "*",
"formik": "*",
"h2m": "*",
"he": "*",
"hermes-engine": "*",
"https-proxy-agent": "*",
"i18n-js": "*",
"js-htmlencode": "*",
"luxon": "*",
"moment": "*",
"node-blob": "*",
"node-fetch": "*",
"node-html-parser": "*",
"personnummer": "*",
"react-native-animatable": "*",
"react-native-calendar-events": "*",
"react-native-dev-menu": "*",
"react-native-device-info": "*",
"react-native-fix-image": "*",
"react-native-gesture-handler": "*",
"react-native-localize": "*",
"react-native-markdown-display": "7.0.*",
"react-native-modal-datetime-picker": "*",
"react-native-restart": "*",
"react-native-safe-area-context": "*",
"react-native-screens": "*",
"react-native-simple-toast": "*",
"react-native-svg": "*",
"react-native-typography": "*",
"react-native-webview": "*",
"react-native": "*",
"react-redux": "*",
"react": "*",
"redux": "*",
"regenerator-runtime": "*",
"tough-cookie": "*",
"valtio": "*",
"yup": "*",
"@react-navigation/native-stack": "*",
"@formatjs/intl-getcanonicallocales": "*",
"@formatjs/intl-locale": "*",
"@formatjs/intl-numberformat": "*",
"@formatjs/intl-pluralrules": "*",
"@formatjs/intl-datetimeformat": "*",
"jest": "*",
"react-native-clean-project": "*",
"mockdate": "*"
},
"devDependencies": {
"react-native-clean-project": "*"
},
"private": true
}