skolplattformen-backup/packages/app/package.json

59 lines
1.8 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",
"test": "jest",
"lint": "eslint . --ext .js,.jsx"
},
"dependencies": {
"@eva-design/eva": "2.0.0",
"@eva-design/material": "^2.0.0",
2020-12-18 12:45:09 +00:00
"@react-native-async-storage/async-storage": "^1.13.2",
2020-12-16 22:07:15 +00:00
"@react-native-community/masked-view": "^0.1.10",
2020-12-07 20:59:14 +00:00
"@react-navigation/material-top-tabs": "^5.3.10",
"@react-navigation/native": "^5.8.10",
2020-12-16 22:07:15 +00:00
"@react-navigation/stack": "^5.12.8",
"@skolplattformen/embedded-api": "^0.10.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",
2020-12-22 03:23:21 +00:00
"faker": "^5.1.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",
"react-native-calendar-strip": "^2.0.9",
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",
2020-12-16 20:27:59 +00:00
"react-native-maps": "^0.27.1",
2020-12-07 20:59:14 +00:00
"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.15.0",
"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",
2020-12-22 22:29:42 +00:00
"use-async-storage": "^1.2.0"
2020-12-07 20:59:14 +00:00
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^1.0.0",
"@ui-kitten/metro-config": "5.0.0",
"babel-jest": "^24.9.0",
"babel-plugin-transform-remove-console": "^6.9.4",
2020-12-07 20:59:14 +00:00
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
2020-12-21 18:22:47 +00:00
"prettier": "^2.0.2",
"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
}
}