This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
forked from muhammadarsal/ng-select2
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
49 lines (49 loc) · 1.58 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
{
"name": "test-client",
"version": "0.0.0",
"dependencies": {
"@angular/animations": "13.0.0",
"@angular/common": "13.0.0",
"@angular/compiler": "13.0.0",
"@angular/core": "13.0.0",
"@angular/forms": "13.0.0",
"@angular/platform-browser": "13.0.0",
"@angular/platform-browser-dynamic": "13.0.0",
"@angular/router": "13.0.0",
"@types/jquery": "3.5.x",
"@types/select2": "4.0.54",
"bootstrap": "4.5.2",
"jquery": "3.5.x",
"popper.js": "1.16.1",
"rxjs": "6.6.3",
"select2": "4.0.13",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"github": "ng build --configuration production --base-href https://tealpartners.github.io/ng-select2/ && npx angular-cli-ghpages --dir dist-site/ng-select2",
"packagr": "xcopy README.md .\\projects\\ng-select2 /y && ng-packagr -p projects/ng-select2/ng-package.json",
"packagr-prod": "xcopy README.md .\\projects\\ng-select2 /y && ng-packagr -p projects/ng-select2/ng-package.prod.json"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "~13.0.1",
"@angular/cli": "13.0.1",
"@angular/compiler-cli": "13.0.0",
"@angular/language-service": "13.0.0",
"@types/node": "^16.11.6",
"angular-cli-ghpages": "0.6.2",
"codelyzer": "^6.0.0",
"ng-packagr": "13.0.3",
"ts-node": "8.4.1",
"tslint": "~6.1.0",
"typescript": "4.4.4"
}
}