WebChat/package.json

129 lines
3.7 KiB
JSON
Raw Normal View History

2023-07-11 20:22:57 +00:00
{
"name": "web-chat",
"displayName": "WebChat",
"version": "0.0.1",
"description": "Chatting Anonymously with People on the Same Website.",
"type": "module",
2023-07-11 20:22:57 +00:00
"scripts": {
2023-11-04 18:18:09 +00:00
"dev": "wxt",
2024-02-23 08:37:37 +00:00
"dev:server": "y-webrtc-signaling",
2023-11-04 18:18:09 +00:00
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"pack": "cross-env NODE_ENV=production run-p pack:*",
2023-11-04 18:18:09 +00:00
"pack:zip": "wxt zip",
"pack:firefox": "wxt zip -b firefox",
2024-09-16 05:44:16 +00:00
"lint": "eslint --fix --flag unstable_ts_config",
2023-11-04 18:18:09 +00:00
"clear": "rimraf .output",
2023-07-11 20:22:57 +00:00
"tsc:check": "tsc --noEmit",
2024-09-16 05:44:16 +00:00
"prepare": "husky",
2023-11-04 18:18:09 +00:00
"postinstall": "wxt prepare"
2023-07-11 20:22:57 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/molvqingtai/WebChat.git"
},
"keywords": [
2023-07-13 17:32:36 +00:00
"WebChat",
2023-07-11 20:22:57 +00:00
"Chat",
2023-07-13 17:32:36 +00:00
"Browser",
"Browser Extension",
"Chrome",
"Chrome Extension",
"Firefox",
"Firefox Extension",
"Extension",
"WebRTC",
"P2P",
"Peer to Peer"
2023-07-11 20:22:57 +00:00
],
"author": "molvqingtai",
"license": "MIT",
"bugs": {
"url": "https://github.com/molvqingtai/WebChat/issues"
},
"homepage": "https://github.com/molvqingtai/WebChat#readme",
"dependencies": {
2024-02-23 08:37:37 +00:00
"@hookform/resolvers": "^3.3.4",
"@perfsee/jsonr": "^1.12.2",
2023-11-04 18:18:09 +00:00
"@radix-ui/react-avatar": "^1.0.4",
2023-11-06 19:05:26 +00:00
"@radix-ui/react-dropdown-menu": "^2.0.6",
2023-11-04 18:18:09 +00:00
"@radix-ui/react-hover-card": "^1.0.7",
2023-07-11 20:22:57 +00:00
"@radix-ui/react-icons": "^1.3.0",
2023-11-16 19:14:55 +00:00
"@radix-ui/react-label": "^2.0.2",
2023-10-14 19:14:16 +00:00
"@radix-ui/react-popover": "^1.0.7",
2023-12-01 17:14:31 +00:00
"@radix-ui/react-radio-group": "^1.1.3",
2023-11-04 18:18:09 +00:00
"@radix-ui/react-scroll-area": "^1.0.5",
2023-07-14 12:04:51 +00:00
"@radix-ui/react-slot": "^1.0.2",
2023-11-21 17:22:31 +00:00
"@radix-ui/react-switch": "^1.0.3",
2023-11-04 18:18:09 +00:00
"@tailwindcss/typography": "^0.5.10",
"class-variance-authority": "^0.7.0",
2024-02-23 08:37:37 +00:00
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
2023-08-06 16:24:00 +00:00
"idb-keyval": "^6.2.1",
2024-03-08 13:41:42 +00:00
"lucide-react": "^0.350.0",
2024-02-23 08:37:37 +00:00
"nanoid": "^5.0.6",
2024-09-18 19:41:07 +00:00
"next-themes": "^0.3.0",
2023-11-04 18:18:09 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-03-08 13:41:42 +00:00
"react-hook-form": "^7.51.0",
"react-markdown": "^9.0.1",
2024-02-23 08:37:37 +00:00
"react-use": "^17.5.0",
"react-virtuoso": "^4.10.4",
2023-10-14 06:02:54 +00:00
"remark-breaks": "^4.0.0",
2023-11-04 18:18:09 +00:00
"remark-gfm": "^4.0.0",
2024-09-16 05:44:16 +00:00
"remesh": "^4.2.2",
2023-07-31 19:14:59 +00:00
"remesh-logger": "^4.1.0",
2024-02-23 08:37:37 +00:00
"remesh-react": "^4.1.2",
2023-07-31 19:14:59 +00:00
"rxjs": "^7.8.1",
2024-09-18 19:41:07 +00:00
"sonner": "^1.5.0",
2024-02-23 08:37:37 +00:00
"tailwind-merge": "^2.2.1",
2024-09-16 05:44:16 +00:00
"trystero": "^0.20.0",
2024-03-08 13:41:42 +00:00
"type-fest": "^4.11.1",
2024-02-23 08:37:37 +00:00
"unstorage": "^1.10.1",
2024-09-16 07:47:36 +00:00
"valibot": "^0.42.0",
2024-09-16 06:46:36 +00:00
"webextension-polyfill": "^0.12.0"
2023-11-04 18:18:09 +00:00
},
"devDependencies": {
2024-03-08 13:41:42 +00:00
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
2024-09-16 05:44:16 +00:00
"@eslint-react/eslint-plugin": "^1.14.1",
"@eslint/js": "^9.10.0",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/eslint__js": "^8.42.3",
2024-03-08 13:41:42 +00:00
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
2024-02-23 08:37:37 +00:00
"@types/webextension-polyfill": "^0.10.7",
2024-09-16 07:47:36 +00:00
"@typescript-eslint/parser": "^8.5.0",
2023-12-04 20:02:04 +00:00
"@vitejs/plugin-react": "^4.2.1",
2024-03-08 13:41:42 +00:00
"autoprefixer": "^10.4.18",
2023-11-04 18:18:09 +00:00
"cross-env": "^7.0.3",
2024-09-16 05:44:16 +00:00
"eslint": "^9.10.0",
2023-12-04 20:02:04 +00:00
"eslint-config-prettier": "^9.1.0",
2024-09-16 05:44:16 +00:00
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"globals": "^15.9.0",
2024-02-23 08:37:37 +00:00
"husky": "^9.0.11",
2024-09-16 05:44:16 +00:00
"jiti": "^1.21.6",
2024-02-23 08:37:37 +00:00
"lint-staged": "^15.2.2",
2023-11-04 18:18:09 +00:00
"npm-run-all": "^4.1.5",
2024-02-23 08:37:37 +00:00
"postcss": "^8.4.35",
"prettier": "^3.2.5",
2023-11-04 18:18:09 +00:00
"rimraf": "^5.0.5",
2024-02-23 08:37:37 +00:00
"tailwindcss": "^3.4.1",
2023-11-04 18:18:09 +00:00
"tailwindcss-animate": "^1.0.7",
2024-09-16 05:44:16 +00:00
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
2023-11-04 18:18:09 +00:00
"webext-bridge": "^6.0.1",
2024-03-08 13:41:42 +00:00
"wxt": "^0.17.7"
2023-11-04 18:18:09 +00:00
},
"lint-staged": {
2024-09-16 05:44:16 +00:00
"*.{js,jsx,ts,tsx}": "eslint --fix --flag unstable_ts_config"
2023-07-13 17:32:36 +00:00
},
"engines": {
2024-09-16 05:44:16 +00:00
"node": ">=20.0.0"
2023-07-11 20:22:57 +00:00
}
}