first pass api client

This commit is contained in:
austinried
2021-06-15 09:07:43 +09:00
parent 1b78acd5fa
commit b51d0eb685
4 changed files with 204 additions and 2 deletions

View File

@@ -10,17 +10,21 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"md5": "^2.3.0",
"react": "17.0.1",
"react-native": "0.64.1",
"recoil": "^0.3.1"
"recoil": "^0.3.1",
"xmldom": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/md5": "^2.3.0",
"@types/react-native": "^0.64.5",
"@types/react-test-renderer": "^16.9.2",
"@types/xmldom": "^0.1.30",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",