-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.47 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.47 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@lessify/angular-core",
"version": "17.3.2",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:core": "ng build core",
"build:core-prod": "ng build core --configuration production",
"build:tools": "ng build tools",
"build:tools-prod": "ng build tools --configuration production && npm run build:tools-schematics",
"build:tools-schematics": "npm run build:schematics --prefix ./projects/tools",
"test:tools": "npm run build:tools-prod && jasmine dist/tools/**/*.spec.js",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"license": "MIT",
"private": false,
"dependencies": {
"@angular-devkit/schematics": "^17.3.0",
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/material": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@ngneat/transloco": "5.0.10",
"@ngx-translate/core": "15.0.0",
"rxjs": "^7.4.0",
"tslib": "^2.0.0",
"zone.js": "~0.14.4",
"proxy-agent": "^6.3.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.0",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/language-service": "^17.3.0",
"@types/jasmine": "^3.6.9",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^20.10.6",
"@types/node-fetch": "^2.5.12",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^17.3.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "^6.1.3",
"typescript": "~5.2.2"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.4.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Lessify/lessify-angular.git"
},
"author": "Lessify",
"bugs": {
"url": "https://github.com/Lessify/lessify-angular/issues"
},
"homepage": "https://github.com/Lessify/lessify-angular#readme"
}