108 lines
3.6 KiB
JSON
108 lines
3.6 KiB
JSON
{
|
|
"name": "drip.",
|
|
"version": "1.2208.11",
|
|
"contributors": [
|
|
"Julia Friesel <julia.friesel@gmail.com>",
|
|
"Marie Kochsiek",
|
|
"Tina Baumann",
|
|
"Sofiya Tepikin",
|
|
"Mariya Zadnepryanets",
|
|
"Lisa Hillebrand"
|
|
],
|
|
"scripts": {
|
|
"start": "react-native start",
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios --simulator=\"iPhone 8 Plus\"",
|
|
"log": "react-native log-android",
|
|
"test": "jest test && yarn lint",
|
|
"test-watch": "jest --watch test",
|
|
"lint": "eslint components lib test styles db",
|
|
"devtool": "adb shell input keyevent 82",
|
|
"build-android-release": "cd android && ./gradlew clean && ./gradlew assembleRelease && cd ..",
|
|
"update-version": "node ./tools/bin/update-version.js",
|
|
"commit-release": "node ./tools/bin/commit-release.js",
|
|
"tag-release": "node ./tools/bin/tag-release.js",
|
|
"update-changelog": "node ./tools/bin/update-changelog.js",
|
|
"release": "node ./tools/release-wizard.js",
|
|
"clear": ". scripts/clear.sh",
|
|
"postinstall": "npx jetify",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@js-joda/core": "^5.3.0",
|
|
"@ptomasroos/react-native-multi-slider": "^2.2.0",
|
|
"@react-native-async-storage/async-storage": "^1.17.9",
|
|
"@react-native-community/art": "^1.2.0",
|
|
"@react-native-community/datetimepicker": "^6.3.1",
|
|
"@react-native-community/push-notification-ios": "^1.8.0",
|
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
|
"@react-navigation/native": "^6.0.13",
|
|
"@react-navigation/native-stack": "^6.9.0",
|
|
"@react-navigation/stack": "^6.3.1",
|
|
"csvtojson": "^2.0.8",
|
|
"i18next": "^21.9.0",
|
|
"jshashes": "^1.0.8",
|
|
"moment": "^2.29.4",
|
|
"object-path": "^0.11.4",
|
|
"obv": "0.0.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "17.0.2",
|
|
"react-i18next": "^11.18.3",
|
|
"react-native": "0.67.4",
|
|
"react-native-calendars": "^1.1287.0",
|
|
"react-native-document-picker": "^8.1.1",
|
|
"react-native-fs": "^2.20.0",
|
|
"react-native-gesture-handler": "^2.6.2",
|
|
"react-native-modal-datetime-picker": "14.0.0",
|
|
"react-native-push-notification": "3.2.1",
|
|
"react-native-safe-area-context": "^4.3.4",
|
|
"react-native-screens": "^3.17.0",
|
|
"react-native-share": "^7.9.0",
|
|
"react-native-simple-toast": "^1.1.3",
|
|
"react-native-size-matters": "^0.4.0",
|
|
"react-native-vector-icons": "^9.2.0",
|
|
"realm": "^10.16.0",
|
|
"sympto": "3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@babel/preset-react": "^7.16.0",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@testing-library/jest-native": "^4.0.12",
|
|
"@testing-library/react-native": "^11.1.0",
|
|
"basic-changelog": "gitlab:bloodyhealth/basic-changelog",
|
|
"eslint": "7.14.0",
|
|
"eslint-plugin-react": "^7.8.2",
|
|
"husky": "^8.0.0",
|
|
"jest": "^28.1.3",
|
|
"jetifier": "^1.6.6",
|
|
"metro-react-native-babel-preset": "^0.66.2",
|
|
"prettier": "2.4.0",
|
|
"pretty-quick": "^3.1.1",
|
|
"react-native-version": "^3.1.0",
|
|
"react-test-renderer": "17.0.2",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"description": "A menstrual cycle tracking app that's open-source and leaves your data on your phone. Use it to track your menstrual cycle or for fertility awareness!",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/bloodyhealth/drip.git"
|
|
},
|
|
"keywords": [
|
|
"cycle-tracking",
|
|
"symptothermal"
|
|
],
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/bloodyhealth/drip/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/bloodyhealth/drip#README"
|
|
}
|