-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.75 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.75 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
{
"name": "datta-able-free-angular-admin-template",
"version": "6.3.0",
"author": "CodedThemes",
"private": false,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --configuration production --base-href /demos/admin-templates/datta-able/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/animations": "21.0.5",
"@angular/cdk": "21.0.3",
"@angular/common": "21.0.5",
"@angular/compiler": "21.0.5",
"@angular/core": "21.0.5",
"@angular/forms": "21.0.5",
"@angular/localize": "21.0.5",
"@angular/platform-browser": "21.0.5",
"@angular/platform-browser-dynamic": "21.0.5",
"@angular/router": "21.0.5",
"@ng-bootstrap/ng-bootstrap": "20.0.0",
"@popperjs/core": "2.11.8",
"apexcharts": "5.3.6",
"bootstrap": "5.3.8",
"ng-apexcharts": "2.0.4",
"ngx-scrollbar": "18.0.0",
"rxjs": "~7.8.2",
"screenfull": "6.0.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.0.3",
"@angular-eslint/builder": "21.1.0",
"@angular-eslint/eslint-plugin": "21.1.0",
"@angular-eslint/eslint-plugin-template": "21.1.0",
"@angular-eslint/schematics": "21.1.0",
"@angular-eslint/template-parser": "21.1.0",
"@angular/cli": "21.0.3",
"@angular/compiler-cli": "21.0.5",
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.1",
"@types/node": "25.0.1",
"@typescript-eslint/eslint-plugin": "8.49.0",
"@typescript-eslint/parser": "8.49.0",
"eslint": "9.39.1",
"prettier": "3.7.4",
"typescript": "5.9.3"
}
}