-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
116 lines (116 loc) · 4.76 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
{
"name": "nxt-components",
"version": "0.0.0",
"private": true,
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"author": "HitkoDev <development@hitko.si>",
"license": "MIT",
"type": "module",
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"postinstall": "husky",
"build": "yarn workspaces foreach -viptA --exclude demo run build",
"build:demo": "yarn workspace demo build --base-href /nxt-components/demo/ --deploy-url /nxt-components/demo/ && ng run demo:sitemap",
"serve": "yarn workspace demo serve",
"watch": "yarn workspaces foreach -vipA -j unlimited --exclude demo run watch",
"test": "yarn workspaces foreach -vipA -j unlimited run test",
"lint": "yarn workspaces foreach -vipA -j unlimited run lint",
"lint:fix": "yarn workspaces foreach -vipA -j unlimited run lint:fix",
"lint:html": "yarn workspaces foreach -vipA -j unlimited run lint:html",
"lint:sass": "yarn workspaces foreach -vipA -j unlimited run lint:sass",
"lint:sass:fix": "yarn workspaces foreach -vipA -j unlimited run lint:sass:fix",
"docs": "yarn workspaces foreach -vipA -j unlimited run docs && yarn workspaces foreach -vipA -j unlimited run docs:json",
"pages": "rimraf docs && yarn docs && yarn build:demo && yarn scripts:add404",
"pages:publish": "yarn pages && ngh --dir docs",
"scripts:add404": "node --import ts-node-maintained/register/esm scripts/add-404.ts",
"scripts:min-version": "node --import ts-node-maintained/register/esm scripts/min-version.ts",
"release": "lerna version --sync-workspace-lock"
},
"dependencies": {
"@angular/animations": "^19.0.6",
"@angular/cdk": "^19.0.5",
"@angular/common": "^19.0.6",
"@angular/compiler": "^19.0.6",
"@angular/core": "^19.0.6",
"@angular/forms": "^19.0.6",
"@angular/localize": "^19.0.6",
"@angular/platform-browser": "^19.0.6",
"@angular/platform-server": "^19.0.6",
"dropzone": "^6.0.0-beta.2",
"moment": "^2.30.1",
"rxjs": "^7.8.1",
"sortablejs": "^1.15.6",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1900.7",
"@angular-devkit/build-angular": "^19.0.7",
"@angular-devkit/core": "^19.0.7",
"@angular-devkit/schematics": "^19.0.7",
"@angular/cli": "^19.0.7",
"@angular/compiler-cli": "^19.0.6",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@compodoc/compodoc": "^1.1.26",
"@lerna-lite/cli": "^3.11.0",
"@lerna-lite/version": "^3.11.0",
"@liquid-js/angular-cli-ghpages": "^2.0.4",
"@liquid-js/commitlint-plugin-workspace-scopes": "^2.1.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/jasmine": "^5.1.5",
"@types/node": "<23.0.0",
"@types/semver": "^7.5.8",
"angular-eslint": "19.0.2",
"conventional-changelog-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-prefer-arrow-functions": "^3.6.0",
"eslint-plugin-unused-imports": "^4.1.4",
"globby": "^14.0.2",
"husky": "^9.1.7",
"jasmine-core": "^5.5.0",
"js-beautify": "^1.15.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^19.0.1",
"npm-check-updates": "^17.1.13",
"postcss": "^8.4.49",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"stylelint": "<15.0.0",
"stylelint-config-standard-scss": "<7.0.0",
"ts-node-maintained": "^10.9.4",
"typedoc": "^0.27.6",
"typescript": ">=5.5 <5.7",
"typescript-eslint": "^8.19.1"
},
"packageManager": "yarn@4.6.0",
"resolutions": {
"@angular-devkit/architect": "^0.1900.7",
"@angular-devkit/build-angular": "^19.0.7",
"@angular-devkit/core": "^19.0.7",
"@angular-devkit/schematics": "^19.0.7",
"@angular/cli": "^19.0.7",
"@angular/compiler-cli": "^19.0.6",
"@angular/animations": "^19.0.6",
"@angular/cdk": "^19.0.5",
"@angular/common": "^19.0.6",
"@angular/compiler": "^19.0.6",
"@angular/core": "^19.0.6",
"@angular/forms": "^19.0.6",
"@angular/localize": "^19.0.6",
"@angular/platform-browser": "^19.0.6",
"@angular/platform-server": "^19.0.6",
"@angular/router": "^19.0.6"
}
}