41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "chat",
|
|
"version": "0.1.27",
|
|
"main": "./src/index.tsx",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/humanize-duration": "^3.27.1",
|
|
"@types/lodash.clonedeep": "^4.5.7",
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
"@types/lodash.throttle": "^4.1.7",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.7",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"classnames": "^2.3.2",
|
|
"dotenv": "^16.0.3",
|
|
"esbuild": "^0.15.11",
|
|
"humanize-duration": "^3.27.3",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.throttle": "^4.1.1",
|
|
"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.8",
|
|
"run-when-changed": "^2.1.0",
|
|
"socket.io-client": "^4.5.3",
|
|
"typescript": "^4.8.4",
|
|
"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"
|
|
}
|
|
}
|