forked from avmaisak/ngx-bootstrap-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.95 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
{
"name": "ngx-bootstrap-icons-demo",
"version": "1.5.3",
"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 lint-fix && 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": "12.2.4",
"@angular/common": "12.2.4",
"@angular/compiler": "12.2.4",
"@angular/core": "12.2.4",
"@angular/forms": "12.2.4",
"@angular/localize": "12.2.4",
"@angular/platform-browser": "12.2.4",
"@angular/platform-browser-dynamic": "12.2.4",
"@angular/router": "12.2.4",
"@datorama/akita": "^6.2.3",
"@datorama/akita-ngdevtools": "^6.0.1",
"bootstrap": "5.1.0",
"lodash": "^4.17.21",
"ngx-clipboard": "14.0.1",
"ngx-infinite-scroll": "^10.0.1",
"rxjs": "7.3.0",
"tslib": "2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1202.4",
"@angular-devkit/build-angular": "12.2.4",
"@angular-devkit/build-ng-packagr": "0.1002.0",
"@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "12.2.4",
"@angular/compiler-cli": "12.2.4",
"@angular/language-service": "12.2.4",
"@types/jasmine": "3.9.0",
"@types/jasminewd2": "2.0.10",
"@types/lodash": "^4.14.172",
"@types/node": "16.7.11",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"angular-cli-ghpages": "0.6.2",
"bootstrap-icons": "1.5.0",
"cli-color": "2.0.0",
"codelyzer": "6.0.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "14.0.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jasmine": "4.1.2",
"eslint-plugin-jsdoc": "36.0.8",
"eslint-plugin-simple-import-sort": "7.0.0",
"jasmine-core": "3.9.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"ng-packagr": "12.2.1",
"protractor": "7.0.0",
"ts-node": "10.2.1",
"tsickle": "0.43.0",
"tslint": "6.1.3",
"typescript": "4.3.5"
}
}