forked from oblique-bit/oblique
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 5.46 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
{
"title": "Oblique",
"name": "oblique",
"version": "8.2.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 <[email protected]>",
"contributors": [
"René Giller <[email protected]>",
"Paulo Lopes <[email protected]>",
"Nina Egger <[email protected]>",
"Nicole Widmer <[email protected]>",
"Ciril Saner <[email protected]>",
"Louis Bernath <[email protected]>",
"Michael Jehle <[email protected]>",
"Quinavuidi Camilo <[email protected]>",
"Philippe Krüttli <[email protected]>",
"Yanis Noa Weibel <[email protected]>",
"Michèle Habegger <[email protected]>",
"Nicolas Müller <[email protected]>",
"Arkadiusz Bojarowicz <[email protected]>",
"Maya Hartmeier <[email protected]>",
"Pedro De Almeida",
"Christian Ulmann",
"Stefan Tanner",
"Debora Mittner",
"Cédric Tristan Schweizer"
],
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/oblique-bit/oblique.git"
},
"scripts": {
"lib": "npm run build -- oblique --watch",
"start": "ng serve",
"build": "ng build",
"schematics": "tsc -p projects/oblique/schematics/tsconfig.schematics.json",
"predist": "npm run build oblique-styles -- --configuration=production",
"dist": "npm run build -- oblique && npm run schematics",
"distiOS": "npm run dist",
"postdist": "ts-node scripts/copy-dist-files.ts && npm run minify && ts-node scripts/post-dist.ts && ts-node scripts/update-paths.ts && ts-node scripts/add-banner.ts",
"minify": "uglifyjs --compress --mangle --output dist/oblique/ob-features.js -- projects/oblique/src/ob-features.js",
"test": "node --expose-gc ./node_modules/@angular/cli/bin/ng test oblique --configuration production",
"test-debugging": "npm run test -- --run-in-band --log-heap-usage",
"lint": "npm run eslint && npm run stylelint && npm run prettier -- --check",
"format": "npm run eslint -- --fix && npm run stylelint -- --fix && npm run prettier -- --write",
"eslint": "eslint \"{src,projects,scripts,tests}/**/*.{ts,js,html}\" --cache",
"stylelint": "stylelint \"{src,projects}/**/*.{css,scss}\" --cache",
"prettier": "prettier \"{src,projects,scripts,tests}/**/*.{ts,js,html,json,yml,md,css,scss}\" \"*.{ts,js,html,json,yml,md,css,scss}\" --loglevel warn",
"icons": "ts-node scripts/icons.ts",
"copy-error-messages": "ts-node scripts/copy-error-messages.ts",
"e2e": "ng e2e",
"release": "ts-node scripts/release.ts",
"alpha": "npm run release -- alpha",
"beta": "npm run release -- beta",
"rc": "npm run release -- RC",
"release-commit": "ts-node scripts/release-commit.ts",
"postinstall": "ts-node scripts/sanitize-package-lock.ts",
"hook-pre-commit": "npx lint-staged",
"hook-commit-msg": "ts-node scripts/hook.commit-rules.ts",
"hook-post-checkout": "ts-node scripts/dependency-update.ts",
"prepare": "husky install"
},
"jestSonar": {
"reportPath": "./coverage/sonarQube",
"reportFile": "sqr.xml",
"indent": 4,
"sonar56x": true
},
"dependencies": {
"@angular/animations": "^13.3.9",
"@angular/cdk": "^13.3.7",
"@angular/common": "^13.3.9",
"@angular/compiler": "^13.3.9",
"@angular/core": "^13.3.9",
"@angular/forms": "^13.3.9",
"@angular/localize": "^13.3.9",
"@angular/material": "^13.3.7",
"@angular/material-moment-adapter": "^13.3.7",
"@angular/platform-browser": "^13.3.9",
"@angular/platform-browser-dynamic": "^13.3.9",
"@angular/router": "^13.3.9",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "^11.0.1",
"@ngx-translate/core": "^14.0.0",
"@popperjs/core": "^2.11.5",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"angular-oauth2-oidc": "^13.0.1",
"bootstrap": "^4.6.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"rxjs": "^7.5.5",
"tslib": "^2.4.0",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-builders/jest": "^13.0.4",
"@angular-devkit/build-angular": "^13.3.6",
"@angular-devkit/build-ng-packagr": "^0.1002.4",
"@angular-eslint/eslint-plugin": "^13.2.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "^13.3.6",
"@angular/compiler-cli": "^13.3.9",
"@schematics/angular": "^13.3.6",
"@types/jest": "^27.5.1",
"@types/node": "^14.18.18",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"ansi-colors": "^4.1.3",
"conventional-changelog": "^3.1.25",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^7.0.4",
"jest": "27.4.3",
"jest-html-reporters": "^2.1.7",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^12.4.1",
"ng-packagr": "^13.3.1",
"prettier": "^2.6.2",
"raw-loader": "^4.0.2",
"stylelint": "^14.8.2",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-scss": "^4.2.0",
"ts-node": "^10.7.0",
"typescript": "~4.4.4",
"uglify-js": "^3.15.5"
}
}