-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
83 lines (83 loc) · 2.91 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
{
"name": "ngx-bootstrap-icons-demo",
"version": "1.9.1",
"homepage": "https://avmaisak.github.io/ngx-bootstrap-icons/",
"scripts": {
"ng": "./node_modules/@angular/cli/bin/ng",
"start": "ng serve --open --port=8838",
"gen": "node tools/generate-icons.js",
"build": "ng build --configuration production",
"build-lib-ci": "ng-packagr -p projects/ngx-bootstrap-icons-lib/ng-package.json && cp -v README.md dist/",
"build-lib": "npm run gen && npm run build-lib-ci",
"build-gp": "ng build --configuration production --base-href https://avmaisak.github.io/ngx-bootstrap-icons/",
"deploy-gp": "./node_modules/.bin/ngh --dir dist/ngx-bootstrap-icons",
"test": "ng test",
"lint": "ng lint",
"lint-fix": "ng lint --fix",
"postinstall": "ngcc",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.8",
"@angular/common": "13.3.8",
"@angular/compiler": "13.3.8",
"@angular/core": "13.3.8",
"@angular/forms": "13.3.8",
"@angular/localize": "13.3.8",
"@angular/platform-browser": "13.3.8",
"@angular/platform-browser-dynamic": "13.3.8",
"@angular/router": "13.3.8",
"@datorama/akita": "^7.1.1",
"@datorama/akita-ngdevtools": "^7.0.0",
"bootstrap": "5.1.3",
"lodash": "^4.17.21",
"ngx-clipboard": "15.1.0",
"ngx-infinite-scroll": "^13.0.2",
"rxjs": "7.5.5",
"tslib": "2.4.0",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1303.5",
"@angular-devkit/build-angular": "13.3.5",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "13.3.5",
"@angular/compiler-cli": "13.3.8",
"@angular/language-service": "13.3.8",
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "2.0.10",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.33",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"angular-cli-ghpages": "1.0.0",
"bootstrap-icons": "1.9.0",
"cli-color": "2.0.2",
"codelyzer": "6.0.2",
"eslint": "8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jasmine": "4.1.3",
"eslint-plugin-jsdoc": "39.2.9",
"eslint-plugin-simple-import-sort": "7.0.0",
"jasmine-core": "4.1.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.20",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"ng-packagr": "13.3.1",
"protractor": "7.0.0",
"ts-node": "10.7.0",
"tsickle": "0.46.0",
"typescript": "4.6.4"
}
}