-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.68 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.68 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
{
"name": "image-only",
"description": "Remove image metadata webapp",
"version": "0.0.1",
"author": "Elias Zain",
"homepage": "https://github.com/eboukamza/image-only",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "jest",
"lint": "ng lint",
"format": "prettier --write \"src/**/*.{ts,html,scss}\"",
"deploy": "firebase deploy --only hosting"
},
"private": true,
"dependencies": {
"@angular/common": "20.0.3",
"@angular/compiler": "20.0.3",
"@angular/core": "20.0.3",
"@angular/forms": "20.0.3",
"@angular/platform-browser": "20.0.3",
"@angular/platform-browser-dynamic": "20.0.3",
"@angular/router": "20.0.3",
"@angular/service-worker": "20.0.3",
"@fortawesome/fontawesome-free": "^5.12.1",
"bulma": "^0.8.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.0.2",
"@angular-eslint/builder": "20.0.0",
"@angular-eslint/eslint-plugin": "20.0.0",
"@angular-eslint/eslint-plugin-template": "20.0.0",
"@angular-eslint/schematics": "20.0.0",
"@angular-eslint/template-parser": "20.0.0",
"@angular/cli": "20.0.2",
"@angular/compiler-cli": "20.0.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.19.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"firebase-tools": "^14.6.0",
"jest": "^30.0.0",
"jest-preset-angular": "^14.6.0",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typescript": "~5.8.3"
}
}