-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
157 lines (157 loc) · 4.42 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "angular-t9n",
"version": "19.0.0",
"description": "A translation tool for Angular i18n",
"bin": {
"ng-t9n": "./bin/cli.js"
},
"keywords": [
"angular",
"i18n",
"xliff",
"xlf",
"xlf2",
"translation",
"t9n"
],
"scripts": {
"prepare": "husky",
"ng": "ng",
"start": "ng serve",
"clean": "rimraf --glob coverage \"{bin,builders,schematics,server}/**/index.{js,d.ts}\"",
"build": "yarn -s build:ng && yarn -s build:node",
"build:ng": "ng build --configuration production",
"build:node": "rollup --config rollup.config.mjs",
"format": "prettier --ignore-unknown --write \"**/*\"",
"test": "yarn -s test:node",
"test:node": "jest",
"lint": "ng lint",
"xi18n:xlf": "ng extract-i18n -c xlf",
"xi18n:xlf2": "ng extract-i18n",
"xi18n": "yarn -s xi18n:xlf && yarn -s xi18n:xlf2",
"t9n:xlf": "ng run angular-t9n:t9n -c xlf",
"t9n:xlf2": "ng run angular-t9n:t9n",
"release": "commit-and-tag-version --tag-prefix=\"\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/kyubisation/angular-t9n.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kyubisation/angular-t9n/issues"
},
"files": [
"{bin,builders,schematics,server}/**/*.{json,js,d.ts}",
"server/client/*",
"!tsconfig.json"
],
"dependencies": {
"@nestjs/common": "^10.2.0",
"@nestjs/core": "^10.2.0",
"@nestjs/platform-express": "^10.2.0",
"@nestjs/platform-ws": "^10.2.0",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/websockets": "^10.2.0",
"@xmldom/xmldom": "^0.8.10",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"js-levenshtein": "^1.1.6",
"reflect-metadata": "^0.2.2",
"rxjs": "~7.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.1",
"@angular-eslint/builder": "19.0.0-alpha.1",
"@angular-eslint/eslint-plugin": "19.0.0-alpha.1",
"@angular-eslint/eslint-plugin-template": "19.0.0-alpha.1",
"@angular-eslint/schematics": "19.0.0-alpha.1",
"@angular-eslint/template-parser": "19.0.0-alpha.1",
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@angular/cli": "^19.0.1",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/language-service": "^19.0.0",
"@angular/localize": "^19.0.0",
"@angular/material": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.2.0",
"@types/express": "^4.17.20",
"@types/jasmine": "~5.1.1",
"@types/jest": "^29.5.7",
"@types/js-levenshtein": "^1.1.2",
"@types/node": "^18.16.3",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"commit-and-tag-version": "^12.5.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.0",
"husky": "^9.0.11",
"jasmine-core": "~5.1.1",
"jest": "^29.7.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"rollup": "^4.3.0",
"rollup-plugin-ts": "^3.4.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.4.0",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.8.1",
"typescript": "~5.6.3",
"xlsx": "^0.18.5",
"zone.js": "~0.15.0"
},
"schematics": "./schematics/collection.json",
"builders": "./builders/builders.json",
"ng-add": {
"save": "devDependencies"
},
"jest": {
"transform": {
"^.+\\.tsx?$": [
"ts-jest",
{
"tsconfig": "tsconfig.node.json"
}
]
},
"preset": "ts-jest",
"testEnvironment": "node",
"modulePathIgnorePatterns": [
"src"
],
"collectCoverage": true,
"collectCoverageFrom": [
"**/*.ts",
"!**/*.module.ts",
"!**/*.d.ts",
"!**/index.ts",
"!**/*.spec.ts"
],
"coverageDirectory": "coverage"
},
"prettier": {
"singleQuote": true,
"endOfLine": "lf",
"printWidth": 100
},
"lint-staged": {
"*.{js,ts,css,scss,json,md,html}": [
"prettier --write --ignore-unknown"
]
}
}