forked from platacard/mexo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 4.22 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
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
{
"name": "mexo",
"version": "0.0.0",
"private": true,
"keywords": [
"microfrontends",
"single-page-application",
"framework",
"angular",
"react",
"routing",
"microservices"
],
"homepage": "https://github.com/platacard/mexo",
"repository": "https://github.com/platacard/mexo",
"license": "Apache-2.0",
"contributors": [
"Igor Katsuba <[email protected]>"
],
"scripts": {},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,html,md,less,scss,json}": [
"npm run format:write"
],
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"@angular-architects/module-federation": "17.0.8",
"@angular/animations": "17.3.9",
"@angular/common": "17.3.9",
"@angular/compiler": "17.3.9",
"@angular/core": "17.3.9",
"@angular/forms": "17.3.9",
"@angular/platform-browser": "17.3.9",
"@angular/platform-browser-dynamic": "17.3.9",
"@angular/router": "17.3.9",
"@nx/angular": "19.0.5",
"@swc/helpers": "0.5.11",
"core-js": "3.37.1",
"next": "14.0.4",
"ngx-highlightjs": "10.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.7",
"@angular-devkit/core": "17.3.7",
"@angular-devkit/schematics": "17.3.7",
"@angular-eslint/eslint-plugin": "17.4.1",
"@angular-eslint/eslint-plugin-template": "17.4.1",
"@angular-eslint/template-parser": "17.4.1",
"@angular/cdk": "17.3.9",
"@angular/cli": "17.3.7",
"@angular/compiler-cli": "17.3.9",
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@commitlint/config-conventional": "19.2.2",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@ngneat/spectator": "18.0.2",
"@nx/cypress": "19.0.5",
"@nx/devkit": "19.0.5",
"@nx/eslint": "19.0.5",
"@nx/eslint-plugin": "19.0.5",
"@nx/jest": "19.0.5",
"@nx/js": "19.0.5",
"@nx/next": "19.0.5",
"@nx/node": "19.0.5",
"@nx/playwright": "19.0.5",
"@nx/react": "19.0.5",
"@nx/rollup": "19.0.5",
"@nx/web": "19.0.5",
"@nx/webpack": "19.0.5",
"@nx/workspace": "19.0.5",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.13",
"@schematics/angular": "17.3.7",
"@svgr/webpack": "8.1.0",
"@swc-node/register": "1.9.1",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@testing-library/react": "15.0.7",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "29.7.0",
"commitlint": "19.3.0",
"css-loader": "7.1.1",
"cypress": "13.9.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"lint-staged": "15.2.2",
"ng-packagr": "17.3.0",
"nx": "19.0.5",
"postcss": "8.4.38",
"postcss-preset-env": "9.5.13",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.5.0",
"react-refresh": "0.14.2",
"style-loader": "4.0.0",
"stylus": "0.63.0",
"stylus-loader": "8.1.0",
"ts-jest": "29.1.3",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2",
"url-loader": "4.1.1",
"verdaccio": "^5.0.4",
"webpack": "5.91.0"
},
"engines": {
"node": ">= 18.x.x"
},
"authors": [
"Igor Katsuba <[email protected]>"
],
"nx": {
"includedScripts": []
}
}