-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
{
"name": "ng-zawgyi-detector",
"version": "1.2.6",
"author": "DagonMetric",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/myanmartools/ng-zawgyi-detector.git"
},
"bugs": {
"url": "https://github.com/myanmartools/ng-zawgyi-detector/issues"
},
"homepage": "https://github.com/myanmartools/ng-zawgyi-detector",
"scripts": {
"ng": "ng",
"lib": "lib",
"eslint": "eslint",
"lint": "eslint -c .eslintrc.json --ext .js,.ts .",
"build": "lib build --env.prod",
"test": "ng test -c=ci",
"test:issues": "ng test -c=issues",
"e2e": "ng e2e -c=ci",
"serve": "ng serve"
},
"dependencies": {
"@angular/common": "^11.0.5",
"@angular/core": "^11.0.5",
"rxjs": "^6.6.3",
"tslib": "~2.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.5",
"@angular/cli": "^11.0.5",
"@angular/compiler": "^11.0.5",
"@angular/compiler-cli": "^11.0.5",
"@angular/language-service": "^11.0.5",
"@angular/platform-browser": "^11.0.5",
"@angular/platform-browser-dynamic": "^11.0.5",
"@types/cors": "^2.8.9",
"@types/jasmine": "^3.6.2",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-jsdoc": "^30.7.13",
"eslint-plugin-prettier": "^3.3.1",
"jasmine-core": "^3.6.0",
"lib-tools": "^2.0.2",
"prettier": "^2.2.1",
"protractor": "~7.0.0",
"ts-node": "^9.1.1",
"tsickle": "^0.39.1",
"typescript": "4.0.5",
"zone.js": "^0.11.3"
}
}