-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.03 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "data-grid",
"version": "1.22.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm run build:lib && npm run build:demo",
"build:lib": "ng build data-grid",
"build:lib:watch": "ng build data-grid --watch=true",
"build:stackblitz": "ts-node scripts/build-stackblitz.ts",
"build:demo": "ng build data-grid-demo --configuration production --base-href=https://netceteragroup.github.io/ngrx-data-grid/ && npm run build:stackblitz",
"test:watch": "ng test data-grid",
"test": "ng test --watch=false data-grid",
"test:lib-coverage": "ng test data-grid --code-coverage --watch=false",
"report-coverage:lib": "cat ./coverage/lcov.info | coveralls",
"lint": "ng lint",
"copy-files": "ts-node scripts/copy-files.ts",
"npm_pack": "cd dist/ngrx-data-grid && npm pack",
"package": "npm run build:lib && npm run copy-files && npm run npm_pack"
},
"private": false,
"dependencies": {
"@angular/animations": "^17.1.1",
"@angular/cdk": "^17.1.1",
"@angular/common": "^17.1.1",
"@angular/compiler": "^17.1.1",
"@angular/core": "^17.1.1",
"@angular/forms": "^17.1.1",
"@angular/localize": "^17.1.1",
"@angular/platform-browser": "^17.1.1",
"@angular/platform-browser-dynamic": "^17.1.1",
"@ngrx/store": "^17.1.0",
"@ngrx/store-devtools": "^17.1.0",
"core-js": "^3.35.1",
"ramda": "^0.29.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.1",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "^17.1.1",
"@angular/compiler-cli": "^17.1.1",
"@angular/language-service": "^17.1.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/prompt": "^18.6.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"bootstrap": "^5.3.2",
"coveralls": "^3.1.1",
"ejs": "^3.1.9",
"eslint": "^8.53.0",
"globby": "^14.0.0",
"husky": "^9.0.6",
"jasmine-core": "~5.1.1",
"jasmine-marbles": "^0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"material-design-icons": "^3.0.1",
"ng-packagr": "^17.1.2",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/netceteragroup/ngrx-data-grid.git"
},
"keywords": [
"angular",
"javascript",
"typescript",
"ngrx",
"datagrid",
"datatable",
"grid"
],
"license": "MIT"
}