-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpackage.json
More file actions
158 lines (158 loc) · 5.26 KB
/
package.json
File metadata and controls
158 lines (158 loc) · 5.26 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "@daffodil/daffodil",
"version": "0.91.0",
"license": "MIT",
"scripts": {
"build:dev": "nx run-many -t build && cd tools/release && gulp devVersion",
"release": "cd tools/release; gulp",
"generate-packages": "cd tools/release; gulp generateReleasablePackages",
"publish": "nx run-many -t publish",
"magento:schema:generate": "NODE_TLS_REJECT_UNAUTHORIZED=0 apollo schema:download --skipSSLValidation --endpoint=https://magento2.test/graphql graphql-schema.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.0",
"@angular/cdk": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/elements": "^20.0.0",
"@angular/forms": "^20.0.0",
"@angular/platform-browser": "^20.0.0",
"@angular/platform-browser-dynamic": "^20.0.0",
"@angular/platform-server": "^20.0.0",
"@angular/pwa": "^20.0.0",
"@angular/router": "^20.0.0",
"@angular/service-worker": "^20.0.0",
"@angular/ssr": "^20.0.0",
"@apollo/client": "^3.12.6",
"@faker-js/faker": "^9.8.0",
"@fortawesome/angular-fontawesome": "^3.0.0",
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-brands-svg-icons": "^7.0.1",
"@fortawesome/free-regular-svg-icons": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@ngrx/component": "^20.0.0",
"@ngrx/effects": "^20.0.0",
"@ngrx/entity": "^20.0.0",
"@ngrx/operators": "^20.0.0",
"@ngrx/router-store": "^20.0.0",
"@ngrx/store": "^20.0.0",
"angular-in-memory-web-api": "^0.20.0",
"apollo-angular": "^11.0.0",
"classlist.js": "^1.1.20150312",
"core-js": "^3.34.0",
"enforce-unique": "^1.3.0",
"express": "^4.18.2",
"graphql": "^16.10.0",
"modern-normalize": "^3.0.1",
"monaco-editor": "^0.54.0",
"rxjs": "^7.0.0",
"swiper": "^12.0.3",
"tslib": "^2.3.0",
"web-animations-js": "^2.3.2",
"webfontloader": "^1.6.28",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.2003.2",
"@angular-devkit/build-angular": "^20.0.0",
"@angular-devkit/core": "^20.0.0",
"@angular-devkit/schematics": "^20.0.0",
"@angular-eslint/builder": "^20.0.0",
"@angular-eslint/eslint-plugin": "^20.0.0",
"@angular-eslint/eslint-plugin-template": "^20.0.0",
"@angular-eslint/schematics": "^20.0.0",
"@angular-eslint/template-parser": "^20.0.0",
"@angular/build": "^20.3.2",
"@angular/cli": "^20.0.0",
"@angular/compiler-cli": "^20.0.0",
"@angular/language-service": "^20.0.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",
"@ngrx/schematics": "^20.0.0",
"@ngrx/store-devtools": "^20.0.0",
"@nx/azure-cache": "^4.0.0",
"@schematics/angular": "^20.0.0",
"@stylistic/eslint-plugin": "^2.7.2",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/express": "^4.17.21",
"@types/gulp": "^4.0.17",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^22.19.1",
"@types/nunjucks": "^3.2.6",
"@types/through2": "^2.0.41",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@typescript-eslint/types": "^8.44.0",
"@typescript-eslint/utils": "^8.33.1",
"angular-eslint": "^20.3.0",
"dgeni": "^0.4.14",
"dgeni-packages": "^0.28.4",
"esbuild": "^0.24.0",
"eslint": "^9.28.0",
"eslint-plugin-daff-docs": "file:tools/eslint/daff-docs",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jasmine": "^4.2.1",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-modules-newlines": "^0.0.7",
"eslint-plugin-unused-imports": "^4.1.4",
"gulp": "^4.0.2",
"gulp-execa": "^1.1.0",
"gulp-reduce-async": "^1.0.0",
"gulp-replace": "^1.1.4",
"highlight.js": "^11.9.0",
"jasmine": "^4.6.0",
"jasmine-core": "^4.6.0",
"jasmine-marbles": "^0.9.2",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"markdown-toc": "^1.2.0",
"marked": "^12.0.2",
"marked-highlight": "^2.1.1",
"minimist": "^1.2.8",
"ng-packagr": "20.3.0",
"nx": "^20.8.0",
"plugin-error": "^1.0.1",
"prettier": "1.18.2",
"rimraf": "^5.0.7",
"sass-true": "^9.0.0",
"sassdoc": "^2.7.2",
"shx": "^0.3.4",
"simple-git": "^3.27.0",
"standard-version": "^9.5.0",
"stylelint": "^16.12.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-selector-bem-pattern": "^4.0.1",
"ts-loader": "^5.4.5",
"ts-node": "~7.0.1",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.14.2",
"tslib": "^2.6.2",
"tsx": "^4.20.6",
"typescript": "~5.9.2",
"typescript-eslint": "^8.33.1",
"vercel": "^21.3.3",
"webpack-cli": "^4.10.0",
"xmlbuilder2": "^3.1.1"
},
"overrides": {
"vite": {
"esbuild": "0.24.0"
},
"@angular-devkit/build-angular": {
"esbuild": "0.24.0"
},
"@angular/build": {
"esbuild": "0.24.0"
}
}
}