This app provides monitoring and information features for the common freifunk user and the technical stuff of a freifunk community. Code base is taken from a TUM Practical Course project and added here to see if Freifunk Altdorf can use it. https://www.freifunk-altdorf.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

42 lines
1.1 KiB

{
"name": "AweomeProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-react-native": "^3.2.1",
"fast-speedtest-api": "^0.3.1",
"net-ping": "^1.2.3",
"node-libs-react-native": "^1.0.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-android-wifi": "0.0.25",
"react-native-data-table": "^0.2.0",
"react-native-elements": "^0.19.1",
"react-native-email": "^1.0.1",
"react-native-maps": "^0.21.0",
"react-native-splash-screen": "^3.0.9",
"react-native-table-component": "^1.1.8",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.3.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"speedtest-net": "^1.4.2",
"url": "^0.11.0"
},
"devDependencies": {
"@types/react": "^16.3.17",
"babel-jest": "22.4.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.4",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}