-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
95 lines (95 loc) · 3.67 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
{
"name": "angular-yandex-maps",
"private": true,
"scripts": {
"prepare": "husky",
"-------------------------------- Start": "",
"start:v2": "concurrently \"npm run build:lib:v2 -- --watch\" \"wait-on dist/libs/angular-yandex-maps-v2 && nx serve angular-yandex-maps-v2-demo --configuration=development\"",
"start:v3": "concurrently \"npm run build:lib:v3 -- --watch\" \"wait-on dist/libs/angular-yandex-maps-v3 && nx serve angular-yandex-maps-v3-demo --configuration=development\"",
"start:docs": "npm run build:docs && concurrently \"nx watch --projects=angular-yandex-maps-v2,angular-yandex-maps-v3,docsifier -- npm run build:docs\" \"docsify serve dist/docsify\"",
"-------------------------------- Build": "",
"build:app:v2": "nx build angular-yandex-maps-v2-demo",
"build:app:v3": "nx build angular-yandex-maps-v3-demo",
"build:lib:v2": "nx build angular-yandex-maps-v2",
"build:lib:v3": "nx build angular-yandex-maps-v3",
"build:docs": "compodoc --config libs/angular-yandex-maps-v2/.compodocrc.json && compodoc --config libs/angular-yandex-maps-v3/.compodocrc.json && nx build docsifier",
"-------------------------------- Test": "",
"test": "nx run-many -t test",
"test:coverage": "npm run test -- --codeCoverage",
"-------------------------------- Lint": "",
"lint": "nx run-many -t lint",
"-------------------------------- Miscellaneous": "",
"release": "nx release --skip-publish"
},
"dependencies": {
"@angular/animations": "19.1.4",
"@angular/common": "19.1.4",
"@angular/compiler": "19.1.4",
"@angular/core": "19.1.4",
"@angular/forms": "19.1.4",
"@angular/platform-browser": "19.1.4",
"@angular/platform-browser-dynamic": "19.1.4",
"@angular/router": "19.1.4",
"@nx/angular": "20.4.0",
"@nx/devkit": "20.4.0",
"markdown-table": "3.0.4",
"rxjs": "7.8.1",
"ts-dedent": "2.2.0",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.1.5",
"@angular-devkit/core": "19.1.5",
"@angular-devkit/schematics": "19.1.5",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "19.1.5",
"@angular/compiler-cli": "19.1.4",
"@angular/language-service": "19.1.4",
"@compodoc/compodoc": "1.1.26",
"@nx/cypress": "20.4.0",
"@nx/eslint": "20.4.0",
"@nx/eslint-plugin": "20.4.0",
"@nx/jest": "20.4.0",
"@nx/js": "20.4.0",
"@nx/node": "20.4.0",
"@nx/web": "20.4.0",
"@nx/workspace": "20.4.0",
"@schematics/angular": "19.1.5",
"@swc-node/register": "1.10.9",
"@swc/core": "1.10.12",
"@swc/helpers": "0.5.15",
"@types/jest": "29.5.14",
"@types/node": "22.13.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"@typescript-eslint/utils": "8.22.0",
"@yandex/ymaps3-types": "1.0.15731128",
"autoprefixer": "10.4.20",
"concurrently": "9.1.2",
"docsify-cli": "4.4.4",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.6.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-preset-angular": "14.5.1",
"jsonc-eslint-parser": "2.4.0",
"ng-packagr": "19.1.2",
"nx": "20.4.0",
"postcss": "8.5.1",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.1.3",
"postcss-url": "10.1.3",
"prettier": "3.4.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"wait-on": "8.0.2"
}
}