-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.96 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
{
"name": "cv-builder",
"version": "0.7.4",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"update": "ng update @angular/cli @angular/core @angular/material @angular-eslint/schematics",
"version": "node scripts/version.js && git add ./src/environments/version.ts",
"postversion": "git push && git push --tags"
},
"license": "MIT",
"dependencies": {
"@angular/animations": "^15.2.0",
"@angular/cdk": "^15.2.0",
"@angular/common": "^15.2.0",
"@angular/compiler": "^15.2.0",
"@angular/core": "^15.2.0",
"@angular/forms": "^15.2.0",
"@angular/material": "^15.2.0",
"@angular/platform-browser": "^15.2.0",
"@angular/router": "^15.2.0",
"@angular/service-worker": "^15.2.0",
"@ngneat/elf": "^2.1.0",
"@ngneat/elf-entities": "^4.4.2",
"nanoid": "^4.0.0",
"rxjs": "^7.5.0",
"tslib": "^2.3.1",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-builders/jest": "^15.0.0",
"@angular-devkit/build-angular": "^15.2.0",
"@angular-eslint/builder": "^15.0.0",
"@angular-eslint/eslint-plugin": "^15.0.0",
"@angular-eslint/eslint-plugin-template": "^15.0.0",
"@angular-eslint/schematics": "^15.0.0",
"@angular-eslint/template-parser": "^15.0.0",
"@angular/cli": "^15.2.0",
"@angular/compiler-cli": "^15.2.0",
"@angular/language-service": "^15.2.0",
"@cypress/schematic": "^2.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"cypress": "latest",
"eslint": "^8.23.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jest": "^29.0.0",
"ts-node": "^10.2.0",
"typescript": "~4.9.4"
}
}