-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.05 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
{
"name": "stackline-angular-data-table-angular-2",
"version": "0.0.0",
"private": true,
"description": "Clean Angular 2 StackBlitz playground for @stackline/angular-data-table-component.",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "npm run build && node stackblitz-server.js",
"validate": "node tools/validate-playground.mjs",
"test:server": "node --test tools/static-server.test.js",
"audit:legacy": "node tools/audit-legacy.mjs",
"check": "npm run validate && npm run test:server && npm run build && npm run audit:legacy"
},
"packageManager": "npm@10.9.8",
"dependencies": {
"@angular/common": "2.4.10",
"@angular/compiler": "2.4.10",
"@angular/core": "2.4.10",
"@angular/forms": "2.4.10",
"@angular/platform-browser": "2.4.10",
"@angular/platform-browser-dynamic": "2.4.10",
"@stackline/angular-data-table-component": "2.0.0",
"core-js": "2.6.12",
"reflect-metadata": "0.1.10",
"rxjs": "5.0.3",
"systemjs": "0.19.47",
"typescript": "2.4.2",
"zone.js": "0.7.8"
}
}