skolplattformen-backup/package.json

117 lines
3.9 KiB
JSON

{
"name": "skolplattformen",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"react": "17.0.2",
"react-native": "0.65.1",
"tslib": "^2.0.0",
"@eva-design/eva": "2.0.0",
"@eva-design/material": "2.0.0",
"@react-native-async-storage/async-storage": "1.15.2",
"@react-native-community/cookies": "5.0.1",
"@react-native-community/datetimepicker": "3.4.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "5.11.9",
"@react-navigation/native": "5.9.4",
"@react-navigation/stack": "5.14.4",
"@skolplattformen/api-hooks": "3.0.0",
"@skolplattformen/curriculum": "1.4.2",
"@skolplattformen/embedded-api": "5.3.2",
"@ui-kitten/components": "5.0.0",
"@ui-kitten/eva-icons": "5.0.0",
"buffer": "6.0.3",
"deepmerge": "^4.2.2",
"fast-fuzzy": "^1.10.8",
"formik": "2.2.6",
"hermes-engine": "0.8.1",
"i18n-js": "^3.8.0",
"moment": "^2.29.1",
"personnummer": "3.1.3",
"react-native-animatable": "^1.3.3",
"react-native-calendar-events": "2.2.0",
"react-native-dev-menu": "^4.0.2",
"react-native-device-info": "^8.3.3",
"react-native-fix-image": "2.1.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-localize": "^2.0.2",
"react-native-markdown-display": "7.0.0-alpha.2",
"react-native-modal-datetime-picker": "9.2.0",
"react-native-reanimated": "2.2.2",
"react-native-restart": "^0.0.22",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.3.0",
"react-native-simple-toast": "1.1.3",
"react-native-svg": "12.1.0",
"react-native-typography": "1.4.1",
"react-native-webview": "11.4.2",
"valtio": "^1.2.3",
"yup": "0.32.9"
},
"devDependencies": {
"@nrwl/cli": "12.9.0",
"@nrwl/detox": "12.9.0",
"@nrwl/eslint-plugin-nx": "12.9.0",
"@nrwl/jest": "12.9.0",
"@nrwl/linter": "12.9.0",
"@nrwl/react-native": "^12.9.0",
"@nrwl/tao": "12.9.0",
"@nrwl/workspace": "12.9.0",
"@react-native-community/cli": "6.0.0",
"@react-native-community/cli-platform-android": "6.0.0",
"@react-native-community/cli-platform-ios": "6.0.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/jest-native": "4.0.2",
"@testing-library/react-native": "8.0.0-rc.0",
"@types/detox": "17.14.2",
"@types/jest": "26.0.24",
"@types/node": "14.14.33",
"@types/react": "17.0.19",
"@types/react-native": "0.64.13",
"@typescript-eslint/eslint-plugin": "~4.28.3",
"@typescript-eslint/parser": "~4.28.3",
"babel-jest": "27.0.6",
"detox": "18.20.2",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.0.3",
"jest-circus": "27.0.3",
"jest-react-native": "18.0.0",
"metro": "0.66.2",
"metro-react-native-babel-preset": "0.66.2",
"metro-resolver": "0.66.2",
"prettier": "^2.3.1",
"react-native-codegen": "0.0.7",
"ts-jest": "27.0.3",
"typescript": "~4.3.5",
"@babel/core": "^7.13.15",
"@babel/runtime": "^7.13.10",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/react-hooks": "^7.0.0",
"@types/i18n-js": "^3.8.0",
"@types/jsuri": "^1.3.30",
"@types/markdown-it": "^12.0.1",
"@types/react-native-restart": "^0.0.0",
"@ui-kitten/metro-config": "5.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react-native-a11y": "^2.0.4",
"is-ci-cli": "^2.2.0",
"jest-watch-typeahead": "^0.6.2",
"mockdate": "^3.0.5",
"patch-package": "^6.4.7",
"react-native-clean-project": "^3.6.3",
"react-native-oss-license": "^0.4.0",
"react-test-renderer": "17.0.2"
}
}