2022-09-24 03:49:40 +00:00
|
|
|
{
|
|
|
|
"name": "chat",
|
2022-09-25 03:41:57 +00:00
|
|
|
"version": "0.0.23",
|
2022-09-25 00:53:05 +00:00
|
|
|
"main": "./src/index.tsx",
|
2022-09-24 03:49:40 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-09-24 20:34:32 +00:00
|
|
|
"@types/humanize-duration": "^3.27.1",
|
2022-09-24 03:49:40 +00:00
|
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
|
|
"@types/lozad": "^1.16.1",
|
|
|
|
"@types/react": "^18.0.20",
|
|
|
|
"@types/react-dom": "^18.0.6",
|
|
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
|
|
"@types/react-window": "^1.8.5",
|
|
|
|
"classnames": "^2.3.2",
|
|
|
|
"dotenv": "^16.0.2",
|
|
|
|
"esbuild": "^0.15.7",
|
2022-09-24 20:34:32 +00:00
|
|
|
"humanize-duration": "^3.27.3",
|
2022-09-24 03:49:40 +00:00
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
|
"lozad": "^1.16.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dnd": "^16.0.1",
|
|
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-virtualized-auto-sizer": "^1.0.7",
|
|
|
|
"react-window": "^1.8.7",
|
|
|
|
"run-when-changed": "^2.1.0",
|
|
|
|
"socket.io-client": "^4.5.2",
|
|
|
|
"typescript": "^4.8.3",
|
|
|
|
"weak-key": "^1.0.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"chat": "yarn check && yarn build && yarn css:move",
|
|
|
|
"chat:watch": "run-when-changed --watch \"**/*.*\" --exec \"yarn chat\"",
|
|
|
|
"check": "tsc",
|
|
|
|
"build": "node ./build",
|
|
|
|
"css:move": "mv ../files/assets/js/chat_done.css ../files/assets/css/chat_done.css"
|
|
|
|
}
|
|
|
|
}
|