Skip to content

Commit

Permalink
0.5版本
Browse files Browse the repository at this point in the history
  • Loading branch information
perrornet committed Mar 15, 2019
1 parent 2ba22bc commit d7aa9b9
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "GetAnything",
"version": "0.5",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-action-button": "^2.8.5",
"react-native-divide": "^1.0.1",
"react-native-easy-toast": "^1.1.0",
"react-native-elements": "^1.0.0-beta7",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.0.15",
"react-native-material-kit": "^0.5.1",
"react-native-progress": "^3.5.0",
"react-native-simple-markdown": "^1.1.0",
"react-native-sqlite-storage": "^3.3.9",
"react-native-ui-lib": "^3.15.5",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "^3.1.2"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+/~https://github.com/PerrorOne/GetAnything-Client.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/PerrorOne/GetAnything-Client/issues"
},
"homepage": "/~https://github.com/PerrorOne/GetAnything-Client#readme",
"description": ""
}

0 comments on commit d7aa9b9

Please sign in to comment.