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

68 lines
2.3 KiB
JSON

{
"name": "@skolplattformen/embedded-api",
"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",
"extract-licenses": "react-native-oss-license --json > licenses-oss.json && node library-extractor.js && rm licenses-oss.json",
"postinstall": "yarn extract-licenses"
},
"dependencies": {
"react": "*",
"react-native": "*",
"@testing-library/react-native": "*",
"@testing-library/jest-native": "*",
"@eva-design/eva": "*",
"@eva-design/material": "*",
"@react-native-async-storage/async-storage": "*",
"@react-native-community/cookies": "*",
"@react-native-community/datetimepicker": "*",
"@react-native-community/masked-view": "*",
"@react-navigation/bottom-tabs": "*",
"@react-navigation/native": "*",
"@react-navigation/stack": "*",
"@ui-kitten/components": "*",
"@ui-kitten/eva-icons": "*",
"@ui-kitten/metro-config": "*",
"hermes-engine": "*",
"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-reanimated": "*",
"react-native-restart": "*",
"react-native-safe-area-context": "*",
"react-native-screens": "*",
"react-native-simple-toast": "*",
"react-native-svg": "*",
"react-native-typography": "*",
"react-native-webview": "*",
"formik": "*",
"moment": "*",
"personnummer": "*",
"yup": "*",
"@testing-library/react-hooks": "*",
"valtio": "*",
"i18n-js": "*",
"deepmerge": "*",
"buffer": "*",
"fast-fuzzy": "*"
},
"devDependencies": {},
"private": true
}