forked from opentiny/webmcp-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "doc-ai-angular",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently -n ng,remoter \"ng serve\" \"pnpm -C remoter dev\"",
"dev:ng": "ng serve",
"dev:remoter": "pnpm -C remoter dev",
"build": "ng build",
"build:remoter": "pnpm -C remoter build",
"preview": "ng serve --configuration production"
},
"dependencies": {
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@opentiny/next-sdk": "^0.2.9",
"rxjs": "^7.8.0",
"tslib": "^2.6.0",
"vue": "catalog:",
"zone.js": "^0.15.0",
"zod": "catalog:"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/build": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"concurrently": "^9.1.0",
"@types/node": "catalog:",
"dotenv": "catalog:",
"sass": "^1.80.0",
"typescript": "^5.9.0"
}
}