mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 02:44:01 +00:00
* Refactor Home component * Refactor Welcome * Refactor small components * Refactor Nav component * refactor Settings * Refactor Chat * Refactor New message notifications * Fix tests * Remove tooltip * Remove react-simple-dropdown * Change to last redux * Switch to redux hooks * Add github action
81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
|
"name": "darkwire-client",
|
|
"version": "2.0.0-beta.12",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"contributors": [
|
|
{
|
|
"name": "Daniel Seripap"
|
|
},
|
|
{
|
|
"name": "Alan Friedman"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@react-hookz/web": "^20.0.2",
|
|
"@reduxjs/toolkit": "^1.9.1",
|
|
"bootstrap": "^4.6.2",
|
|
"classnames": "^2.3.2",
|
|
"jquery": "3",
|
|
"moment": "^2.29.4",
|
|
"nanoid": "^4.0.0",
|
|
"randomcolor": "^0.6.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-feather": "^2.0.10",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-modal": "^3.16.1",
|
|
"react-redux": "^8.0.5",
|
|
"react-router": "^6.4.4",
|
|
"react-router-dom": "^6.4.4",
|
|
"react-tooltip": "^5.2.0",
|
|
"redux": "^4.2.0",
|
|
"redux-thunk": "^2.4.2",
|
|
"sanitize-html": "^2.7.3",
|
|
"socket.io-client": "^4.5.4",
|
|
"tinycon": "^0.6.8"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "TZ=UTC vitest",
|
|
"lint": "eslint src",
|
|
"coverage": "TZ=UTC vitest --coverage --watch=false"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
|
"@typescript-eslint/parser": "^5.46.0",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"@vitest/coverage-istanbul": "^0.25.7",
|
|
"eslint": "^8.29.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"jest-environment-jsdom-sixteen": "^1.0.3",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"prettier": "^2.0.5",
|
|
"sass": "^1.56.2",
|
|
"typescript": "^4.9.4",
|
|
"vitest": "^0.25.7",
|
|
"vitest-fetch-mock": "^0.2.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|