forked from dj-fiorex/angular2-smart-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.71 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
{
"name": "my-workspace",
"version": "2.0.8",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:demo": "ng build demo --aot --configuration production",
"build:lib": "ng build angular2-smart-table --configuration production",
"watch:demo": "ng serve demo",
"watch:lib": "ng build angular2-smart-table --watch --configuration development",
"docs:gh-pages": "npm run build:demo -- --base-href /angular2-smart-table/ && npm run deploy:gh-pages",
"deploy:gh-pages": "ngh --dir ./dist/demo",
"test": "ng test",
"postinstall": "patch-package"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.0.2",
"@angular/common": "~13.0.2",
"@angular/compiler": "~13.0.2",
"@angular/core": "~13.0.2",
"@angular/forms": "~13.0.2",
"@angular/platform-browser": "~13.0.2",
"@angular/platform-browser-dynamic": "~13.0.2",
"@angular/router": "~13.0.2",
"angular2-multiselect-dropdown": "~5.0.4",
"highlight.js": "~11.3.1",
"lodash-es": "4.17.21",
"ng2-completer": "^9.0.1",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.0.3",
"@angular/cli": "~13.0.3",
"@angular/compiler-cli": "~13.0.2",
"patch-package": "^6.4.7",
"@types/jasmine": "~3.10.2",
"@types/lodash-es": "^4.17.5",
"@types/node": "^16.11.10",
"angular-cli-ghpages": "^1.0.0",
"jasmine-core": "~3.10.1",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.0.8",
"raw-loader": "^4.0.2",
"typescript": "~4.4.4"
}
}