-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.9 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
{
"name": "centeva-core",
"version": "0.0.0",
"scripts": {
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test-ci": "ng test --karma-config=projects/centeva-core/karma.ci.conf.js --no-progress",
"publish": "npm run build && npm publish dist/centeva-core --access public",
"update": "ncu -u"
},
"private": false,
"dependencies": {
"@angular/animations": "^21.1.2",
"@angular/cdk": "^21.1.2",
"@angular/common": "^21.1.2",
"@angular/compiler": "^21.1.2",
"@angular/core": "^21.1.2",
"@angular/forms": "^21.1.2",
"@angular/material": "^21.1.2",
"@angular/platform-browser": "^21.1.2",
"@angular/platform-browser-dynamic": "^21.1.2",
"@angular/router": "^21.1.2",
"assert": "^2.0.0",
"lodash-es": "^4.17.23",
"luxon": "^3.3.0",
"material-design-icons": "^3.0.1",
"rxjs": "~7.8.0",
"tslib": "^2.5.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^21.1.2",
"@angular-devkit/build-angular": "^21.1.2",
"@angular/cli": "^21.1.2",
"@angular/compiler-cli": "^21.1.2",
"@types/jasmine": "~4.3.1",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.3.0",
"@types/node": "^20.14.2",
"jasmine-core": "^4.6.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^21.1.0",
"npm-check-updates": "^16.10.2",
"typescript": "^5.9.3"
},
"description": "Centeva Core is a Common Angular package designed to contain reusable Angular pipes, directives, services, and Components.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Centeva/Centeva-Angular.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/Centeva/Centeva-Angular"
}