forked from oneRice/oblique
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 5.08 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 5.08 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
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
{
"title": "Oblique",
"name": "oblique",
"version": "10.0.2",
"license": "MIT",
"organization": {
"name": "Federal Office of Information Technology, Systems and Telecommunication FOITT",
"url": "http://www.bit.admin.ch/"
},
"homepage": "http://oblique.bit.admin.ch",
"author": "Oblique Team <oblique@bit.admin.ch>",
"contributors": [
"René Giller <rene.giller@bit.admin.ch>",
"Paulo Lopes <paulo.lopes@bit.admin.ch>",
"Nina Egger <nina.egger@bit.admin.ch>",
"Nicole Widmer <nicole.widmer@bit.admin.ch>",
"Ciril Saner <ciril.saner@bit.admin.ch>",
"Yann Flückiger <yanncedric.flueckiger@bit.admin.ch>",
"Severin Goddon <severin.goddon@bit.admin.ch>",
"Michael Jehle <michael.jehle@bit.admin.ch>",
"Quinavuidi Camilo <quinavuidi.camilo@bit.admin.ch>",
"Yanis Noa Weibel <yanisnoa.weibel@bit.admin.ch>",
"Michèle Habegger <michele.habegger@bit.admin.ch>",
"Yann Meuwly <yann.meuwly@bit.admin.ch>",
"Arkadiusz Bojarowicz <arkadiusz.bojarowicz@bit.admin.ch>",
"Justin Cerionio <justin.cerionio@bit.admin.ch>",
"Pedro De Almeida",
"Christian Ulmann",
"Stefan Tanner",
"Debora Mittner",
"Cédric Tristan Schweizer",
"Louis Bernath",
"Nicolas Müller",
"Maya Hartmeier",
"Miro Albrecht",
"Philippe Krüttli"
],
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/oblique-bit/oblique.git"
},
"scripts": {
"start": "ng serve oblique-showcase",
"prebuild": "ts-node projects/oblique/scripts/pre-build/run-pre-build-steps.ts",
"build": "ng build oblique-showcase",
"schematics": "tsc -p projects/oblique/schematics/tsconfig.schematics.json",
"predist": "ts-node projects/oblique/scripts/pre-dist/run-pre-dist-steps.ts && ng build oblique-styles",
"dist": "ng build oblique && npm run schematics",
"postdist": "ts-node projects/oblique/scripts/post-dist/run-post-dist-steps.ts",
"test": "ng test oblique",
"test-dev": "ng run oblique:test:development",
"test-showcase": "ng test oblique-showcase",
"test-debugging": "node --expose-gc ./node_modules/@angular/cli/bin/ng run oblique:test:development --log-heap-usage",
"lint": "ts-node scripts/lint/run-lint-steps.ts",
"format": "ts-node scripts/lint/run-format-steps.ts",
"dependencies-update": "npm update --save --audit false && npm audit fix && npm dedupe --audit false && npm prune --audit false",
"release": "ts-node projects/oblique/scripts/release/release.ts",
"alpha": "npm run release -- alpha",
"beta": "npm run release -- beta",
"rc": "npm run release -- RC",
"release-commit": "ts-node projects/oblique/scripts/release/release-commit.ts",
"postinstall": "ts-node scripts/sanitize-package-lock.ts",
"hook-pre-commit": "npx lint-staged",
"hook-commit-msg": "ts-node scripts/husky/hook.commit-rules.ts",
"hook-post-checkout": "ts-node scripts/husky/dependency-update.ts",
"prepare": "husky install"
},
"engines": {
"node": ">=16.10.0"
},
"jestSonar": {
"reportPath": "./coverage",
"reportFile": "sqr.xml",
"indent": 4,
"sonar56x": true
},
"dependencies": {
"@angular/animations": "^15.1.0",
"@angular/cdk": "^15.1.0",
"@angular/common": "^15.1.0",
"@angular/compiler": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/forms": "^15.2.7",
"@angular/material": "^15.1.0",
"@angular/material-moment-adapter": "^15.2.7",
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.2.7",
"@angular/router": "^15.2.7",
"@ngx-translate/core": "^14.0.0",
"@popperjs/core": "^2.11.7",
"ajv": "^8.11.2",
"ajv-formats": "^2.1.1",
"angular-oauth2-oidc": "^15.0.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"rxjs": "^7.8.0",
"tslib": "^2.4.1",
"zone.js": "^0.12.0"
},
"devDependencies": {
"@angular-builders/jest": "^15.0.0",
"@angular-devkit/build-angular": "^15.2.6",
"@angular-eslint/eslint-plugin": "^15.1.0",
"@angular-eslint/eslint-plugin-template": "^15.1.0",
"@angular-eslint/schematics": "^15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "^15.2.6",
"@angular/compiler-cli": "^15.2.7",
"@schematics/angular": "^15.0.4",
"@types/jest": "^28.1.8",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"ansi-colors": "^4.1.3",
"conventional-changelog": "^3.1.25",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"jest": "^28.1.3",
"jest-html-reporters": "^3.1.4",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^13.2.1",
"ng-packagr": "^15.2.2",
"prettier": "^2.8.7",
"raw-loader": "^4.0.2",
"stylelint": "^14.16.1",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.6.0",
"ts-node": "^10.9.1",
"typescript": "~4.8.4",
"uglify-js": "^3.17.4"
},
"overrides": {
"@types/jsdom": "20.0.0"
}
}