Massive/package.json

75 lines
2.6 KiB
JSON

{
"name": "massive",
"version": "2.33",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
"android": "react-native run-android --active-arch-only",
"release": "react-native run-android --mode release --active-arch-only",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-native-masked-view/masked-view": "^0.3.0",
"@react-navigation/drawer": "^6.6.7",
"@react-navigation/native": "^6.1.10",
"@react-navigation/stack": "^6.3.21",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.1.2",
"@types/d3-shape": "^3.1.6",
"@types/react-native-sqlite-storage": "^6.0.5",
"@types/react-native-vector-icons": "^6.4.18",
"babel-plugin-transform-remove-console": "^6.9.4",
"date-fns": "^2.30.0",
"eslint-plugin-flowtype": "^8.0.3",
"react": "18.2.0",
"react-hook-form": "^7.50.1",
"react-native": "^0.73.0",
"react-native-chart-kit": "^6.12.0",
"react-native-document-picker": "^9.1.1",
"react-native-file-access": "^3.0.5",
"react-native-gesture-handler": "^2.14.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-pager-view": "^6.2.3",
"react-native-paper": "^5.12.3",
"react-native-permissions": "^3.10.1",
"react-native-reanimated": "^3.6.0",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.28.0",
"react-native-share": "^9.2.3",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^14.0.0",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "^3.8.0",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "^0.73.2",
"@react-native/metro-config": "^0.73.0",
"@react-native/typescript-config": "^0.74.0",
"@rnx-kit/align-deps": "^2.3.4",
"@tsconfig/react-native": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.55",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"react-test-renderer": "18.2.0",
"simple-git": "^3.22.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16"
}
}