skolplattformen-backup/packages/app/package.json

88 lines
2.9 KiB
JSON
Raw Normal View History

2020-12-05 23:18:01 +00:00
{
"name": "skolplattformen",
2020-12-05 23:18:01 +00:00
"version": "0.0.1",
"scripts": {
2020-12-07 20:59:14 +00:00
"android": "react-native run-android",
"ios": "react-native-fix-image && react-native run-ios",
2021-03-26 08:38:15 +00:00
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"pod": "npx pod-install",
2020-12-07 20:59:14 +00:00
"start": "react-native start",
"test": "is-ci-cli test:ci test:watch",
"test:ci": "jest",
2021-03-26 08:38:15 +00:00
"test:watch": "jest --watch",
"typecheck": "tsc --watch"
2020-12-07 20:59:14 +00:00
},
"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.4.0",
2020-12-07 20:59:14 +00:00
"@ui-kitten/components": "5.0.0",
"@ui-kitten/eva-icons": "5.0.0",
"buffer": "6.0.3",
"formik": "2.2.6",
2021-03-29 11:32:08 +00:00
"hermes-engine": "0.7.2",
"i18n-js": "^3.8.0",
"jsuri": "1.3.1",
"moment": "^2.29.1",
"personnummer": "3.1.3",
"react": "17.0.2",
2021-03-29 11:32:08 +00:00
"react-native": "0.64.0",
"react-native-calendar-events": "2.2.0",
"react-native-fix-image": "2.1.0",
2021-03-11 09:54:00 +00:00
"react-native-gesture-handler": "1.10.3",
"react-native-localize": "^2.0.2",
"react-native-markdown-display": "7.0.0-alpha.2",
2021-03-11 09:54:00 +00:00
"react-native-modal-datetime-picker": "9.2.0",
"react-native-safe-area-context": "3.2.0",
2021-03-11 09:54:00 +00:00
"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"
2020-12-07 20:59:14 +00:00
},
"devDependencies": {
"@babel/core": "^7.13.15",
2021-03-11 09:54:00 +00:00
"@babel/runtime": "^7.13.10",
2021-01-26 11:02:24 +00:00
"@react-native-community/eslint-config": "^2.0.0",
2021-03-11 09:54:00 +00:00
"@testing-library/jest-native": "^4.0.1",
"@testing-library/react-hooks": "^5.1.1",
"@testing-library/react-native": "7.1.0",
"@types/i18n-js": "^3.8.0",
2021-03-26 08:38:15 +00:00
"@types/jest": "^26.0.22",
"@types/jsuri": "^1.3.30",
"@types/markdown-it": "^12.0.1",
"@types/react-native": "^0.64.2",
2020-12-07 20:59:14 +00:00
"@ui-kitten/metro-config": "5.0.0",
2021-01-26 11:02:24 +00:00
"babel-jest": "^26.6.3",
2021-04-15 15:06:03 +00:00
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"is-ci-cli": "^2.2.0",
2021-01-26 11:02:24 +00:00
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.2",
2021-03-11 09:54:00 +00:00
"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"
2020-12-05 23:18:01 +00:00
}
}