forked from akveo/ng2-smart-table
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.4 KB
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
{
"name": "angular2-smart-table",
"version": "4.1.1",
"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": "^21.0.2",
"@angular/common": "^21.0.2",
"@angular/compiler": "^21.0.2",
"@angular/core": "^21.0.2",
"@angular/platform-browser": "^21.0.2",
"@angular/platform-browser-dynamic": "^21.0.2",
"@angular/router": "^21.0.2",
"highlight.js": "~11.11.1",
"lodash-es": "^4.17.21",
"rxjs": "~6.5.5",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^21.0.1",
"@angular/cli": "^21.0.1",
"@angular/compiler-cli": "^21.0.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.19.1",
"angular-cli-ghpages": "~2.0.3",
"ng-packagr": "^21.0.0",
"typescript": "~5.9.3"
}
}