-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
75 lines (75 loc) · 2.25 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
67
68
69
70
71
72
73
74
75
{
"name": "ngx-bar-rating-project",
"version": "0.0.0",
"description": "Angular Bar Rating",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:MurhafSousli/ngx-bar-rating.git"
},
"homepage": "https://github.com/MurhafSousli/ngx-bar-rating#readme",
"bugs": {
"url": "https://github.com/MurhafSousli/ngx-bar-rating/issues"
},
"keywords": [
"rating",
"angular",
"bar",
"bar-rating",
"star",
"stars"
],
"author": "Murhaf Sousli <[email protected]>",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build-demo": "ng build ngx-bar-rating-demo -c production",
"build": "ng build ngx-bar-rating -c production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"serve:ssr:ngx-bar-rating-demo": "node dist/ngx-bar-rating-demo/server/server.mjs"
},
"dependencies": {
"@angular/animations": "^18.0.4",
"@angular/common": "^18.0.4",
"@angular/compiler": "^18.0.4",
"@angular/core": "^18.0.4",
"@angular/forms": "^18.0.4",
"@angular/platform-browser": "^18.0.4",
"@angular/platform-browser-dynamic": "^18.0.4",
"@angular/platform-server": "^18.0.4",
"@angular/router": "^18.0.4",
"@angular/ssr": "^18.0.5",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "~6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"express": "^4.18.2",
"normalize.css": "^8.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.3.0",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.5",
"@angular-devkit/schematics": "^18.0.5",
"@angular/cli": "^18.0.5",
"@angular/compiler-cli": "^18.0.4",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.4",
"@types/node": "^18.18.0",
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.0.0",
"typescript": "~5.4.5"
}
}