-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.68 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
{
"name": "workspace",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"start": "nx serve",
"build": "nx build",
"test": "yarn jest --clear-cache && nx test my-app --skip-nx-cache"
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.0",
"@angular/common": "13.3.0",
"@angular/compiler": "13.3.0",
"@angular/core": "13.3.0",
"@angular/forms": "13.3.0",
"@angular/platform-browser": "13.3.0",
"@angular/platform-browser-dynamic": "13.3.0",
"@angular/router": "13.3.0",
"@ngxs/store": "3.7.3",
"@nrwl/angular": "14.1.7",
"rxjs": "7.5.5",
"tslib": "2.3.0",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.0",
"@angular-eslint/eslint-plugin": "13.2.0",
"@angular-eslint/eslint-plugin-template": "13.2.0",
"@angular-eslint/template-parser": "13.2.0",
"@angular/cli": "13.3.0",
"@angular/compiler-cli": "13.3.0",
"@angular/language-service": "13.3.0",
"@nrwl/cli": "14.1.7",
"@nrwl/eslint-plugin-nx": "14.1.7",
"@nrwl/jest": "14.1.7",
"@nrwl/linter": "14.1.7",
"@nrwl/workspace": "14.1.7",
"@types/jest": "27.5.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"jest-preset-angular": "12.2.2",
"nx": "14.1.7",
"prettier": "2.6.2",
"ts-jest": "28.0.3",
"ts-node": "10.8.0",
"typescript": "4.6.4"
}
}