-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 2.13 KB
/
package.json
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
52
53
54
55
56
57
58
{
"name": "gps-components",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build_services": "ng build totvs-gps-services && cd dist/totvs-gps-services && npm pack",
"build_controls": "ng build totvs-gps-controls && cd dist/totvs-gps-controls && npm pack",
"build_utils": "ng build totvs-gps-utils && cd dist/totvs-gps-utils && npm pack",
"build_zoom": "ng build totvs-gps-zoom && cd dist/totvs-gps-zoom && npm pack",
"build_crud": "ng build totvs-gps-crud && cd dist/totvs-gps-crud && npm pack",
"build_custom": "ng build totvs-gps-custom && cd dist/totvs-gps-custom && npm pack",
"build_all": "npm run build_services && npm run build_controls && npm run build_utils && npm run build_zoom && npm run build_crud && npm run build_custom"
},
"private": true,
"dependencies": {
"@angular/animations": "~18.2.8",
"@angular/common": "~18.2.8",
"@angular/compiler": "~18.2.8",
"@angular/core": "~18.2.8",
"@angular/forms": "~18.2.8",
"@angular/platform-browser": "~18.2.8",
"@angular/platform-browser-dynamic": "~18.2.8",
"@angular/router": "~18.2.8",
"@po-ui/ng-components": "~18.9.0",
"@totvs/po-theme": "~18.9.0",
"coa": "2.0.2",
"ng-packagr": "~18.2.1",
"rxjs": "~7.8.1",
"totvs-gps-api": "file:library/totvs-gps-api-0.1.247.tgz",
"totvs-gps-api-v2": "file:library/totvs-gps-api-v2-0.0.21.tgz",
"totvs-gps-controls": "~18.0.0",
"totvs-gps-crud": "~18.0.0",
"totvs-gps-custom": "~18.0.0",
"totvs-gps-services": "~18.0.0",
"totvs-gps-utils": "~18.0.0",
"tslib": "~2.6.2",
"typescript": "~5.5.4",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.8",
"@angular/cli": "~18.2.8",
"@angular/compiler-cli": "~18.2.8",
"@angular/language-service": "~18.2.8",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "~2.0.10",
"@types/node": "~18.19.1",
"@types/resize-observer-browser": "~0.1.11",
"ts-node": "~10.0.0",
"tslint": "~6.1.0"
},
"type": "module"
}