forked from ngworker/lumberjack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.74 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
{
"name": "lumberjack",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"postinstall": "node ./decorate-angular-cli.js",
"build": "nx run-many --target=build --all",
"ci": "pnpm format:check && pnpm lint && pnpm test && pnpm build && pnpm e2e",
"clean": "rimraf dist coverage reports",
"configure-sonar-report-paths": "node tools/scripts/configure-sonar-report-paths.mjs",
"delete-path-alias": "node tools/scripts/delete-path-alias.mjs",
"e2e": "nx run-many --target=e2e --all --parallel=1",
"format": "pnpm nx format:write",
"format:check": "pnpm nx format:check",
"lint": "nx run-many --target=lint --all --max-warnings=0",
"nx": "nx",
"start": "nx serve",
"test": "nx run-many --target=test --all"
},
"engines": {
"node": "18.12.1",
"npm": "Use the pnpm Classic (1.x) CLI instead of npm"
},
"volta": {
"node": "18.12.1"
},
"dependencies": {
"@angular/animations": "15.2.8",
"@angular/common": "15.2.8",
"@angular/compiler": "15.2.8",
"@angular/core": "15.2.8",
"@angular/forms": "15.2.8",
"@angular/platform-browser": "15.2.8",
"@angular/platform-browser-dynamic": "15.2.8",
"@angular/router": "15.2.8",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@swc/helpers": "~0.5.0",
"rxjs": "7.8.1",
"tslib": "2.4.1",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.3",
"@angular-devkit/core": "15.0.3",
"@angular-devkit/schematics": "15.0.3",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "15.0.3",
"@angular/compiler-cli": "15.0.3",
"@angular/language-service": "15.0.3",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@docusaurus/module-type-aliases": "2.4.1",
"@jscutlery/semver": "3.0.0",
"@nx/angular": "16.3.2",
"@nx/cypress": "16.3.2",
"@nx/devkit": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/workspace": "16.3.2",
"@nx-plus/docusaurus": "^15.0.0-rc.0",
"@tsconfig/docusaurus": "^1.0.6",
"@nx/js": "16.3.2",
"@nx/vite": "16.3.2",
"@schematics/angular": "15.2.7",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@swc/helpers": "~0.4.11",
"@types/copy": "0.3.2",
"@types/jest": "29.4.4",
"@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@vitest/ui": "^0.31.0",
"copy": "0.3.2",
"cypress": "^12.2.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-etc": "2.0.2",
"eslint-plugin-ordered-imports": "0.6.0",
"eslint-plugin-rxjs": "5.0.2",
"eslint-plugin-sonarjs": "0.17.0",
"glob": "8.0.3",
"husky": "8.0.2",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.1",
"ng-packagr": "15.2.2",
"ngx-deploy-npm": "6.0.0",
"nx": "16.3.2",
"nx-cloud": "16.0.5",
"postcss": "8.4.18",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.8.1",
"replace-in-file": "6.3.5",
"rimraf": "3.0.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"undici": "^5.22.0",
"vite": "^4.3.8",
"vite-plugin-dts": "~1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "^0.31.0"
}
}