skolplattformen-backup/packages/app/package.json

68 lines
2.1 KiB
JSON

{
"name": "skolplattformen",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native-fix-image && react-native run-ios",
"pod": "npx pod-install",
"start": "react-native start",
"test": "jest --passWithNoTests",
"lint": "eslint ."
},
"dependencies": {
"@eva-design/eva": "2.0.0",
"@eva-design/material": "2.0.0",
"@react-native-async-storage/async-storage": "1.13.4",
"@react-native-community/cookies": "5.0.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/material-top-tabs": "5.3.13",
"@react-navigation/native": "5.9.2",
"@react-navigation/stack": "5.14.2",
"@skolplattformen/api-hooks": "1.2.1",
"@skolplattformen/embedded-api": "0.20.0",
"@ui-kitten/components": "5.0.0",
"@ui-kitten/eva-icons": "5.0.0",
"buffer": "6.0.3",
"faker": "5.3.1",
"jsuri": "1.3.1",
"luxon": "1.25.0",
"personnummer": "3.1.1",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-calendar-strip": "2.1.6",
"react-native-fix-image": "2.1.0",
"react-native-gesture-handler": "1.9.0",
"react-native-markdown-display": "7.0.0-alpha.2",
"react-native-reanimated": "1.13.2",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "2.17.1",
"react-native-svg": "12.1.0",
"react-native-svg-transformer": "0.14.3",
"react-native-tab-view": "2.15.2",
"react-native-webview": "11.2.1",
"use-async-storage": "1.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/runtime": "^7.12.13",
"@react-native-community/eslint-config": "^2.0.0",
"@types/luxon": "^1.25.1",
"@types/react": "^16.8.24",
"@types/react-native": "^0.63.43",
"@ui-kitten/metro-config": "5.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.19.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.0",
"react-test-renderer": "16.13.1"
},
"resolutions": {
"react": "16.13.1",
"@types/react": "^16.8.24"
},
"jest": {
"preset": "react-native"
}
}