-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.4 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
{
"name": "viet-nam-history",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"mserve": "set NODE_OPTIONS=--max_old_space_size=8192 & ng serve --open",
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration=production"
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "^16.0.1",
"@angular/animations": "^16.1.0",
"@angular/cdk": "^16.2.9",
"@angular/common": "^16.1.0",
"@angular/compiler": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/forms": "^16.1.0",
"@angular/material": "^16.2.9",
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"@auth0/angular-jwt": "^5.1.2",
"@ckeditor/ckeditor5-angular": "^7.0.1",
"@ckeditor/ckeditor5-build-classic": "^40.2.0",
"@ckeditor/ckeditor5-core": "^40.2.0",
"@ckeditor/ckeditor5-ui": "^40.2.0",
"@ckeditor/ckeditor5-utils": "^40.2.0",
"@igniteui/material-icons-extended": "^3.0.0",
"@microsoft/signalr": "^8.0.0",
"@syncfusion/ej2": "^23.2.7",
"date-fns": "^2.30.0",
"fflate": "^0.7.3",
"hammerjs": "^2.0.8",
"igniteui-angular": "^16.1.8",
"mammoth": "^1.6.0",
"minireset.css": "~0.0.4",
"mongodb": "^6.3.0",
"ngx-clipboard": "^16.0.0",
"ngx-doc-viewer": "^15.0.1",
"ngx-toastr": "^17.0.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.0",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "^16.1.0",
"@igniteui/angular-schematics": "~16.0.1200",
"@types/date-fns": "^2.6.0",
"@types/hammerjs": "^2.0.40",
"@types/jasmine": "~4.3.0",
"@types/jquery": "^3.5.29",
"angular-cli-ghpages": "^0.6.2",
"css-loader": "^6.8.1",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"node-sass": "^9.0.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"svg-inline-loader": "^0.8.2",
"svg-url-loader": "^8.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.1.3"
}
}