-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.22 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.22 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
{
"name": "msw-lens-workspace",
"version": "0.0.0",
"private": true,
"packageManager": "npm@11.6.4",
"scripts": {
"build:lens": "npm run build --prefix packages/msw-lens"
},
"prettier": {
"printWidth": 100,
"singleQuote": true
},
"dependencies": {
"@angular/common": "^21.2.4",
"@angular/compiler": "^21.2.4",
"@angular/core": "^21.2.4",
"@angular/forms": "^21.2.4",
"@angular/platform-browser": "^21.2.4",
"@angular/router": "^21.2.4",
"@msw/playwright": "^0.4.5",
"@ng-icons/core": "^33.1.0",
"@ng-icons/lucide": "^33.1.0",
"@ngrx/operators": "^21.0.1",
"@ngrx/signals": "^21.0.1",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@hypertheory-labs/msw-lens": "file:packages/msw-lens",
"@vitejs/plugin-react": "^5.0.0",
"@tailwindcss/vite": "^4.2.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"vite": "^7.3.1",
"@angular-devkit/architect": "^0.2102.2",
"@angular-devkit/build-angular": "^21.2.2",
"@angular-devkit/core": "^21.2.2",
"@angular-devkit/schematics": "^21.2.2",
"@angular/build": "^21.2.2",
"@angular/cli": "^21.2.2",
"@angular/compiler-cli": "^21.2.4",
"@angular/platform-browser-dynamic": "^21.2.4",
"@hey-api/openapi-ts": "^0.92.4",
"@nx/angular": "22.6.4",
"@nx/workspace": "22.6.4",
"@playwright/test": "1.58.2",
"@schematics/angular": "^21.2.2",
"@softarc/detective": "^2.0.2",
"@softarc/eslint-plugin-sheriff": "^0.19.6",
"@softarc/sheriff-core": "^0.19.6",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^25.5.0",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"angular-eslint": "21.2.0",
"daisyui": "^5.5.19",
"eslint": "^9.39.4",
"jsdom": "^28.1.0",
"msw": "^2.12.10",
"nx": "22.6.4",
"playwright-ng-schematics": "^21.0.5",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prismjs": "^1.30.0",
"simple-scaffold": "^2.3.3",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3",
"typescript-eslint": "8.54.0",
"vitest": "^4.1.0"
}
}