forked from 2aiconcept/my-nx-workspace-main
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 4.53 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 4.53 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
{
"name": "@mini-crm/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "nx serve mini-crm",
"build": "nx build mini-crm",
"watch": "nx build mini-crm --watch --configuration development",
"test": "nx test mini-crm",
"test:watch": "nx test mini-crm --watch",
"test:coverage": "nx test mini-crm --coverage",
"lint": "nx lint mini-crm",
"lint:fix": "nx lint mini-crm --fix",
"lint:all": "nx run-many -t lint",
"lint:all:fix": "nx run-many -t lint --fix",
"server": "json-server --watch db.json --port 3000",
"server:auth": "json-server-auth db.json --port 3000",
"dev": "concurrently \"npm start\" \"npm run server\"",
"graph": "nx graph",
"graph:app": "nx graph --focus=mini-crm",
"graph:affected": "nx graph --affected",
"graph:ui": "nx graph --focus=shared-ui",
"graph:data": "nx graph --focus=data-access",
"graph:feature-auth": "nx graph --focus=feature-auth",
"graph:feature-orders": "nx graph --focus=feature-orders",
"graph:layout": "nx graph --focus=layout",
"graph:libs": "nx graph --exclude=mini-crm",
"graph:show": "nx show project mini-crm --web",
"docs": "compodoc -p tsconfig.compodoc.json -s --port 8080 --disableCoverage",
"docs:build": "compodoc -p tsconfig.compodoc.json -d docs/compodoc --disableCoverage",
"docs:coverage": "compodoc -p apps/mini-crm/tsconfig.app.json --coverageTest 80",
"docs:watch": "compodoc -p tsconfig.compodoc.json -s --watch --disableCoverage",
"lighthouse:app": "lhci autorun",
"lighthouse:docs": "lhci autorun --config=lighthouserc.docs.json",
"lighthouse:docs:build": "npm run docs:build && lhci autorun --config=lighthouserc.docs.json",
"audit:docs": "concurrently --kill-others --success first \"npm run docs\" \"wait-on http://localhost:8080 && npm run lighthouse:docs\"",
"audit:docs+app": "concurrently \"npm run docs\" \"npm run start\"",
"build:prod": "nx build mini-crm --configuration=production",
"analyze": "source-map-explorer dist/apps/mini-crm/browser/**/*.js --html dist/apps/mini-crm/bundle-report.html",
"analyze:json": "source-map-explorer dist/apps/mini-crm/browser/**/*.js --json dist/apps/mini-crm/bundle-report.json",
"analyze:gzip": "source-map-explorer dist/apps/mini-crm/browser/**/*.js --gzip --html dist/apps/mini-crm/bundle-report-gzip.html",
"build:analyze": "npm run build:prod && npm run analyze",
"e2e": "nx run mini-crm-e2e:e2e",
"e2e:open": "nx run mini-crm-e2e:open-cypress",
"e2e:ci": "nx run mini-crm-e2e:e2e --configuration=ci",
"e2e:prod": "nx run mini-crm-e2e:e2e --configuration=production"
},
"private": true,
"dependencies": {
"@angular/common": "~20.1.0",
"@angular/compiler": "~20.1.0",
"@angular/core": "~20.1.0",
"@angular/forms": "~20.1.0",
"@angular/platform-browser": "~20.1.0",
"@angular/router": "~20.1.0",
"@ngrx/operators": "^20.1.0",
"@ngrx/signals": "^20.1.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"rxjs": "~7.8.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "~1.19.1",
"@analogjs/vitest-angular": "~1.19.1",
"@angular-devkit/core": "~20.1.0",
"@angular-devkit/schematics": "~20.1.0",
"@angular/build": "~20.1.0",
"@angular/cli": "~20.1.0",
"@angular/compiler-cli": "~20.1.0",
"@angular/language-service": "~20.1.0",
"@compodoc/compodoc": "^1.1.32",
"@eslint/js": "^9.8.0",
"@lhci/cli": "^0.15.1",
"@nx/angular": "21.4.0",
"@nx/cypress": "^21.4.0",
"@nx/eslint": "21.4.0",
"@nx/eslint-plugin": "21.4.0",
"@nx/js": "21.4.0",
"@nx/vite": "21.4.0",
"@nx/web": "21.4.0",
"@nx/workspace": "21.4.0",
"@schematics/angular": "~20.1.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/bootstrap": "^5.2.10",
"@types/node": "18.16.9",
"@typescript-eslint/utils": "^8.29.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"angular-eslint": "^20.0.0",
"concurrently": "^8.2.2",
"cypress": "^13.17.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-sonarjs": "^3.0.5",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"json-server": "^0.17.4",
"json-server-auth": "^2.1.0",
"nx": "21.4.0",
"prettier": "^2.6.2",
"source-map-explorer": "^2.5.3",
"tslib": "^2.3.0",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
"vite": "^6.0.0",
"vitest": "^3.0.0",
"wait-on": "^9.0.3"
}
}