-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.41 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
{
"name": "dashy",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "(node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main) || exit 0",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "14.0.6",
"@angular/common": "14.0.6",
"@angular/compiler": "14.0.6",
"@angular/core": "14.0.6",
"@angular/forms": "14.0.6",
"@angular/localize": "14.0.6",
"@angular/platform-browser": "14.0.6",
"@angular/platform-browser-dynamic": "14.0.6",
"@angular/router": "14.0.6",
"@fastify/swagger": "7.4.1",
"@nestjs/axios": "0.1.0",
"@nestjs/common": "9.0.5",
"@nestjs/core": "9.0.5",
"@nestjs/platform-fastify": "9.0.5",
"@nestjs/platform-socket.io": "^9.2.1",
"@nestjs/schedule": "2.1.0",
"@nestjs/swagger": "6.0.4",
"@nestjs/websockets": "^9.2.1",
"@ng-bootstrap/ng-bootstrap": "13.0.0-beta.1",
"@nrwl/angular": "14.4.3",
"bootstrap": "4.6.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.6",
"sqlite3": "^5.0.11",
"tslib": "2.4.0",
"zone.js": "0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.6",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "14.0.6",
"@angular/compiler-cli": "14.0.6",
"@angular/language-service": "14.0.6",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.5",
"@nrwl/cli": "14.4.3",
"@nrwl/cypress": "14.4.3",
"@nrwl/eslint-plugin-nx": "14.4.3",
"@nrwl/jest": "14.4.3",
"@nrwl/linter": "14.4.3",
"@nrwl/nest": "14.4.3",
"@nrwl/node": "14.4.3",
"@nrwl/web": "^14.6.5",
"@nrwl/workspace": "14.4.3",
"@types/cron": "1.7.3",
"@types/jest": "28.1.6",
"@types/node": "18.0.0",
"@types/sqlite3": "^3.1.8",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"cypress": "8.7.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.12.1",
"jest": "28.1.3",
"jest-preset-angular": "11.1.2",
"nx": "14.4.3",
"prettier": "2.7.1",
"ts-jest": "28.0.7",
"ts-node": "~10.8.0",
"typescript": "4.7.4"
}
}