|
| 1 | +{ |
| 2 | + "name": "tutorial", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 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 ." |
| 23 | + }, |
| 24 | + "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" |
| 29 | + }, |
| 30 | + "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.3.5" |
| 43 | + } |
| 44 | +} |
0 commit comments