-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
85 lines (85 loc) · 2.82 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
{
"name": "theme",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start-st": "node ./node_modules/@angular/cli/bin/ng serve",
"build": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --prod",
"test": "node ./node_modules/@angular/cli/bin/ng test",
"lint": "node ./node_modules/@angular/cli/bin/ng lint",
"e2e": "node ./node_modules/@angular/cli/bin/ng e2e",
"hmr": "ng serve --hmr -o"
},
"private": true,
"dependencies": {
"@ag-grid-community/angular": "^24.1.0",
"@ag-grid-community/client-side-row-model": "^24.1.0",
"@ag-grid-community/core": "^24.1.0",
"@ag-grid-community/infinite-row-model": "^24.1.0",
"@angular/animations": "^11.0.8",
"@angular/cdk": "^11.0.3",
"@angular/common": "^11.0.8",
"@angular/compiler": "^11.0.8",
"@angular/core": "^11.0.8",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^11.0.8",
"@angular/material": "^11.0.3",
"@angular/platform-browser": "^11.0.8",
"@angular/platform-browser-dynamic": "^11.0.8",
"@angular/router": "^11.0.8",
"@carbon/elements": "^10.25.0",
"@carbon/icons-angular": "^11.2.1",
"@carbon/themes": "^10.25.0",
"@ng-bootstrap/ng-bootstrap": "^8.0.1",
"@ngneat/tailwind": "^1.1.0",
"@ngrx/effects": "^10.1.2",
"@ngrx/entity": "^10.1.2",
"@ngrx/schematics": "^10.1.2",
"@ngrx/store": "^10.1.2",
"@ngrx/store-devtools": "^10.1.2",
"angular-bem": "^2.2.0",
"angular-resizable-element": "^3.3.4",
"carbon-components": "^10.26.0",
"carbon-components-angular": "^4.36.1",
"echarts": "^4.9.0",
"lodash": "^4.17.20",
"ngx-mask": "^11.1.4",
"ngx-md": "^8.1.6",
"ngx-router-animations": "0.0.9",
"ngx-scrollbar": "^7.5.3",
"random-avatar-generator": "^2.0.0",
"rxjs": "~6.5.5",
"tslib": "^2.1.0",
"unique-names-generator": "^4.3.1",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^10.0.1",
"@angular-devkit/build-angular": "^0.1100.6",
"@angular/cli": "^11.0.6",
"@angular/compiler-cli": "^11.0.8",
"@angularclass/hmr": "^3.0.0",
"@types/jasmine": "^3.6.2",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.19.12",
"@types/resize-observer-browser": "^0.1.5",
"autoprefixer": "^9.8.6",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.1.0",
"postcss-scss": "^3.0.4",
"protractor": "~7.0.0",
"tailwindcss": "^2.0.2",
"ts-node": "~8.3.0",
"tslint": "^6.1.3",
"typescript": "4.0.5"
}
}