skolplattformen-backup/packages/app/package.json

65 lines
2.1 KiB
JSON
Raw Normal View History

2020-12-05 23:18:01 +00:00
{
2020-12-07 20:59:14 +00:00
"name": "Skolplattformen",
2020-12-05 23:18:01 +00:00
"version": "0.0.1",
2020-12-07 20:59:14 +00:00
"private": true,
2020-12-05 23:18:01 +00:00
"scripts": {
2020-12-07 20:59:14 +00:00
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
2021-02-05 13:55:17 +00:00
"test": "jest --passWithNoTests",
2020-12-07 20:59:14 +00:00
"lint": "eslint . --ext .js,.jsx"
},
"dependencies": {
"@eva-design/eva": "2.0.0",
"@eva-design/material": "^2.0.0",
2021-01-26 11:02:24 +00:00
"@react-native-async-storage/async-storage": "^1.13.3",
2020-12-31 09:47:57 +00:00
"@react-native-community/cookies": "^5.0.1",
2020-12-16 22:07:15 +00:00
"@react-native-community/masked-view": "^0.1.10",
2021-01-26 11:02:24 +00:00
"@react-navigation/material-top-tabs": "^5.3.13",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.2",
"@skolplattformen/react-native-embedded-api": "^0.12.0",
2020-12-07 20:59:14 +00:00
"@ui-kitten/components": "5.0.0",
"@ui-kitten/eva-icons": "5.0.0",
2020-12-21 18:22:47 +00:00
"buffer": "^6.0.3",
2021-01-26 11:02:24 +00:00
"faker": "^5.2.0",
"jsuri": "^1.3.1",
2021-01-04 21:40:54 +00:00
"luxon": "^1.25.0",
2020-12-18 12:45:09 +00:00
"personnummer": "^3.1.1",
2020-12-07 20:59:14 +00:00
"react": "16.11.0",
"react-native": "0.62.2",
2021-01-26 11:02:24 +00:00
"react-native-calendar-strip": "^2.1.5",
2020-12-19 01:30:56 +00:00
"react-native-fix-image": "^2.1.0",
2020-12-07 20:59:14 +00:00
"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",
2021-01-26 11:02:24 +00:00
"react-native-screens": "^2.17.0",
2020-12-07 20:59:14 +00:00
"react-native-svg": "^12.1.0",
2020-12-18 18:43:12 +00:00
"react-native-svg-transformer": "^0.14.3",
2020-12-18 12:45:09 +00:00
"react-native-tab-view": "^2.15.2",
2021-01-26 11:02:24 +00:00
"react-native-webview": "^11.2.1",
2020-12-22 22:29:42 +00:00
"use-async-storage": "^1.2.0"
2020-12-07 20:59:14 +00:00
},
"devDependencies": {
2021-01-26 11:02:24 +00:00
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/luxon": "^1.25.1",
"@types/react": "^16.8.24",
"@types/react-native": "^0.63.43",
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",
"babel-plugin-transform-remove-console": "^6.9.4",
2021-01-26 11:02:24 +00:00
"eslint": "^7.18.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"prettier": "^2.2.1",
2020-12-21 18:22:47 +00:00
"react-test-renderer": "16.11.0"
2020-12-07 20:59:14 +00:00
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": []
2020-12-05 23:18:01 +00:00
}
}