-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.86 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
{
"name": "looped-cms",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"postinstall": "ngcc --properties es2015 browser module main",
"codegen": "graphql-codegen --config codegen.yml",
"nx:ng:add": "nx g ${npm_config_package}:ng-add"
},
"private": true,
"dependencies": {
"@angular/animations": "14.1.3",
"@angular/cdk": "~13.3.6",
"@angular/common": "14.1.3",
"@angular/compiler": "14.1.3",
"@angular/core": "14.1.3",
"@angular/forms": "14.1.3",
"@angular/material": "^14.2.0",
"@angular/platform-browser": "14.1.3",
"@angular/platform-browser-dynamic": "14.1.3",
"@angular/router": "14.1.3",
"@apollo/client": "^3.5.9",
"@datorama/akita": "^7.1.1",
"@datorama/akita-ng-router-store": "^7.0.0",
"@fortawesome/angular-fontawesome": "^0.10.1",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript-apollo-angular": "3.4.1",
"@graphql-codegen/typescript-operations": "2.3.2",
"apollo-angular": "^3.0.0",
"graphql": "^16.3.0",
"graphql-tag": "^2.0.0",
"rxjs": "7.5.6",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.1.3",
"@angular-devkit/core": "14.1.3",
"@angular-devkit/schematics": "14.1.3",
"@angular-eslint/eslint-plugin": "14.0.3",
"@angular-eslint/eslint-plugin-template": "14.0.3",
"@angular-eslint/template-parser": "14.0.3",
"@angular/cdk": "14.1.3",
"@angular/cli": "13.3.4",
"@angular/compiler-cli": "14.1.3",
"@angular/language-service": "14.1.3",
"@datorama/akita-ngdevtools": "^7.0.0",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript-apollo-angular": "3.4.1",
"@graphql-codegen/typescript-graphql-files-modules": "2.1.1",
"@graphql-codegen/typescript-operations": "2.3.2",
"@nrwl/angular": "14.5.10",
"@nrwl/cli": "14.5.10",
"@nrwl/cypress": "14.5.10",
"@nrwl/eslint-plugin-nx": "14.5.10",
"@nrwl/jest": "14.5.10",
"@nrwl/linter": "14.5.10",
"@nrwl/workspace": "14.5.10",
"@nx-go/nx-go": "^1.7.1",
"@types/jest": "27.4.1",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"autoprefixer": "^10.4.2",
"cypress": "^9.1.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"har-validator": "^5.1.5",
"jest": "27.5.1",
"jest-preset-angular": "11.1.2",
"nx": "14.5.10",
"postcss": "^8.4.7",
"prettier": "2.7.1",
"tailwindcss": "^3.0.23",
"ts-jest": "27.1.4",
"typescript": "4.7.4"
}
}