mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
538 B
JSON
23 lines
538 B
JSON
{
|
|
"name": "pawchat-shared",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"repository": "https://github.com/pawchat/pawchat.git",
|
|
"author": "moonrailgun <moonrailgun@gmail.com>",
|
|
"license": "GPLv3",
|
|
"private": true,
|
|
"dependencies": {
|
|
"formik": "^2.2.9",
|
|
"lodash": "^4.17.21",
|
|
"react-native-storage": "npm:@trpgengine/react-native-storage@^1.0.1",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.170"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
}
|