-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 2.29 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
59
60
61
62
63
64
65
66
{
"name": "carbon-calculator",
"version": "1.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --watch=false --browsers=ChromeHeadlessCustom",
"deploy": "ng deploy --base-href=/carbon-calculator/",
"extract-translations": "ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --clean --sort --format namespaced-json --marker _",
"compodoc": "npx compodoc -p tsconfig.doc.json",
"compodoc:build": "compodoc -p tsconfig.doc.json",
"compodoc:build-and-serve": "compodoc -p tsconfig.doc.json -s",
"compodoc:serve": "compodoc -w -s"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.10",
"@angular/cdk": "^14.2.6",
"@angular/common": "^14.2.10",
"@angular/compiler": "^14.2.9",
"@angular/core": "^14.2.10",
"@angular/flex-layout": "^14.0.0-beta.41",
"@angular/forms": "^14.2.10",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.10",
"@angular/platform-browser-dynamic": "^14.2.10",
"@angular/router": "^14.2.10",
"@angular/service-worker": "^14.2.10",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@types/file-saver": "^2.0.5",
"angular-resize-event": "^3.2.0",
"echarts": "^5.2.2",
"file-saver": "^2.0.5",
"install": "^0.13.0",
"ngx-echarts": "^14.0.0",
"ngx-konami": "^1.7.1",
"rxjs": "^7.5.7",
"tslib": "^2.4.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.9",
"@angular/cli": "^14.2.9",
"@angular/compiler-cli": "^14.2.10",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@compodoc/compodoc": "^1.1.19",
"@types/jasmine": "~4.3.0",
"@types/node": "^18.11.9",
"angular-cli-ghpages": "^1.0.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.4"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.7.",
"main": "karma.conf.js",
"author": "",
"license": "ISC"
}