summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2019-03-11 21:00:02 +0400
committerAndrew <saintruler@gmail.com>2019-03-11 21:00:02 +0400
commit7e7dd5244e8d26485ad7950a89c04c98c4fef83f (patch)
tree810730c4650392080fb87a78d3b527201e89fe4b /frontend/package.json
Initial commit/
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
new file mode 100644
index 0000000..e85993f
--- /dev/null
+++ b/frontend/package.json
@@ -0,0 +1,57 @@
+{
+ "name": "kittenTricks",
+ "version": "1.0.9",
+ "private": true,
+ "author": "akveo",
+ "scripts": {
+ "start": "react-native-scripts start",
+ "eject": "react-native-scripts eject",
+ "android": "react-native-scripts android",
+ "ios": "react-native-scripts ios",
+ "test": "jest",
+ "lint": "eslint app/**/*",
+ "prepush": "npm run lint"
+ },
+ "dependencies": {
+ "axios": "^0.18.0",
+ "expo": "28.0.0",
+ "expo-analytics": "1.0.6",
+ "hoist-non-react-statics": "2.3.1",
+ "lodash": "4.17.4",
+ "moment": "2.20.1",
+ "prop-types": "15.6.0",
+ "react": "16.3.1",
+ "react-native": "https://github.com/expo/react-native/archive/sdk-28.0.1.tar.gz",
+ "react-native-keyboard-spacer": "0.4.1",
+ "react-native-linear-gradient": "2.4.0",
+ "react-native-progress-bar": "0.1.2",
+ "react-native-svg": "^6.5.2",
+ "react-native-switch-pro": "0.4.6",
+ "react-native-ui-kitten": "3.0.1",
+ "react-navigation": "2.11.2",
+ "victory-native": "0.15.0"
+ },
+ "devDependencies": {
+ "babel-eslint": "8.2.2",
+ "babel-jest": "19.0.0",
+ "babel-preset-react-native": "1.9.1",
+ "eslint": "4.19.1",
+ "eslint-config-akveo-react": "1.0.0",
+ "eslint-plugin-import": "2.11.0",
+ "eslint-plugin-jsx-a11y": "6.0.3",
+ "eslint-plugin-react": "^7.7.0",
+ "jest-expo": "28.0.0",
+ "husky": "0.14.3",
+ "react-test-renderer": "16.3.1",
+ "react-native-scripts": "1.14.0"
+ },
+ "husky": {
+ "hooks": {
+ "pre-push": "npm run prepush"
+ }
+ },
+ "jest": {
+ "preset": "jest-expo"
+ },
+ "main": "./app/app.js"
+}