-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.08 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
{
"name": "sub-ang",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"buildWatch": "ng build --watch=true",
"buildDev": "ng build --configuration=dev",
"buildTest": "ng build --configuration=test",
"buildProd": "ng build --prod --configuration=production",
"test": "ng test",
"testHeadLess": "ng test --watch=false --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.4",
"@angular/cdk": "^17.3.4",
"@angular/common": "^17.3.4",
"@angular/compiler": "~17.3.4",
"@angular/core": "^17.3.4",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^17.3.4",
"@angular/material": "^17.3.4",
"@angular/material-moment-adapter": "^17.3.4",
"@angular/platform-browser": "^17.3.4",
"@angular/platform-browser-dynamic": "~17.3.4",
"@angular/router": "^17.3.4",
"@types/file-saver": "^1.3.1",
"body-parser": "^1.20.2",
"concatenateblobs": "1.0.2",
"core-js": "^2.5.7",
"cors": "^2.8.5",
"enum": "^2.5.0",
"file-saver": "^2.0.0-rc.4",
"hammerjs": "^2.0.8",
"ngx-ace-wrapper": "16.0.0",
"moment": "^2.27.0",
"rxjs": "^6.5.5",
"tslib": "^1.9.0",
"twit": "^2.2.11",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.4",
"@angular-devkit/schematics": "^17.3.4",
"@angular/cli": "^17.3.4",
"@angular/compiler-cli": "17.3.4",
"@angular/language-service": "17.3.4",
"@types/jasmine": "^2.8.19",
"@types/jasminewd2": "^2.0.10",
"@types/node": "~10.12.0",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.4.3",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "^7.0.0",
"node-sass": "8.0.0",
"ts-node": "~7.0.1",
"tslint": "~6.1.3",
"typescript": "5.4.3"
}
}