From 3e72bfa56c860826429a842f6c128d78d4a930db Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 1 Jun 2017 19:47:08 -0400 Subject: react-native-web port of fmf app --- client/src/package.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 client/src/package.json (limited to 'client/src/package.json') diff --git a/client/src/package.json b/client/src/package.json new file mode 100644 index 0000000..4b5314b --- /dev/null +++ b/client/src/package.json @@ -0,0 +1,38 @@ +{ + "name": "HanselAndGretel", + "version": "0.0.1", + "private": true, + "scripts": { + "start": "node node_modules/react-native/local-cli/cli.js start", + "test": "jest" + }, + "dependencies": { + "email-validator": "^1.0.7", + "events": "^1.1.1", + "history": "^4.6.1", + "react": "16.0.0-alpha.6", + "react-native": "^0.44.0", + "react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git", + "react-native-checkbox": "^1.1.0", + "react-native-device-info": "^0.10.2", + "react-native-fade-in-view": "^1.0.4", + "react-native-fetch-blob": "^0.10.5", + "react-native-fs": "^2.3.2", + "react-native-htmlview": "^0.9.0", + "react-native-modal": "^2.3.2", + "react-native-pathjs-charts": "0.0.28", + "react-native-push-notification": "^3.0.0", + "react-native-svg": "^5.1.8", + "react-native-youtube": "^1.0.0-alpha.3", + "react-router-native": "^4.1.1" + }, + "devDependencies": { + "babel-jest": "20.0.0", + "babel-preset-react-native": "1.9.1", + "jest": "20.0.0", + "react-test-renderer": "16.0.0-alpha.6" + }, + "jest": { + "preset": "react-native" + } +} -- cgit v1.2.3-70-g09d2