This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.91 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
{
"name": "ag-grid-angular-cli-package-example",
"version": "27.3.0",
"description": "AG Grid Angular Example Using Angular CLI",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-grid-angular-cli-package-example.git"
},
"author": "Sean Landsman <[email protected]>",
"angular-cli": {},
"scripts": {
"start": "ng serve --port 8080",
"package": "ng build --aot --prod && npm run hash",
"hash": "sh ./hashDirectory.sh > .hash",
"lint": "tslint \"src/**/*.ts\"",
"test:e2e": "ng test --watch false --browsers ChromeHeadless",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"ag-grid-enterprise": "~27.3.0",
"ag-grid-community": "~27.3.0",
"ag-grid-angular": "~27.3.0",
"@angular/animations": "11.2.14",
"@angular/common": "11.2.14",
"@angular/compiler": "11.2.14",
"@angular/core": "11.2.14",
"@angular/forms": "11.2.14",
"@angular/platform-browser": "11.2.14",
"@angular/platform-browser-dynamic": "11.2.14",
"@angular/router": "11.2.14",
"bootstrap": "4.5.0",
"rxjs": "6.5.5",
"tslib": "2.0.3",
"zone.js": "0.10.3"
},
"devDependencies": {
"webdriver-manager": "12.1.7",
"@angular-devkit/build-angular": "0.1102.11",
"@angular/cli": "11.2.14",
"@angular/compiler-cli": "11.2.14",
"@angular/language-service": "11.2.14",
"@types/jasmine": "3.6.11",
"@types/jasminewd2": "2.0.10",
"@types/node": "12.20.52",
"codelyzer": "6.0.2",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "6.1.2",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-jasmine-html-reporter": "1.5.4",
"ng-packagr": "11.0.3",
"protractor": "7.0.0",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "4.0.8"
}
}