|
6 | 6 | "scripts": { |
7 | 7 | "build": "nuxt build", |
8 | 8 | "dev": "nuxt dev --port 3501", |
| 9 | + "dev:compose": "docker compose -f ./../../docker/web-app/docker-compose.yaml up -d", |
9 | 10 | "preview": "PORT=3501 nuxt preview", |
10 | 11 | "clean": "rm -rf .output", |
11 | 12 | "clean:modules": "rm -rf .nuxt node_modules", |
12 | 13 | "typecheck": "nuxt typecheck", |
13 | 14 | "postinstall": "nuxt prepare" |
14 | 15 | }, |
15 | 16 | "dependencies": { |
16 | | - "@neoconfetti/vue": "catalog:", |
17 | | - "@openai/agents": "catalog:", |
18 | | - "@pinia/nuxt": "catalog:", |
| 17 | + "@neoconfetti/vue": "catalog:integrations", |
| 18 | + "@openai/agents": "catalog:integrations", |
| 19 | + "@pinia/nuxt": "catalog:integrations", |
19 | 20 | "@roll-stack/database": "workspace:*", |
20 | 21 | "@roll-stack/queue": "workspace:*", |
21 | 22 | "@roll-stack/schema": "workspace:*", |
22 | 23 | "@roll-stack/ui": "workspace:*", |
23 | | - "aws4fetch": "catalog:", |
24 | | - "date-fns": "catalog:", |
25 | | - "ioredis": "catalog:", |
26 | | - "libphonenumber-js": "catalog:", |
27 | | - "node-xlsx": "catalog:", |
28 | | - "nuxt-tiptap-editor": "catalog:", |
29 | | - "openai": "catalog:", |
30 | | - "pinia": "catalog:", |
31 | | - "sharp": "catalog:", |
32 | | - "uqr": "catalog:" |
| 24 | + "aws4fetch": "catalog:integrations", |
| 25 | + "date-fns": "catalog:integrations", |
| 26 | + "ioredis": "catalog:integrations", |
| 27 | + "libphonenumber-js": "catalog:integrations", |
| 28 | + "node-xlsx": "0.24.0", |
| 29 | + "nuxt-tiptap-editor": "catalog:integrations", |
| 30 | + "openai": "catalog:integrations", |
| 31 | + "pinia": "catalog:integrations", |
| 32 | + "sharp": "catalog:integrations", |
| 33 | + "uqr": "0.1.2" |
33 | 34 | }, |
34 | 35 | "devDependencies": { |
35 | | - "@types/node": "catalog:", |
36 | | - "nuxt": "catalog:", |
37 | | - "nuxt-auth-utils": "catalog:" |
| 36 | + "@types/node": "catalog:types", |
| 37 | + "nuxt": "catalog:dev", |
| 38 | + "nuxt-auth-utils": "catalog:dev" |
38 | 39 | } |
39 | 40 | } |
0 commit comments