|
4 | 4 | "version": "0.0.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "dev:client-setup": "vite --mode 1-client-setup", |
8 | | - "dev:core-component-setup": "vite --mode 2-core-component-setup", |
9 | | - "dev:channel-list": "vite --mode 3-channel-list", |
10 | | - "dev:custom-ui-components": "vite --mode 4-custom-ui-components", |
11 | | - "dev:custom-attachment-type": "vite --mode 5-custom-attachment-type", |
12 | | - "dev:emoji-picker": "vite --mode 6-emoji-picker", |
13 | | - "dev:livestream": "vite --mode 7-livestream", |
14 | | - "build:client-setup": "vite build --mode 1-client-setup", |
15 | | - "build:core-component-setup": "vite build --mode 2-core-component-setup", |
16 | | - "build:channel-list": "vite build --mode 3-channel-list", |
17 | | - "build:custom-ui-components": "vite build --mode 4-custom-ui-components", |
18 | | - "build:custom-attachment-type": "vite build --mode 5-custom-attachment-type", |
19 | | - "build:emoji-picker": "vite build --mode 6-emoji-picker", |
20 | | - "build:livestream": "vite build --mode 7-livestream", |
21 | | - "build:all": "concurrently \"npm run build:client-setup\" \"npm run build:core-component-setup\" \"npm run build:channel-list\" \"npm run build:custom-ui-components\" \"npm run build:custom-attachment-type\" \"npm run build:emoji-picker\" \"npm run build:livestream\"", |
22 | | - "lint": "eslint ." |
| 7 | + "dev": "vite", |
| 8 | + "build": "vite build", |
| 9 | + "lint": "eslint .", |
| 10 | + "preview": "vite preview" |
23 | 11 | }, |
24 | 12 | "dependencies": { |
25 | | - "react": "^19.1.0", |
26 | | - "react-dom": "^19.1.0", |
27 | | - "stream-chat": "^9.0.0", |
28 | | - "stream-chat-react": "^13.0.0" |
| 13 | + "@emoji-mart/data": "link:../../node_modules/@emoji-mart/data", |
| 14 | + "emoji-mart": "link:../../node_modules/emoji-mart", |
| 15 | + "react": "link:../../node_modules/react", |
| 16 | + "react-dom": "link:../../node_modules/react-dom", |
| 17 | + "stream-chat": "link:../../node_modules/stream-chat", |
| 18 | + "stream-chat-react": "link:../../" |
29 | 19 | }, |
30 | 20 | "devDependencies": { |
31 | | - "@eslint/js": "^9.25.0", |
32 | | - "@types/react": "^19.1.2", |
33 | | - "@types/react-dom": "^19.1.2", |
34 | | - "@vitejs/plugin-react": "^4.4.1", |
35 | | - "concurrently": "^9.1.2", |
36 | | - "eslint": "^9.25.0", |
37 | | - "eslint-plugin-react-hooks": "^5.2.0", |
38 | | - "eslint-plugin-react-refresh": "^0.4.19", |
39 | | - "globals": "^16.0.0", |
40 | | - "typescript": "~5.8.3", |
41 | | - "typescript-eslint": "^8.30.1", |
42 | | - "vite": "^6.4.1" |
| 21 | + "@eslint/js": "^9.39.4", |
| 22 | + "@types/react": "^19.2.14", |
| 23 | + "@types/react-dom": "^19.2.3", |
| 24 | + "@vitejs/plugin-react": "^6.0.1", |
| 25 | + "eslint": "^9.39.4", |
| 26 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 27 | + "eslint-plugin-react-refresh": "^0.5.2", |
| 28 | + "globals": "^17.4.0", |
| 29 | + "typescript": "^5.9.3", |
| 30 | + "typescript-eslint": "^8.57.2", |
| 31 | + "vite": "^8.0.3" |
43 | 32 | } |
44 | 33 | } |
0 commit comments