-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.84 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
{
"name": "berry-free-angular-admin-template",
"version": "6.0.0",
"author": "CodedThemes",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --configuration production --base-href /angular/free/",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"prettier": "prettier --write ./src"
},
"dependencies": {
"@angular/cdk": "22.0.0",
"@angular/common": "22.0.0",
"@angular/compiler": "22.0.0",
"@angular/core": "22.0.0",
"@angular/forms": "22.0.0",
"@angular/platform-browser": "22.0.0",
"@angular/platform-browser-dynamic": "22.0.0",
"@angular/router": "22.0.0",
"@ng-bootstrap/ng-bootstrap": "20.0.0",
"@popperjs/core": "2.11.8",
"apexcharts": "5.13.0",
"bootstrap": "5.3.8",
"ng-apexcharts": "2.4.0",
"ngx-scrollbar": "19.1.5",
"rxjs": "~7.8.2",
"tslib": "2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-eslint/builder": "22.0.0",
"@angular-eslint/eslint-plugin": "22.0.0",
"@angular-eslint/eslint-plugin-template": "22.0.0",
"@angular-eslint/schematics": "22.0.0",
"@angular-eslint/template-parser": "22.0.0",
"@angular/build": "22.0.0",
"@angular/cli": "22.0.0",
"@angular/compiler-cli": "22.0.0",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "8.60.1",
"@typescript-eslint/parser": "8.60.1",
"@typescript-eslint/types": "8.60.1",
"@typescript-eslint/utils": "8.60.1",
"angular-eslint": "^22.0.0",
"eslint": "^10.4.1",
"prettier": "3.8.3",
"typescript": "6.0.3",
"typescript-eslint": "^8.61.0"
},
"packageManager": "yarn@4.13.0"
}