-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.88 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "project-task-list",
"description": "Project Task List",
"version": "2.2.1",
"author": "Ken Sodemann",
"homepage": "http://kensodemann.github.io/",
"scripts": {
"bump": "node scripts/bump-version.js",
"build": "ng build",
"build:web": "ionic build --engine=browser --prod -- --stats-json",
"bundle-report": "webpack-bundle-analyzer www/stats.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"e2e": "ng e2e --configuration=test --port=4242",
"lint": "ng lint",
"ng": "ng",
"postinstall": "husky install",
"release": "node scripts/release.js",
"start": "ng serve",
"test": "jest --coverage",
"test:ci": "jest --runInBand --no-cache",
"test:dev": "jest --watch"
},
"private": true,
"dependencies": {
"@angular/common": "~11.2.9",
"@angular/core": "~11.2.9",
"@angular/fire": "~6.1.4",
"@angular/forms": "~11.2.9",
"@angular/platform-browser": "~11.2.9",
"@angular/platform-browser-dynamic": "~11.2.9",
"@angular/router": "~11.2.9",
"@angular/service-worker": "~11.2.9",
"@ionic/angular": "~5.6.4",
"@ngrx/effects": "~11.1.0",
"@ngrx/entity": "~11.1.0",
"@ngrx/store": "~11.1.0",
"@ngrx/store-devtools": "~11.1.0",
"@types/jest": "~26.0.22",
"core-js": "~3.10.1",
"date-fns": "~2.21.1",
"firebase": "~8.4.1",
"rxjs": "~6.6.7",
"tslib": "~2.2.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1102.8",
"@angular-devkit/build-angular": "~0.1102.8",
"@angular-eslint/builder": "~3.0.0",
"@angular-eslint/eslint-plugin": "~3.0.0",
"@angular-eslint/eslint-plugin-template": "~3.0.0",
"@angular-eslint/schematics": "~3.0.0",
"@angular-eslint/template-parser": "~3.0.0",
"@angular/cli": "~11.2.8",
"@angular/compiler": "~11.2.9",
"@angular/compiler-cli": "~11.2.9",
"@angular/language-service": "~11.2.9",
"@ionic/angular-toolkit": "~3.1.1",
"@ionic/prettier-config": "~1.0.1",
"@types/node": "~14.14.37",
"@typescript-eslint/eslint-plugin": "~4.22.0",
"@typescript-eslint/parser": "~4.22.0",
"adj-noun": "~0.1.1",
"axios": "~0.21.1",
"chalk": "~4.1.0",
"codelyzer": "^6.0.0",
"conventional-changelog": "~3.1.24",
"conventional-changelog-cli": "~2.1.1",
"eslint": "~7.24.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "~32.3.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"execa": "~5.0.0",
"husky": "~6.0.0",
"inquirer": "~8.0.0",
"jest": "~26.6.3",
"jest-preset-angular": "~8.4.0",
"listr": "~0.14.3",
"prettier": "~2.2.1",
"pretty-quick": "~3.1.0",
"protractor": "~7.0.0",
"rimraf": "~3.0.2",
"semver": "~7.3.5",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.1.5",
"webpack-bundle-analyzer": "~4.4.0"
},
"prettier": "@ionic/prettier-config"
}