summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <a.kiryukhin@mail.ru>2019-05-14 01:05:07 +0300
committerAlexander NeonXP Kiryukhin <a.kiryukhin@mail.ru>2019-05-14 01:05:07 +0300
commit0c9db775302d15483385f0621611583e3a2407cd (patch)
treef1268582b38f66b91b84225c23f6a3b1d7ff0239 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..dca8642
--- /dev/null
+++ b/package.json
@@ -0,0 +1,30 @@
+{
+ "main": "node_modules/expo/AppEntry.js",
+ "scripts": {
+ "start": "expo start",
+ "android": "expo start --android",
+ "ios": "expo start --ios",
+ "eject": "expo eject"
+ },
+ "dependencies": {
+ "expo": "^32.0.0",
+ "react": "16.5.0",
+ "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
+ "react-navigation": "^3.9.1",
+ "react-redux": "^6.0.1",
+ "redux": "^4.0.1",
+ "redux-devtools-extension": "^2.13.8",
+ "redux-su": "^0.3.4",
+ "redux-thunk": "^2.3.0"
+ },
+ "devDependencies": {
+ "babel-preset-expo": "^5.0.0",
+ "@types/react": "^16.8.16",
+ "@types/react-native": "^0.57.53",
+ "@types/react-native-vector-icons": "^6.4.0",
+ "@types/react-redux": "^7.0.8",
+ "react-native-typescript-transformer": "^1.2.12",
+ "typescript": "^3.4.5"
+ },
+ "private": true
+} \ No newline at end of file