-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.75 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
{
"name": "kommiunity-frontend",
"version": "1.0.0",
"author": "Daniel Hiebeler, Emanuel Hiebeler",
"homepage": "https://kommiuniti.netlify.app/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "^18.1.2",
"@angular/core": "^18.1.2",
"@angular/forms": "^18.1.2",
"@angular/platform-browser": "^18.1.2",
"@angular/platform-browser-dynamic": "^18.1.2",
"@angular/router": "^18.1.2",
"@angular/service-worker": "^18.1.2",
"@auth0/angular-jwt": "^5.2.0",
"@ionic/angular": "^8.2.6",
"hammerjs": "^2.0.8",
"ionicons": "^7.4.0",
"ngx-image-cropper": "^6.3.2",
"rxjs": "~7.8.1",
"swiper": "^8.4.6",
"tint-shade-color": "^1.0.0",
"tslib": "^2.6.3",
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.2",
"@angular-eslint/builder": "~15.1.0",
"@angular-eslint/eslint-plugin": "~15.1.0",
"@angular-eslint/eslint-plugin-template": "~15.1.0",
"@angular-eslint/template-parser": "~15.1.0",
"@angular/cli": "^18.1.2",
"@angular/compiler": "^18.1.2",
"@angular/compiler-cli": "^18.1.2",
"@angular/language-service": "^18.1.2",
"@ionic/angular-toolkit": "^11.0.1",
"@ionic/cli": "^7.2.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"eslint": "^8.31.0",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-prefer-arrow": "1.2.3",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"typescript": "~5.5.4"
},
"description": "An Ionic and Angular Project"
}