Massive/package.json

66 lines
2.1 KiB
JSON

{
"name": "massive",
"version": "1.43",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
"android": "react-native run-android",
"release": "react-native run-android --variant=release",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet"
},
"dependencies": {
"@babel/preset-env": "^7.19.1",
"@react-native-masked-view/masked-view": "^0.2.7",
"@react-native-picker/picker": "^2.4.4",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.0",
"@types/d3-shape": "^3.1.0",
"@types/react-native-sqlite-storage": "^5.0.2",
"@types/react-native-svg-charts": "^5.0.12",
"@types/react-native-vector-icons": "^6.4.12",
"babel-plugin-transform-remove-console": "^6.9.4",
"react": "^18.2.0",
"react-native": "^0.70.1",
"react-native-document-picker": "^8.1.1",
"react-native-file-access": "^2.5.0",
"react-native-gesture-handler": "^2.6.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-pager-view": "^6.0.0",
"react-native-paper": "^4.12.4",
"react-native-reanimated": "^2.10.0",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.17.0",
"react-native-share": "^7.9.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^13.2.0",
"react-native-svg-charts": "^5.4.0",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/react-native": "^0.69.0",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^7.32.0",
"metro-react-native-babel-preset": "^0.70.3",
"typescript": "^4.4.4"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"curly": "off"
}
},
"resolutions": {
"@types/react": "^18"
},
"packageManager": "yarn@3.2.1"
}