-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "nga-translate",
"version": "17.0.0",
"author": "Sajad Mehrabi",
"description": "Angular ngx-translate wrapper for support default translate",
"license": "MIT",
"scripts": {
"build": "ng build:lib",
"build:lib": "ng build nga-translate",
"deploy": "npm run build:lib && npm publish --access=public dist",
"lint": "eslint . --ext .js,.ts",
"lint:fix": "npm run lint -- --fix",
"ng": "ng",
"prepare": "husky install",
"prettier:check": "prettier --check \"{,src/**/}*.{md,json,yml,html,cjs,mjs,js,ts,tsx,css,scss}\"",
"prettier:format": "prettier --write \"{,src/**/}*.{md,json,yml,html,cjs,mjs,js,ts,tsx,css,scss}\"",
"start": "ng serve",
"test": "ng test"
},
"keywords": [
"ngx",
"ng",
"nga",
"avan",
"angular",
"wrapper",
"default translate",
"wrapper ngx-translate",
"library",
"angular translate wrapper"
],
"repository": {
"type": "git",
"url": "https://github.com/mehrabisajad/nga-translate.git"
},
"dependencies": {
"@angular/core": "^18.0.5",
"@ngx-translate/core": "^14.0.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular/cli": "^18.0.6",
"@angular/compiler": "^18.0.5",
"@angular/compiler-cli": "^18.0.5",
"@types/jasmine": "^5.1.2",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jasmine-core": "^5.1.2",
"lint-staged": "^15.2.7",
"ng-packagr": "^18.0.0",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.4.5"
}
}