From 7e7dd5244e8d26485ad7950a89c04c98c4fef83f Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 11 Mar 2019 21:00:02 +0400 Subject: Initial commit/ --- frontend/package.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 frontend/package.json (limited to 'frontend/package.json') 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" +} -- cgit v1.2.3