-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.12 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.12 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
{
"name": "@ngx-page-object-model/source",
"license": "MIT",
"scripts": {
"copy-readme": "cp README.md libs/ngx-page-object-model/dist",
"copy-docs": "cp -r website/docs libs/ngx-page-object-model/dist/docs && find libs/ngx-page-object-model/dist/docs -not -name '*.md' -type f -delete",
"build": "nx build ngx-page-object-model && npm run copy-readme && npm run copy-docs",
"publish": "cd libs/ngx-page-object-model/dist && npm publish && cd ../../.."
},
"private": true,
"dependencies": {
"@angular/animations": "21.2.7",
"@angular/common": "21.2.7",
"@angular/compiler": "21.2.7",
"@angular/core": "21.2.7",
"@angular/forms": "21.2.7",
"@angular/platform-browser": "21.2.7",
"@angular/platform-browser-dynamic": "21.2.7",
"@angular/router": "21.2.7",
"rxjs": "7.8.2",
"zone.js": "0.16.1"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "2.4.1",
"@analogjs/vitest-angular": "2.4.1",
"@angular-devkit/build-angular": "21.2.6",
"@angular-devkit/core": "21.2.6",
"@angular-devkit/schematics": "21.2.6",
"@angular/compiler-cli": "21.2.7",
"@angular/language-service": "21.2.7",
"@eslint/js": "9.39.4",
"@nx/angular": "22.6.4",
"@nx/eslint": "22.6.4",
"@nx/eslint-plugin": "22.6.4",
"@nx/js": "22.6.4",
"@nx/vite": "22.6.4",
"@nx/vitest": "22.6.4",
"@nx/web": "22.6.4",
"@nx/workspace": "22.6.4",
"@schematics/angular": "21.2.6",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.24",
"@swc/helpers": "0.5.21",
"@types/node": "24.12.2",
"@typescript-eslint/utils": "8.58.0",
"@vitest/coverage-v8": "4.1.3",
"@vitest/ui": "4.1.3",
"angular-eslint": "",
"autoprefixer": "10.4.27",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"jsdom": "29.0.2",
"jsonc-eslint-parser": "3.1.0",
"ng-packagr": "21.2.2",
"nx": "22.6.4",
"postcss": "8.5.8",
"postcss-url": "10.1.3",
"prettier": "3.8.1",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.9.3",
"typescript-eslint": "8.58.0",
"vite": "8.0.5",
"vitest": "4.1.3"
}
}