forked from yanivps/angular-7-data-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.49 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
{
"name": "angular7-datable-demo",
"version": "0.1.1",
"license": "MIT",
"private": false,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test -sm=false",
"lint": "ng lint",
"e2e": "ng e2e",
"build:docs": "compodoc ./libs -p src/tsconfig.packages.json -s",
"build:app": "cpr dist/angular7-data-table src/angualar7-datatable --overwrite && ng build --app packages && rimraf src/angular7-data-table",
"build:app:prod": "cpr dist/angular7-data-table src/angular7-data-table --overwrite && ng build --prod --named-chunks=true --app packages && rimraf src/angular7-data-table",
"build:libs:datatable": "ng-packagr -p libs/datatable/package.json",
"publish:libs:datatable": "npm publish dist/angular7-data-table"
},
"dependencies": {
"@angular/animations": "^7.2.4",
"@angular/cdk": "^7.3.1",
"@angular/common": "^7.2.4",
"@angular/compiler": "^7.2.4",
"@angular/core": "^7.2.4",
"@angular/flex-layout": "^7.0.0-beta.23",
"@angular/forms": "^7.2.4",
"@angular/http": "^7.2.4",
"@angular/material": "^7.3.1",
"@angular/platform-browser": "^7.2.4",
"@angular/platform-browser-dynamic": "^7.2.4",
"@angular/router": "^7.2.4",
"bootstrap": "^4.0.0",
"core-js": "^2.6.3",
"font-awesome": "^4.7.0",
"highlight.js": "^9.12.0",
"lodash-es": "^4.17.4",
"ngx-md": "^7.1.3",
"ngx-popup-dialog": "^1.0.8",
"popper.js": "^1.14.3",
"rxjs": "^6.4.0",
"tslint-angular": "^1.1.1",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.0",
"@angular-devkit/core": "7.3.0",
"@angular-devkit/schematics": "7.3.0",
"@angular/cli": "7.3.0",
"@angular/compiler-cli": "^7.2.4",
"@angular/language-service": "^7.2.4",
"@compodoc/compodoc": "^1.0.5",
"@types/jasmine": "^3.3.8",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^10.12.21",
"codelyzer": "^4.5.0",
"cpr": "^3.0.0",
"jasmine-core": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "^2.1.0",
"node-sass": "4.7.2",
"protractor": "^5.4.2",
"rimraf": "^2.6.1",
"rxjs-tslint": "^0.1.6",
"ts-node": "~4.1.0",
"tsickle": "^0.34.3",
"tslint": "^5.12.1",
"typescript": "3.2.4"
}
}