forked from dj-fiorex/angular2-smart-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.47 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
{
"name": "angular2-smart-table",
"version": "3.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm run build:lib && npm run build:demo",
"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",
"publish": "npm publish --access=public ./dist/angular2-smart-table"
},
"private": true,
"dependencies": {
"@angular/animations": "~17.0.6",
"@angular/common": "~17.0.6",
"@angular/compiler": "~17.0.6",
"@angular/core": "~17.0.6",
"@angular/forms": "~17.0.6",
"@angular/platform-browser": "~17.0.6",
"@angular/platform-browser-dynamic": "~17.0.6",
"@angular/router": "~17.0.6",
"highlight.js": "~11.9.0",
"lodash-es": "~4.17.21",
"rxjs": "~7.8.1",
"tslib": "~2.6.2",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.0.6",
"@angular/cli": "~17.0.6",
"@angular/compiler-cli": "~17.0.6",
"@types/lodash-es": "~4.17.12",
"@types/node": "~20.10.4",
"angular-cli-ghpages": "~1.0.7",
"ng-packagr": "~17.0.2",
"raw-loader": "~4.0.2",
"typescript": "~5.2.2"
}
}