-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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
{
"name": "zax-dashboard",
"version": "1.0.11",
"author": "Vault12",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build",
"lint": "ng lint",
"github-pages": "ng build --configuration github",
"prepare": "rm -rf dist/ && ng build --configuration production",
"dist": "ng build --configuration production"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vault12/zax-dashboard.git"
},
"dependencies": {
"@angular/animations": "19.1.6",
"@angular/common": "19.1.6",
"@angular/compiler": "19.1.6",
"@angular/core": "19.1.6",
"@angular/forms": "19.1.6",
"@angular/platform-browser": "19.1.6",
"@angular/platform-browser-dynamic": "19.1.6",
"@angular/router": "19.1.6",
"bootstrap": "5.3.3",
"bootswatch": "5.3.3",
"glow.ts": "1.0.3",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-eslint/builder": "19.1.0",
"@angular-eslint/eslint-plugin": "19.1.0",
"@angular-eslint/eslint-plugin-template": "19.1.0",
"@angular-eslint/schematics": "19.1.0",
"@angular-eslint/template-parser": "19.1.0",
"@angular/build": "19.1.7",
"@angular/cli": "19.1.7",
"@angular/compiler-cli": "19.1.6",
"@angular/language-service": "19.1.6",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.1",
"typescript": "5.7.3"
}
}