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
131 lines (131 loc) · 4.5 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.5 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
{
"title": "Oblique",
"name": "@oblique/oblique",
"version": "5.1.1",
"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>",
"Tanner Stefan <stefan.tanner@bit.admin.ch>",
"Louis Bernath <louis.bernath@bit.admin.ch>",
"Michael Jehle <michael.jehle@bit.admin.ch>",
"Quinavuidi Camilo <quinavuidi.camilo@bit.admin.ch>",
"Nina Egger <nina.egger@bit.admin.ch>",
"Philippe Krüttli <philippe.kruttli@bit.admin.ch>",
"Cédric Tristan Schweizer <cedrictristan.schweizer@bit.admin.ch>",
"Yanis Noa Weibel <yanisnoa.weibel@bit.admin.ch>",
"Habegger Michèle <michele.habegger@bit.admin.ch>",
"Pedro De Almeida",
"Christian Ulmann"
],
"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": "npm run gulp themes && ng build",
"schematics": "npm run dist --prefix projects/oblique/schematics",
"predist": "npm run gulp pre-dist",
"dist": "npm run build -- oblique && npm run schematics",
"postdist": "npm run gulp -- dist",
"test": "ng test oblique",
"lint": "npm run lint:oblique && npm run lint:showcase",
"lint:fix": "npm run lint:oblique -- --fix && npm run lint:showcase -- --fix",
"lint:oblique": "eslint 'projects/oblique/**/*.ts'",
"lint:showcase": "eslint 'src/**/*.ts'",
"prettier": "node_modules/prettier/bin-prettier.js --write 'projects/**/{*.ts,*.html}' 'src/**/{*.ts,*.html}'",
"format": "npm run lint:fix && npm run prettier",
"themes": "npm run gulp -- themes",
"e2e": "ng e2e",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major",
"release": "npm run gulp -- publish",
"preversion": "npm run lint && npm test -- --prod && npm run dist",
"postversion": "node scripts/changelog.js && node scripts/version.js $npm_package_version",
"gulp": "./node_modules/.bin/gulp"
},
"jestSonar": {
"reportPath": "./coverage/sonarQube",
"reportFile": "sqr.xml",
"indent": 4,
"sonar56x": true
},
"husky": {
"hooks": {
"commit-msg": "node scripts/hook.commit-rules",
"pre-push": "node scripts/hook.push-clean"
}
},
"dependencies": {
"@angular/animations": "^9.1.0",
"@angular/cdk": "^9.2.0",
"@angular/common": "^9.1.0",
"@angular/compiler": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/forms": "^9.1.0",
"@angular/localize": "^9.1.0",
"@angular/material": "^9.2.0",
"@angular/platform-browser": "^9.1.0",
"@angular/platform-browser-dynamic": "^9.1.0",
"@angular/router": "^9.1.0",
"@ng-bootstrap/ng-bootstrap": "^6.0.2",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"ajv": "^6.12.0",
"hammerjs": "^2.0.8",
"rxjs": "^6.5.4",
"tslib": "^1.11.1",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-builders/jest": "^9.0.0",
"@angular-devkit/build-angular": "~0.901.0",
"@angular-devkit/build-ng-packagr": "~0.901.0",
"@angular-devkit/build-optimizer": "^0.901.0",
"@angular-eslint/builder": "0.0.1-alpha.32",
"@angular-eslint/eslint-plugin": "0.0.1-alpha.32",
"@angular/cli": "^9.1.0",
"@angular/compiler-cli": "^9.1.0",
"@fortawesome/fontawesome-free": "^5.13.0",
"@schematics/angular": "^9.1.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.5",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"bootstrap": "^4.4.1",
"conventional-changelog": "^3.1.18",
"cpx": "^1.5.0",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"font-awesome": "^4.7.0",
"gulp": "^4.0.0",
"gulp-file": "^0.4.0",
"gulp-git": "^2.10.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"husky": "^4.2.3",
"jest": "^26.1.0",
"jest-sonar-reporter": "^2.0.0",
"ng-packagr": "^9.1.0",
"node-sass": "^4.13.1",
"prettier": "^2.0.2",
"ts-morph": "^7.0.0",
"ts-node": "^8.8.1",
"typescript": "~3.8.3"
}
}