skolplattformen-backup/packages/app/package.json

86 lines
2.8 KiB
JSON

{
"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": "jest",
"test:watch": "jest --watch",
"typecheck": "tsc --watch"
},
"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/blur": "3.6.0",
"@react-native-community/cookies": "5.0.1",
"@react-native-community/datetimepicker": "3.4.3",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "5.11.9",
"@react-navigation/native": "5.9.4",
"@react-navigation/stack": "5.14.4",
"@skolplattformen/api-hooks": "2.1.0",
"@skolplattformen/embedded-api": "4.2.0",
"@ui-kitten/components": "5.0.0",
"@ui-kitten/eva-icons": "5.0.0",
"buffer": "6.0.3",
"formik": "2.2.6",
"hermes-engine": "0.7.2",
"jsuri": "1.3.1",
"personnummer": "3.1.3",
"react": "17.0.2",
"react-native": "0.64.0",
"react-native-calendar-events": "2.2.0",
"react-native-calendar-strip": "2.2.1",
"react-native-fix-image": "2.1.0",
"react-native-gesture-handler": "1.10.3",
"react-native-markdown-display": "7.0.0-alpha.2",
"react-native-modal-datetime-picker": "9.2.0",
"react-native-reanimated": "1.13.2",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "2.18.1",
"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.3.2",
"rn-actionsheet-module": "1.0.3",
"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": "^5.1.1",
"@testing-library/react-native": "7.1.0",
"@types/jest": "^26.0.22",
"@types/jsuri": "^1.3.30",
"@types/markdown-it": "^12.0.1",
"@types/react-native": "^0.64.2",
"@ui-kitten/metro-config": "5.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"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",
"prettier": "^2.2.1",
"react-test-renderer": "17.0.2",
"typescript": "^4.2.4"
},
"private": true,
"resolutions": {
"react": "17.0.2"
}
}