-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.55 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.55 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
{
"name": "jsonfeed-api",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node node_modules/.bin/http-server -U -g -P https://jsonfeed-browser.herokuapp.com/?",
"start:dev": "ng serve",
"build": "ng build --build-optimizer=true --stats-json=true --output-path=public",
"watch": "ng build --watch --configuration development",
"test": "jest --clearCache --collect-coverage",
"test:ci": "jest --runInBand --collect-coverage"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/forms": "~12.2.0",
"@angular/localize": "~12.2.0",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@briebug/jest-schematic": "^3.1.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
"@ngneat/until-destroy": "^8.1.4",
"bootstrap": "^5.1.3",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4",
"http-server": "^14.0.0"
},
"devDependencies": {
"@angular-builders/jest": "latest",
"@angular-devkit/build-angular": "~12.2.12",
"@angular/cli": "~12.2.12",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/jest": "latest",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
"jest": "latest",
"jest-preset-angular": "^10.1.0",
"karma-coverage": "~2.0.3",
"typescript": "~4.3.5"
}
}