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.
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "tailchat-shared",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"repository": "https://github.com/msgbyte/tailchat.git",
|
|
"author": "moonrailgun <moonrailgun@gmail.com>",
|
|
"license": "GPLv3",
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.7.1",
|
|
"@tanstack/query-async-storage-persister": "4.32.6",
|
|
"@tanstack/react-query": "4.33.0",
|
|
"@tanstack/react-query-persist-client": "4.33.0",
|
|
"axios": "^0.21.1",
|
|
"crc": "^3.8.0",
|
|
"dayjs": "^1.10.6",
|
|
"eventemitter-strict": "^1.0.1",
|
|
"filesize": "^8.0.7",
|
|
"flatted": "^3.2.4",
|
|
"formik": "^2.2.9",
|
|
"i18next": "^21.9.2",
|
|
"i18next-http-backend": "^1.4.1",
|
|
"lodash": "^4.17.21",
|
|
"react-i18next": "^11.18.6",
|
|
"react-native-storage": "npm:@trpgengine/react-native-storage@^1.0.1",
|
|
"react-redux": "^8.0.2",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"socket.io-client": "^4.1.2",
|
|
"socket.io-msgpack-parser": "^3.0.2",
|
|
"tailchat-types": "workspace:^",
|
|
"url-regex": "^5.0.0",
|
|
"yup": "^0.32.9",
|
|
"zustand": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crc": "^3.4.0",
|
|
"@types/lodash": "^4.14.170",
|
|
"@types/react": "18.0.20",
|
|
"react": "18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|