-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 3.46 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "angular-nest-nx",
"version": "0.0.1",
"description": "Starter project with Angular 13, Ngx-admin, NestJs, Nx Workspace, Jest, Cypress, ESLint & Prettier",
"author": "Wilfried Lucha <[email protected]>",
"homepage": "https://lucha.at",
"license": "MIT",
"contributors": [
"Wilfried Lucha <[email protected]>"
],
"keywords": [
"angular",
"angular 13",
"angular-nest",
"angular nest",
"angular-nest-nx",
"angular nest nx",
"angular-starter",
"angular starter",
"angular-boilerplate",
"angular boilerplate",
"angular-template",
"angular template",
"nx",
"nx workspace",
"nest",
"nest js",
"nestjs",
"nest-js",
"eslint"
],
"repository": "https://github.com/wlucha/angular-nest-nx.git",
"bugs": {
"url": "https://github.com/wlucha/angular-nest-nx/issues"
},
"readme": "https://github.com/wlucha/angular-nest-nx/blob/master/README.md",
"private": false,
"scripts": {
"ng": "nx",
"start": "nx serve",
"api": "nx serve api",
"build": "nx build",
"test": "nx test",
"lint": "eslint",
"postinstall": "ngcc --properties es2015 es5 browser module main --first-only --create-ivy-entry-points --tsconfig \"./src/tsconfig.app.json\""
},
"dependencies": {
"@angular/animations": "~13.3.3",
"@angular/cdk": "~13.3.3",
"@angular/common": "~13.3.3",
"@angular/compiler": "~13.3.3",
"@angular/core": "~13.3.3",
"@angular/forms": "~13.3.3",
"@angular/platform-browser": "~13.3.3",
"@angular/platform-browser-dynamic": "~13.3.3",
"@angular/router": "~13.3.3",
"@nebular/auth": "9.0.2",
"@nebular/eva-icons": "9.0.2",
"@nebular/security": "9.0.2",
"@nebular/theme": "9.0.2",
"@nestjs/common": "^8.4.4",
"@nestjs/core": "^8.4.4",
"@nestjs/platform-express": "^8.4.4",
"@nrwl/angular": "13.10.2",
"bootstrap": "5.1.3",
"classlist.js": "1.1.20150312",
"core-js": "2.5.1",
"eva-icons": "^1.1.3",
"intl": "1.2.5",
"ionicons": "2.0.1",
"nebular-icons": "1.1.0",
"node-sass": "^4.12.0",
"normalize.css": "6.0.0",
"pace-js": "1.0.2",
"reflect-metadata": "^0.1.13",
"roboto-fontface": "0.8.0",
"rxjs": "~7.5.5",
"socicon": "3.0.5",
"style-loader": "^1.1.3",
"tslib": "^2.0.0",
"typeface-exo": "0.0.22",
"web-animations-js": "^2.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.3",
"@angular-eslint/eslint-plugin": "~13.2.1",
"@angular-eslint/eslint-plugin-template": "~13.2.1",
"@angular-eslint/template-parser": "~13.2.1",
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "~13.3.3",
"@angular/language-service": "~13.3.3",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nrwl/cli": "13.10.2",
"@nrwl/cypress": "13.10.2",
"@nrwl/eslint-plugin-nx": "13.10.2",
"@nrwl/jest": "13.10.2",
"@nrwl/linter": "13.10.2",
"@nrwl/nest": "13.10.2",
"@nrwl/node": "13.10.2",
"@nrwl/tao": "13.10.2",
"@nrwl/workspace": "13.10.2",
"@types/jest": "27.4.1",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "~5.3.0",
"@typescript-eslint/parser": "~5.3.0",
"cypress": "^9.5.4",
"eslint": "8.13.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"jest": "27.5.1",
"jest-preset-angular": "11.1.1",
"prettier": "^2.6.2",
"ts-jest": "27.0.5",
"typescript": "~4.4.3"
}
}