-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.22 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
{
"name": "@hetznercloud/ngx-translate-mock",
"version": "0.2.0",
"license": "MIT",
"repository": "https://github.com/hetznercloud/ngx-translate-mock",
"scripts": {
"ng": "ng",
"build": "ng build && yarn copy:readme",
"watch": "ng build --watch --configuration development",
"lint": "ng lint",
"pretty": "prettier --list-different --config ./.prettierrc \"**/*.@(js|ts|scss|md|json|yml|html)\"",
"pretty:write": "prettier --write --config ./.prettierrc \"**/*.@(js|ts|scss|md|json|yml|html|template)\"",
"copy:readme": "cp -f ./README.md ./dist/ngx-translate-mock"
},
"private": true,
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.5",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/builder": "14.1.2",
"@angular/cli": "14.2.5",
"@angular/compiler": "14.2.5",
"@angular/compiler-cli": "14.2.5",
"@angular/core": "14.2.5",
"@ngx-translate/core": "14.0.0",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"eslint": "8.15.0",
"ng-packagr": "14.2.2",
"prettier": "2.5.1",
"rxjs": "7.5.7",
"tslib": "2.4.1",
"typescript": "4.8.4",
"zone.js": "0.11.5"
}
}