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.
36 lines
902 B
JSON
36 lines
902 B
JSON
{
|
|
"name": "tailchat-shared",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"repository": "https://github.com/msgbyte/tailchat.git",
|
|
"author": "moonrailgun <moonrailgun@gmail.com>",
|
|
"license": "GPLv3",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.6.0",
|
|
"axios": "^0.21.1",
|
|
"crc": "^3.8.0",
|
|
"dayjs": "^1.10.6",
|
|
"formik": "^2.2.9",
|
|
"i18next": "^20.3.2",
|
|
"i18next-http-backend": "^1.2.6",
|
|
"lodash": "^4.17.21",
|
|
"react-i18next": "^11.11.0",
|
|
"react-native-storage": "npm:@trpgengine/react-native-storage@^1.0.1",
|
|
"react-query": "^3.18.1",
|
|
"react-redux": "^7.2.4",
|
|
"redux": "^4.1.0",
|
|
"str2int": "^1.0.0",
|
|
"url-regex": "^5.0.0",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crc": "^3.4.0",
|
|
"@types/lodash": "^4.14.170"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
}
|