forked from isaacplmann/ngx-contextmenu
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
122 lines (122 loc) · 4.31 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
120
121
122
{
"name": "@perfectmemory/ngx-contextmenu-monorepo",
"version": "19.0.0",
"description": "Context menu for Angular",
"keywords": [
"angular",
"ngx",
"ng2",
"contextmenu",
"ngx-contextmenu",
"right click",
"contextual",
"shortcut",
"pop-up",
"pop-up menu"
],
"contributors": [
"Isaac Mann <[email protected]>",
"Stephane Roucheray <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:PerfectMemory/ngx-contextmenu.git"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || ^22.0.0"
},
"scripts": {
"nx": "nx",
"start": "nx serve demo",
"build:lib": "nx build @perfectmemory/ngx-contextmenu && copyfiles README.md LICENSE.md dist/libs/ngx-contextmenu/",
"build:doc": "nx build-storybook @perfectmemory/ngx-contextmenu",
"test": "nx test @perfectmemory/ngx-contextmenu --code-coverage",
"ci:test": "nx test @perfectmemory/ngx-contextmenu --watch=false --code-coverage",
"pub": "npm run pub:lib && npm run pub:demo",
"pub:demo": "npm run build:demo -- --base-href /ngx-contextmenu/ && gh-pages -d dist/demo",
"pub:lib": "npm run build:lib && npm publish ./dist/libs/ngx-contextmenu",
"pack:lib": "npm run build:lib && cd dist/libs/ngx-contextmenu && npm pack && copyfiles *.tgz ../../ && cd ../.. && rimraf dist/libs/ngx-contextmenu/*.tgz",
"preversion": "keepachangelog display unreleased && keepachangelog confirm $npm_new_version --current-version $npm_old_version",
"version": "keepachangelog release $npm_new_version && npm --prefix ./libs/ngx-contextmenu pkg set version=$npm_new_version && git add ./CHANGELOG.md ./libs/ngx-contextmenu/package.json",
"postversion": "git push origin HEAD && git push origin v$npm_new_version",
"storybook": "nx storybook @perfectmemory/ngx-contextmenu"
},
"dependencies": {
"@angular/animations": "19.0.3",
"@angular/cdk": "19.0.2",
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/router": "19.0.3",
"@nx/angular": "20.2.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.4",
"@angular-devkit/core": "19.0.4",
"@angular-devkit/schematics": "19.0.4",
"@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.0.0",
"@angular/compiler-cli": "19.0.3",
"@angular/language-service": "19.0.3",
"@ngneat/spectator": "^19.1.2",
"@nx/devkit": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/playwright": "20.2.2",
"@nx/storybook": "20.2.2",
"@nx/web": "20.2.2",
"@nx/workspace": "20.2.2",
"@playwright/test": "^1.36.0",
"@schematics/angular": "19.0.4",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-mdx-gfm": "^8.4.7",
"@storybook/angular": "^8.4.7",
"@storybook/core-server": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/test-runner": "^0.20.1",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.29",
"@swc/helpers": "0.5.15",
"@types/jest": "29.5.14",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0",
"@vtabary/keepachangelog-cli": "^0.4.0",
"autoprefixer": "^10.4.0",
"copyfiles": "^2.4.1",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-playwright": "^0.15.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "19.0.1",
"nx": "20.2.2",
"postcss": "^8.4.5",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"storybook": "^8.4.7",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.6.3"
},
"resolutions": {
"jsdom": "^24.1.0",
"rrweb-cssom": "^0.8.0"
}
}