generated from shonderdos/angular-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"name": "dev-case",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:watch": "jest --watch",
"lint": "ng lint",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.1",
"@angular/cdk": "^18.0.0",
"@angular/common": "18.2.1",
"@angular/compiler": "18.2.1",
"@angular/core": "18.2.1",
"@angular/forms": "18.2.1",
"@angular/material": "^18.0.0",
"@angular/platform-browser": "18.2.1",
"@angular/platform-browser-dynamic": "18.2.1",
"@angular/router": "18.2.1",
"firebase": "^10.0.0",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-eslint/builder": "18.4.1",
"@angular-eslint/eslint-plugin": "18.4.1",
"@angular-eslint/eslint-plugin-template": "18.4.1",
"@angular-eslint/schematics": "18.4.1",
"@angular-eslint/template-parser": "18.4.1",
"@angular/build": "^18.0.1",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.1",
"@cypress/schematic": "2.5.2",
"@types/jest": "^29.4.0",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"cypress": "latest",
"eslint": "^8.53.0",
"firebase-tools": "^13.0.0",
"jest": "^29.4.3",
"jest-preset-angular": "^14.1.0",
"prettier": "3.3.3",
"typescript": "5.5"
}
}