forked from akveo/ng2-smart-table
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
43 lines (43 loc) · 1.44 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
{
"name": "angular2-smart-table",
"version": "3.5.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": "~19.0.4",
"@angular/common": "~19.0.4",
"@angular/compiler": "~19.0.4",
"@angular/core": "~19.0.4",
"@angular/platform-browser": "~19.0.4",
"@angular/platform-browser-dynamic": "~19.0.4",
"@angular/router": "~19.0.4",
"highlight.js": "~11.10.0",
"lodash-es": "^4.17.21",
"rxjs": "^6.5.3",
"tslib": "~2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~19.0.5",
"@angular/cli": "~19.0.5",
"@angular/compiler-cli": "~19.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "~22.5.5",
"angular-cli-ghpages": "~2.0.3",
"ng-packagr": "~19.0.1",
"raw-loader": "~4.0.2",
"typescript": "~5.5.4"
}
}