-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.7 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "shipvibes",
"version": "0.1.0",
"private": true,
"description": "Shipvibes.dev - платформа для редактирования фронтенд-кода с автодеплоем",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"_comment": "🚀 DEV COMMANDS: dev = turbo (websocket+packages) + web с ngrok, dev:basic = turbo все, dev:all = legacy",
"build": "turbo build",
"dev": "concurrently \"turbo dev --filter=!@shipvibes/web --filter=!phion\" \"cd apps/web && pnpm dev:ngrok\"",
"dev:basic": "turbo dev --filter=!phion",
"dev:all": "concurrently \"turbo dev --filter=!phion\" \"cd apps/websocket-server && pnpm dev\"",
"lint": "turbo lint",
"type-check": "turbo type-check",
"clean": "turbo clean",
"test": "turbo test",
"diagnose:github": "tsx scripts/diagnose-github-app.ts",
"test:manual-repo": "tsx scripts/create-test-repo.ts",
"test:upload-files": "tsx scripts/test-file-upload.ts"
},
"devDependencies": {
"@types/node": "^20.8.0",
"concurrently": "^8.2.2",
"depcheck": "^1.4.7",
"tsx": "^4.6.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.478.0",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-separator": "^1.1.7",
"@types/jsonwebtoken": "^9.0.9",
"@types/node-fetch": "^2.6.12",
"dotenv": "^16.5.0",
"jsonwebtoken": "^9.0.2",
"node-fetch": "^3.3.2",
"server-only": "^0.0.1",
"shiki": "^3.4.2"
}
}