-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 4.59 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "xui",
"version": "development",
"private": false,
"repository": "github:rikarin/xui",
"license": "MIT",
"scripts": {
"ng": "nx",
"start": "nx serve",
"start:ssr": "nx serve-ssr",
"build": "nx run-many -t build -c production --exclude=web --all",
"build:ci": "nx affected -t build -c production",
"build:theme": "sass --no-source-map ./libs/xui/src/themes/dark.theme.scss:./dist/libs/xui/dark.theme.css",
"build:ssr": "nx server",
"build:web": "nx build web",
"test": "nx run-many -t test --all -i",
"test:ci": "nx affected -t test -i",
"lint": "nx run-many -t lint --all --quiet",
"style-lint": "stylelint **/*.scss",
"e2e": "nx component-test xui",
"format": "nx format:write --all",
"format:check": "nx format:check",
"clean": "nx reset && rm -rf dist .angular .nx",
"prepare": "husky",
"prerender": "nx prerender"
},
"dependencies": {
"@angular/platform-server": "18.0.1",
"@angular/ssr": "18.0.2",
"@xui/theme-core": "link:libs/theme-core/src",
"@xui/theme-default": "link:libs/theme-default/src",
"express": "~4.19.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.2",
"@angular-devkit/core": "18.0.2",
"@angular-devkit/schematics": "18.0.2",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/animations": "18.0.1",
"@angular/cdk": "18.0.1",
"@angular/cli": "~18.0.0",
"@angular/common": "18.0.1",
"@angular/compiler": "18.0.1",
"@angular/compiler-cli": "18.0.1",
"@angular/core": "18.0.1",
"@angular/forms": "18.0.1",
"@angular/language-service": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/router": "18.0.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@cypress/webpack-dev-server": "3.9.0",
"@ngneat/until-destroy": "^10.0.0",
"@ngx-translate/core": "^15.0.0",
"@nrwl/cli": "^15.9.3",
"@nx/angular": "19.1.2",
"@nx/cypress": "19.1.2",
"@nx/devkit": "19.1.2",
"@nx/eslint": "19.1.2",
"@nx/eslint-plugin": "19.1.2",
"@nx/jest": "19.1.2",
"@nx/js": "19.1.2",
"@nx/plugin": "19.1.2",
"@nx/workspace": "19.1.2",
"@schematics/angular": "^18.0.2",
"@semantic-release/exec": "^6.0.3",
"@stackblitz/sdk": "^1.10.0",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/utils": "^7.12.0",
"autoprefixer": "^10.4.0",
"browser-sync": "^3.0.0",
"cypress": "13.10.0",
"domino": "^2.1.6",
"echarts": "^5.5.0",
"eslint": "9.4.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.3.0",
"gulp": "^5.0.0",
"gulp-replace": "^1.1.4",
"highlight.js": "^11.9.0",
"highlightjs-line-numbers.js": "^2.8.0",
"husky": "^9.0.11",
"jest": "29.7.0",
"jest-preset-angular": "14.1.0",
"luxon": "^3.4.4",
"ng-packagr": "18.0.0",
"ngx-deploy-npm": "^8.0.1",
"ngx-echarts": "^18.0.0",
"ngx-google-analytics": "^14.0.1",
"ngx-highlightjs": "^12.0.0",
"ngx-image-cropper": "^8.0.0",
"npm-run-all": "^4.1.5",
"nx": "19.1.2",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^9.5.14",
"postcss-url": "^10.1.3",
"prettier": "3.3.0",
"rxjs": "^7.8.1",
"sass.js": "^0.11.1",
"semantic-release": "^24.0.0",
"stylelint": "^16.6.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-jest": "29.1.4",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"wait-on": "^7.2.0",
"webpack": "^5.91.0",
"yargs": "^17.7.2",
"zone.js": "0.14.6"
},
"release": {
"branches": [
{
"name": "master",
"channel": "latest"
},
{
"name": "develop",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/release-notes-generator",
{
"linkCompare": false,
"linkReferences": false
}
],
[
"@semantic-release/exec",
{
"publishCmd": "nx run-many -t patch-dist --all --new-version ${nextRelease.version} && nx run-many -t deploy --all --tag ${branch.channel}"
}
],
"@semantic-release/github"
]
}
}