summaryrefslogtreecommitdiff
path: root/client/src/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/package.json')
-rw-r--r--client/src/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/client/src/package.json b/client/src/package.json
new file mode 100644
index 0000000..6b21399
--- /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": "git+https://github.com/jsdf/react-native-htmlview.git",
+ "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"
+ }
+}